http-nu 0.17.2

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
# v0.17.2

## Highlights

- **Embedded cross.stream store updated to 0.13.3.** A re-registered (hot-replaced) service no longer loses `.append`, and a module's exported function can now call the store builtins (`.append`, `.cat`, `.last`, ...), not just plain nushell. See the [cross-stream 0.13.3 notes]https://github.com/cablehead/xs/releases/tag/v0.13.3 for detail.

- **`--watch` no longer reload-loops on the store directory.** The `--store` directory is now excluded from the recursive `--watch`, so a handler writing frames no longer triggers an endless reload cycle.

## Raw commits

* feat: update embedded cross.stream to 0.13.3 (2026-06-09)
* docs: note Homebrew tap-trust before install (2026-06-08)
* fix: exclude --store dir from --watch to prevent reload loops (2026-06-07)
* docs: note --watch is recursive; keep --store out of the watched dir (2026-06-07)
* chore: bump to v0.17.2-dev (2026-06-07)