Skip to content

v0.7.3

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Apr 20:21
a9822fb

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-release and run-release

0.7.1 (2025-04-26)

  • Return multi-value from Lua mutex lock functions

0.7.0 (2025-04-14)

  • New template package in the Lua API
  • Add formatted logging functions to the log package
  • Add sqlite.null to represent SQL NULL values in the Lua API
  • Use tokio::time::sleep instead of interval for script tick intervals

0.6.0 (2025-03-28)

  • New fernet package in the Lua API
  • Add the program/version banner to the startup log

0.5.0 (2025-03-26)

  • New base64 package in the Lua API
  • Add docs for the mutex and sleep Lua 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 is nil

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