-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: kosolabs/axum-anyhow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: kosolabs/axum-anyhow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 10 files changed
- 1 contributor
Commits on Dec 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4cec495 - Browse repository at this point
Copy the full SHA 4cec495View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8013b8e - Browse repository at this point
Copy the full SHA 8013b8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad42ba - Browse repository at this point
Copy the full SHA 4ad42baView commit details -
## 🤖 New release * `axum-anyhow`: 0.9.1 -> 0.10.0 (⚠ API breaking changes) ### ⚠ `axum-anyhow` breaking changes ```text --- failure auto_trait_impl_removed: auto trait no longer implemented --- Description: A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented. ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/auto_trait_impl_removed.ron Failed in: type ErrorInterceptorLayer is no longer UnwindSafe, in /tmp/.tmpaVdEEi/axum-anyhow/src/middleware.rs:197 type ErrorInterceptorLayer is no longer RefUnwindSafe, in /tmp/.tmpaVdEEi/axum-anyhow/src/middleware.rs:197 --- failure derive_trait_impl_removed: built-in derived trait no longer implemented --- Description: A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits. ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/derive_trait_impl_removed.ron Failed in: type ErrorInterceptorLayer no longer derives Copy, in /tmp/.tmpaVdEEi/axum-anyhow/src/middleware.rs:197 --- failure function_missing: pub fn removed or renamed --- Description: A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/function_missing.ron Failed in: function axum_anyhow::set_error_enricher, previously in file /tmp/.tmp2LvzZ3/axum-anyhow/src/middleware.rs:55 --- failure struct_missing: pub struct removed or renamed --- Description: A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely. ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/struct_missing.ron Failed in: struct axum_anyhow::RequestContext, previously in file /tmp/.tmp2LvzZ3/axum-anyhow/src/middleware.rs:21 --- failure unit_struct_changed_kind: unit struct changed kind --- Description: A public unit struct has been changed to a normal (curly-braces) struct, which cannot be constructed using the same struct literal syntax. ref: rust-lang/cargo#10871 impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/unit_struct_changed_kind.ron Failed in: struct ErrorInterceptorLayer in /tmp/.tmpaVdEEi/axum-anyhow/src/middleware.rs:197 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.10.0](v0.9.1...v0.10.0) - 2025-12-09 ### Other - Improve readability of middleware ([#96](#96)) - Store the error enricher and the request context together ([#95](#95)) - Add header to the request context ([#93](#93)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).Configuration menu - View commit details
-
Copy full SHA for a2a23cc - Browse repository at this point
Copy the full SHA a2a23ccView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.1...v0.10.0