mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
Release axum-extra v0.12.4
This commit is contained in:
Generated
+1
-1
@@ -362,7 +362,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "axum-extra"
|
name = "axum-extra"
|
||||||
version = "0.12.3"
|
version = "0.12.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum",
|
"axum",
|
||||||
"axum-core",
|
"axum-core",
|
||||||
|
|||||||
@@ -5,6 +5,14 @@ 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.4
|
||||||
|
|
||||||
|
- **changed:** Deprecated the `Host` and `Scheme` extractors ([#3595])
|
||||||
|
- Please comment in [#3442] if you depend on one of them
|
||||||
|
|
||||||
|
[#3595]: https://github.com/tokio-rs/axum/pull/3595
|
||||||
|
[#3442]: https://github.com/tokio-rs/axum/issues/3442
|
||||||
|
|
||||||
# 0.12.3
|
# 0.12.3
|
||||||
|
|
||||||
- **changed:** Make the `typed-routing` feature enable the `routing` feature ([#3514])
|
- **changed:** Make the `typed-routing` feature enable the `routing` feature ([#3514])
|
||||||
|
|||||||
@@ -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.3"
|
version = "0.12.4"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["tracing"]
|
default = ["tracing"]
|
||||||
|
|||||||
Reference in New Issue
Block a user