Skip to content

v0.9.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@sisungo sisungo released this 02 Mar 05:05
· 123 commits to main since this release

NOTE: This is a pre-release. It may contain bugs, vulnerabilities and it is subject to change in the future. Use with caution!

Changes in v0.9.0-alpha.1:

  • [Feature] Refactored event system. Now it allows you to send and receive payload on events.
  • [Feature] A new (optional) daemon is introduced, called airup-eventsourced. It is an Airup client built on the event system that automatically collects system or user-defined events and send them to the Airup event bus.
  • [Feature] airup-eventsourced now supports user-defined scheduled tasks (a.k.a, "timers") as an event source.
  • [Fix] "Welcome to ...!" is incorrectly displayed. It should only be printed when we are pid == 1.
  • [Developer] C SDK: Add airup_server_version API.