axum-extra-v0.12.3

daydreamlive/DEMONaxum-extra-v0.12.3Dec 20, 2025by jplatte

AI Summary

This release focuses on feature dependency management and bug fixes, ensuring the `typed-routing` feature works correctly and fixing an integer underflow issue in file stream handling.

Key Highlights

  • Enabled `routing` feature when `typed-routing` is enabled
  • Added trailing newline to `ErasedJson::pretty` responses
  • Fixed integer underflow in file stream responses

New Features

  • Feature dependency updates
  • Pretty response formatting improvements

Full Release Notes

- **changed:** Make the `typed-routing` feature enable the `routing` feature ([#3514])
- **changed:** Add trailing newline to `ErasedJson::pretty` response bodies ([#3526])
- **fixed:** Fix integer underflow in `FileStream::try_range_response` for empty files ([#3566])

[#3514]: https://github.com/tokio-rs/axum/pull/3514
[#3526]: https://github.com/tokio-rs/axum/pull/3526
[#3566]: https://github.com/tokio-rs/axum/pull/3566