mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-09 00:00:12 +02:00
Release axum-extra v0.12.5
This commit is contained in:
Generated
+1
-1
@@ -362,7 +362,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "axum-extra"
|
name = "axum-extra"
|
||||||
version = "0.12.4"
|
version = "0.12.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum",
|
"axum",
|
||||||
"axum-core",
|
"axum-core",
|
||||||
|
|||||||
@@ -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
|
# Changelog
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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],
|
The format is based on [Keep a Changelog],
|
||||||
and this project adheres to [Semantic Versioning].
|
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
|
# 0.12.4
|
||||||
|
|
||||||
- **changed:** Deprecated the `Host` and `Scheme` extractors ([#3595])
|
- **changed:** Deprecated the `Host` and `Scheme` extractors ([#3595])
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ license = "MIT"
|
|||||||
name = "axum-extra"
|
name = "axum-extra"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/tokio-rs/axum"
|
repository = "https://github.com/tokio-rs/axum"
|
||||||
version = "0.12.4"
|
version = "0.12.5"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["tracing"]
|
default = ["tracing"]
|
||||||
|
|||||||
Reference in New Issue
Block a user