Skip to content

v0.9.0

Choose a tag to compare

@maxcountryman maxcountryman released this 01 Jan 15:31

What's Changed

Breaking Changes

  • Make service infallible. #132

This updates the service such that it always returns a response directly. In practice this means that e.g. axum applications no longer need the HandleErrorLayer and instead can use the layer directly. Note that if you use other fallible tower middleware, you will still need to use HandleErrorLayer.

As such we've also remove the MissingCookies and MissingId variants from the session error enum.

New Contributors

Full Changelog: v0.8.2...v0.9.0