v0.3.0
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