maxcountryman/axum-login (axum-login)
### [`v0.13.1`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#0131)
[Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.13.0...v0.13.1)
- Record user id on span when available. [#160](https://togithub.com/maxcountryman/axum-login/pull/160)
### [`v0.13.0`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#0130)
[Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.12.0...v0.13.0)
**Breaking Changes**
- Update `tower-sessions` to 0.10.0
This updates `tower-sessions` to its latest release, which itself contains breaking changes, especially with regard to previously-bundled session stores.
Please review [those changes](https://togithub.com/maxcountryman/tower-sessions/blob/main/CHANGELOG.md#0100) for more details.
### [`v0.12.0`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#0120)
[Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.11.3...v0.12.0)
**Breaking Changes**
- Make service infallible.
This follows along with the upstream changes to `tower-sessions`, where
we made it such that the sessions middleware will not directly result in
an error.
Here we do the same and in doing so are able to use the layer directly
with `axum`. This should reduce boilerplate.
### [`v0.11.3`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#0113)
[Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.11.2...v0.11.3)
- Relax trait bounds such that e.g. `Credentials` do not require `Clone`. #[#157](https://togithub.com/maxcountryman/axum-login/pull/157)
### [`v0.11.2`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#0112)
[Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.11.1...v0.11.2)
- Ensure correct redirect uri query handling. [#155](https://togithub.com/maxcountryman/axum-login/pull/155)
### [`v0.11.1`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#0111)
[Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.11.0...v0.11.1)
- Address request URI prefix truncation in nested routes by using `OriginalUri` extractor. [#153](https://togithub.com/maxcountryman/axum-login/pull/153)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
0.11
->0.13
Release Notes
maxcountryman/axum-login (axum-login)
### [`v0.13.1`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#0131) [Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.13.0...v0.13.1) - Record user id on span when available. [#160](https://togithub.com/maxcountryman/axum-login/pull/160) ### [`v0.13.0`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#0130) [Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.12.0...v0.13.0) **Breaking Changes** - Update `tower-sessions` to 0.10.0 This updates `tower-sessions` to its latest release, which itself contains breaking changes, especially with regard to previously-bundled session stores. Please review [those changes](https://togithub.com/maxcountryman/tower-sessions/blob/main/CHANGELOG.md#0100) for more details. ### [`v0.12.0`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#0120) [Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.11.3...v0.12.0) **Breaking Changes** - Make service infallible. This follows along with the upstream changes to `tower-sessions`, where we made it such that the sessions middleware will not directly result in an error. Here we do the same and in doing so are able to use the layer directly with `axum`. This should reduce boilerplate. ### [`v0.11.3`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#0113) [Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.11.2...v0.11.3) - Relax trait bounds such that e.g. `Credentials` do not require `Clone`. #[#157](https://togithub.com/maxcountryman/axum-login/pull/157) ### [`v0.11.2`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#0112) [Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.11.1...v0.11.2) - Ensure correct redirect uri query handling. [#155](https://togithub.com/maxcountryman/axum-login/pull/155) ### [`v0.11.1`](https://togithub.com/maxcountryman/axum-login/blob/HEAD/CHANGELOG.md#0111) [Compare Source](https://togithub.com/maxcountryman/axum-login/compare/v0.11.0...v0.11.1) - Address request URI prefix truncation in nested routes by using `OriginalUri` extractor. [#153](https://togithub.com/maxcountryman/axum-login/pull/153)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.