Skip to content

v0.3.0

Compare
Choose a tag to compare
@olix0r olix0r released this 28 Feb 15:38
· 222 commits to main since this release
3b1abe3

What's Changed

This release adds a new Runtime type--with an associated builder--that
supports instrumenting watches. The runtime initializes logging, starts
an admin server with /ready and /live probe endpoints, and instruments
signal handling to gracefully shutdown the runtime.

The admin server's /ready endpoint only succeeds after all watches
have received an event and fails after shutdown is initiated.

Full Changelog: release/v0.2.4...release/v0.3.0