mirror of
https://github.com/tokio-rs/axum.git
synced 2026-02-06 11:17:48 +00:00
Release axum-extra v0.12.5
This commit is contained in:
parent
6b0089190c
commit
d9f79f5616
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -362,7 +362,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "axum-extra"
|
||||
version = "0.12.4"
|
||||
version = "0.12.5"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"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
|
||||
|
||||
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])
|
||||
|
||||
@ -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"
|
||||
|
||||
[features]
|
||||
default = ["tracing"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user