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