This release introduces dedicated support for healthcheck routes, improves dx with tracing exporters, and resolves a typing inconsistency in cookie configuration. It’s a quality-of-life bump with production-readiness in mind.
Added
- feat:
App.health
andRouter.health
, shortcut methods to register aGET
route with kind"health"
. These routes are excluded from rate limiting and are intended for health checks (e.g., Kubernetes probes).
Improved
- dx:
tracing.exporters
can now return a single exporter object in addition to an array. Previously, only arrays were accepted.
Fixed
- dx: Fixed a type mismatch in the
cookies
option ofApp
. The option now properly acceptscookies
as the configuration object, instead of requiring{config}
wrapping.
As always, stay frosty ❄️.