axum-v0.8.7
tokio-rs/axumaxum-v0.8.7Nov 14, 2025by jplatte
AI Summary
A release focused on improving flexibility and developer experience. It relaxes Send/Sync bounds on router services and makes feature configuration more visible, along with documentation typo fixes.
Key Highlights
- Relaxed implicit Send/Sync bounds on RouterAsService and RouterIntoService
- Made default features easier to visually scan in documentation
- Fixed documentation typos
New Features
- Relaxed concurrency bounds for router services
- Improved feature visibility in documentation
Full Release Notes
- Relax implicit `Send` / `Sync` bounds on `RouterAsService`, `RouterIntoService` ([#3555]) - Make it easier to visually scan for default features ([#3550]) - Fix some documentation typos [#3550]: https://github.com/tokio-rs/axum/pull/3550 [#3555]: https://github.com/tokio-rs/axum/pull/3555