http-nu 0.15.0

The surprisingly performant, Nushell-scriptable, cross.stream-powered, Datastar-ready HTTP server that fits in your back pocket.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# v0.10.2

## Highlights

- Empty response bodies now default to 204 No Content
- Datastar SDK naming aligned with spec (breaking for datastar users)
- Shutdown message now gets a timestamp like other log lines
- File watcher uses trailing-edge debounce for more reliable reloads
- Bumped cross-stream to 0.9.3

## Raw commits

* chore: bump cross-stream to 0.9.3 (2026-01-29)
* feat: timestamp the shutdown message separately from the closing tag (2026-01-29)
* feat: default to 204 No Content for empty response body (2026-01-27)
* refactor(datastar)!: align SDK naming with spec (2026-01-26)
* fix: use trailing-edge debounce for file watcher (2026-01-23)
* docs: update release.md for versioned artifact naming (2026-01-22)