0.7.3 (2025-04-26)
- Updating Cargo dependencies
0.7.2 (2025-04-26)
- Release builds now have LTO and codegen optimizations enabled
- Rename the justfile commands for releases to
build-releaseandrun-release
0.7.1 (2025-04-26)
- Return multi-value from Lua mutex lock functions
0.7.0 (2025-04-14)
- New
templatepackage in the Lua API - Add formatted logging functions to the
logpackage - Add
sqlite.nullto represent SQLNULLvalues in the Lua API - Use
tokio::time::sleepinstead ofintervalfor script tick intervals
0.6.0 (2025-03-28)
- New
fernetpackage in the Lua API - Add the program/version banner to the startup log
0.5.0 (2025-03-26)
- New
base64package in the Lua API - Add docs for the
mutexandsleepLua built-ins - Add example for publishing occupancy counts at regular intervals
0.4.0 (2025-03-22)
- Always call
catchup(sub, last_event_id)even if last_event_id isnil
0.3.1 (2025-03-22)
- Add --version flag to CLI and bump version to 0.3.1
0.3.0 (2025-03-22)
- Implement message catch-up via Last-Event-ID
0.2.0 (2025-03-20)
Initial release