Skip to content

Commit e5998c0

Browse files
committed
chore: release v0.10.0
1 parent 06405ed commit e5998c0

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-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.9.1"
6+
version = "0.10.0"
77
edition = "2021"
88
rust-version = "1.88.0"
99
description = "The surprisingly performant, Datastar-ready, Nushell-scriptable HTTP server that fits in your back pocket."

changes/v0.10.0.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# v0.10.0
2+
3+
## Highlights
4+
5+
- **`.response` replaced by pipeline metadata** (breaking): Use `metadata set --merge {'http.response': {status: 200}}` instead
6+
7+
- **Content-type inference**: Lists become JSON arrays, record streams become JSONL, binary becomes application/octet-stream, empty responses omit the header
8+
9+
- **Nushell 0.110, cross-stream 0.9**
10+
11+
- **New commands**: `print` (logging), `to dstar-redirect` (Datastar SDK), sqlite commands enabled
12+
13+
- **`--services` flag**: Enable xs handlers, generators, commands
14+
15+
## Changelog
16+
17+
- chore: update to nushell 0.110 and cross-stream 0.9
18+
- feat: lists serialize as JSON arrays, streams as JSONL
19+
- feat: omit Content-Type header for empty responses
20+
- feat: replace .response with pipeline metadata
21+
- feat: abort SSE connections on hot reload
22+
- feat: default binary values to application/octet-stream
23+
- fix: preserve template loader for external refs in .mj commands
24+
- feat: add print command that outputs to logging system
25+
- feat: add SDK test endpoint and support raw string signals
26+
- feat: add to dstar-redirect command for Datastar SDK
27+
- perf: enable LTO and single codegen unit for release builds
28+
- feat: enable sqlite commands in nushell pipelines
29+
- feat: add --services flag to enable xs handlers, generators, commands

0 commit comments

Comments
 (0)