# 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)