Skip to content

Release v0.13.0

Choose a tag to compare

@github-actions github-actions released this 02 Mar 20:06
· 37 commits to main since this release

v0.13.0

Highlights

Updated to Nushell 0.111, cross.stream 0.11, and Datastar v1.0.0-RC.8.

The $HTTP_NU const is now available in handler scripts, providing access to runtime context (version, dev mode, store path, etc.) without environment variables. An examples hub at examples/ showcases available demos with live links.

SSE streams with brotli compression now correctly abort on hot reload, fixing a race where compressed SSE connections could hang during --watch reloads.

The curl hint URL now respects X-Forwarded-Proto when running behind a reverse proxy.

Changelog

  • chore: bump Datastar to v1.0.0-RC.8 (2026-03-02)
  • feat: add getting started tutorial and unified copy buttons for www site (2026-03-02)
  • fix: compose SSE reload-abort with brotli compression (2026-02-26)
  • fix: use X-Forwarded-Proto for curl hint URL behind reverse proxy (2026-02-26)
  • feat: add curl hint for streaming /time endpoint in basic example (2026-02-26)
  • docs: link to live examples from README and examples/README (2026-02-26)
  • feat: $HTTP_NU const + examples hub (#42) (2026-02-26)
  • examples: add live mermaid editor with Datastar + web component (2026-02-23)