# v0.6.0
## Highlights
- **Dynamic script updates via stdin** - Scripts can now be updated at runtime without restarting the server
- **Minijinja template rendering** - New `.mj` command for rendering minijinja templates
- **Brotli compression** - Added brotli compression with streaming support
- **Multi-value headers** - Support for multi-value headers using list syntax
- **Nushell 0.109.1** - Updated to the latest Nushell version
## Raw commits
* chore: add uninlined_format_args lint to CI and check script (2025-12-05)
* feat: support dynamic script updates via stdin (#29) (2025-12-05)
* chore: add /release command and streamline CLAUDE.md (2025-12-05)
* feat: add .mj command for minijinja template rendering (2025-12-05)
* feat: update nushell to 0.109.1 (2025-12-05)
* chore: fix line wrapping in README (2025-12-05)
* feat: add brotli compression with streaming support (#28) (2025-12-04)
* docs: add NixOS packaging documentation (#26) (2025-12-03)
* feat: support multi-value headers with list syntax (2025-11-24)
* fix: print parse errors with proper ANSI formatting (2025-11-24)