File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning].
77
88# Unreleased
99
10+ - None.
11+
12+ # 0.9.3 (24. March, 2024)
13+
1014- ** added:** New ` tracing ` feature which enables logging rejections from
1115 built-in extractor with the ` axum::rejection=trace ` target ([ #2596 ] )
1216
17+ [ #2596 ] : https://github.com/tokio-rs/axum/pull/2596
18+
1319# 0.9.2 (13. January, 2024)
1420
1521- ** added:** Implement ` TypedPath ` for ` WithRejection<TypedPath, _> `
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT"
99name = " axum-extra"
1010readme = " README.md"
1111repository = " https://github.com/tokio-rs/axum"
12- version = " 0.9.2 "
12+ version = " 0.9.3 "
1313
1414[features ]
1515default = [" tracing" ]
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88# Unreleased
99
10+ - None.
11+
12+ # 0.7.5 (24. March, 2024)
13+
1014- ** fixed:** Fixed layers being cloned when calling ` axum::serve ` directly with
1115 a ` Router ` or ` MethodRouter ` ([ #2586 ] )
1216- ** fixed:** ` h2 ` is no longer pulled as a dependency unless the ` http2 ` feature
Original file line number Diff line number Diff line change 11[package ]
22name = " axum"
3- version = " 0.7.4 "
3+ version = " 0.7.5 "
44categories = [" asynchronous" , " network-programming" , " web-programming::http-server" ]
55description = " Web framework that focuses on ergonomics and modularity"
66edition = " 2021"
You can’t perform that action at this time.
0 commit comments