From 4e2bc8c92a570ff98dd5b774a0449092e407a942 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 27 Dec 2025 10:35:59 +0100 Subject: [PATCH] Release axum-extra v0.12.4 --- Cargo.lock | 2 +- axum-extra/CHANGELOG.md | 8 ++++++++ axum-extra/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40d8ec75..4bf108ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ [[package]] name = "axum-extra" -version = "0.12.3" +version = "0.12.4" dependencies = [ "axum", "axum-core", diff --git a/axum-extra/CHANGELOG.md b/axum-extra/CHANGELOG.md index 3c30c566..84678f98 100644 --- a/axum-extra/CHANGELOG.md +++ b/axum-extra/CHANGELOG.md @@ -5,6 +5,14 @@ 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.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 - **changed:** Make the `typed-routing` feature enable the `routing` feature ([#3514]) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index be652623..e81e187c 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "axum-extra" readme = "README.md" repository = "https://github.com/tokio-rs/axum" -version = "0.12.3" +version = "0.12.4" [features] default = ["tracing"]