Merge branch 'v0.8.x'

This commit is contained in:
Jonas Platte
2025-12-27 15:34:46 +01:00
3 changed files with 8 additions and 8 deletions
Generated
+1 -1
View File
@@ -181,7 +181,7 @@ dependencies = [
[[package]]
name = "axum-extra"
version = "0.12.3"
version = "0.12.5"
dependencies = [
"axum",
"axum-core",
+6 -6
View File
@@ -1,9 +1,3 @@
# Unreleased
- **fixed:** `JsonLines` now correctly respects the default body limit ([#3591])
[#3591]: https://github.com/tokio-rs/axum/pull/3591
# Changelog
All notable changes to this project will be documented in this file.
@@ -11,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].
# 0.12.5
- **fixed:** `JsonLines` now correctly respects the default body limit ([#3591])
[#3591]: https://github.com/tokio-rs/axum/pull/3591
# 0.12.4
- **changed:** Deprecated the `Host` and `Scheme` extractors ([#3595])
+1 -1
View File
@@ -9,7 +9,7 @@ license = "MIT"
name = "axum-extra"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.12.4"
version = "0.12.5"
[package.metadata.docs.rs]
all-features = true