Skip to content

Commit 993161e

Browse files
committed
chore: release v0.8.0
1 parent 51aab6f commit 993161e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "tests/test_plugin"]
33

44
[package]
55
name = "http-nu"
6-
version = "0.7.1"
6+
version = "0.8.0"
77
edition = "2021"
88
rust-version = "1.88.0"
99
description = "The surprisingly performant, Nushell-scriptable HTTP server that fits in your back pocket."

changes/v0.8.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# v0.8.0
2+
3+
## Highlights
4+
5+
- **Replaced tracing with custom event system**: Removed tracing, tracing-subscriber, and valuable dependencies. New broadcast-based logging with dedicated handler threads sustains 24K+ req/sec. Fixes `cargo install` without requiring RUSTFLAGS.
6+
7+
## Raw commits
8+
9+
* refactor: replace tracing with broadcast-based event system (2026-01-01)
10+
* docs: center README header with logo, nav links, and badges (2026-01-01)
11+
* docs: add tarball verification step to release process (2025-12-31)

0 commit comments

Comments
 (0)