mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Release axum, axum-extra, and axum-macros (#1750)
This commit is contained in:
@@ -7,13 +7,18 @@ and this project adheres to [Semantic Versioning].
|
||||
|
||||
# Unreleased
|
||||
|
||||
- None.
|
||||
|
||||
# 0.5.0 (12. February, 2022)
|
||||
|
||||
- **added:** Add `option_layer` for converting an `Option<Layer>` into a `Layer` ([#1696])
|
||||
- **added:** Implement `Layer` and `Service` for `Either` ([#1696])
|
||||
- **added:** Add `TypedPath::with_query_params` ([#1744])
|
||||
- **breaking:** Update to [`cookie`] 0.17
|
||||
- **breaking:** Update to [`cookie`] 0.17 ([#1747])
|
||||
|
||||
[#1696]: https://github.com/tokio-rs/axum/pull/1696
|
||||
[#1744]: https://github.com/tokio-rs/axum/pull/1744
|
||||
[#1747]: https://github.com/tokio-rs/axum/pull/1747
|
||||
[`cookie`]: https://crates.io/crates/cookie
|
||||
|
||||
# 0.4.2 (02. December, 2022)
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
name = "axum-extra"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.4.2"
|
||||
version = "0.5.0"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
@@ -48,7 +48,7 @@ tower-layer = "0.3"
|
||||
tower-service = "0.3"
|
||||
|
||||
# optional dependencies
|
||||
axum-macros = { path = "../axum-macros", version = "0.3.1", optional = true }
|
||||
axum-macros = { path = "../axum-macros", version = "0.3.4", optional = true }
|
||||
cookie = { package = "cookie", version = "0.17", features = ["percent-encode"], optional = true }
|
||||
form_urlencoded = { version = "1.1.0", optional = true }
|
||||
percent-encoding = { version = "2.1", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user