mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
axum 0.8.0-rc.1 (#3073)
This commit is contained in:
@@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
# Unreleased
|
||||
|
||||
# 0.5.0
|
||||
|
||||
## rc.1
|
||||
|
||||
- **breaking:**: `Option<T>` as an extractor now requires `T` to implement the
|
||||
new trait `OptionalFromRequest` (if used as the last extractor) or
|
||||
`OptionalFromRequestParts` (other extractors) ([#2475])
|
||||
|
||||
[#2475]: https://github.com/tokio-rs/axum/pull/2475
|
||||
|
||||
# 0.5.0
|
||||
|
||||
## alpha.1
|
||||
|
||||
- **breaking:** Replace `#[async_trait]` with [return-position `impl Trait` in traits][RPITIT] ([#2308])
|
||||
|
||||
@@ -9,7 +9,7 @@ license = "MIT"
|
||||
name = "axum-core"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/tokio-rs/axum"
|
||||
version = "0.5.0-alpha.1" # remember to bump the version that axum and axum-extra depend on
|
||||
version = "0.5.0-rc.1" # remember to bump the version that axum and axum-extra depend on
|
||||
|
||||
[features]
|
||||
tracing = ["dep:tracing"]
|
||||
|
||||
Reference in New Issue
Block a user