- Wire up WASM routes with OpenApi to make endpoints exposed by WASM components show up in spec.
- Besides TCP, allow binding the server to a unix-domain-socket (UDS).
- Note that this changes pulls the
Server::init()address argument out of the options, which is a breaking API change in case you use TrailBase-as-a-library. This is sneakily pulled into a minor release since we don't yet semantically version the library APIs. If this is an nusance for you, let us know and next time we'll push a major release 🙏.
- Note that this changes pulls the
- Compress assets to reduce binary size.
- Bump hard Job timeouts to 1 hour. We should make this user-configurable going forward.
- Remove off-by-default SwaggerUi feature now that
rapidocis better integrated into admin UI. - Shared rate-limit governor if admin APIs are exposed on a different port.
- Update dependencies.
Full Changelog: v0.33.2...v0.33.3