mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-08 00:00:24 +02:00
Bring back no-op async-stream feature for axum-extra (#3293)
This commit is contained in:
@@ -7,12 +7,8 @@ and this project adheres to [Semantic Versioning].
|
|||||||
|
|
||||||
# Unreleased
|
# Unreleased
|
||||||
|
|
||||||
- **breaking:** Remove unused `async-stream` feature, which was accidentally
|
|
||||||
introduced as an implicit feature through an optional dependency which was no
|
|
||||||
longer being used ([#3145])
|
|
||||||
- **fixed:** Fix a broken link in the documentation of `ErasedJson` ([#3186])
|
- **fixed:** Fix a broken link in the documentation of `ErasedJson` ([#3186])
|
||||||
|
|
||||||
[#3145]: https://github.com/tokio-rs/axum/pull/3145
|
|
||||||
[#3186]: https://github.com/tokio-rs/axum/pull/3186
|
[#3186]: https://github.com/tokio-rs/axum/pull/3186
|
||||||
|
|
||||||
# 0.11.0
|
# 0.11.0
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ version = "0.11.0"
|
|||||||
default = ["tracing"]
|
default = ["tracing"]
|
||||||
|
|
||||||
async-read-body = ["dep:tokio-util", "tokio-util?/io", "dep:tokio"]
|
async-read-body = ["dep:tokio-util", "tokio-util?/io", "dep:tokio"]
|
||||||
|
async-stream = [] # unused, remove before the next breaking-change release
|
||||||
file-stream = ["dep:tokio-util", "tokio-util?/io", "dep:tokio", "tokio?/fs", "tokio?/io-util"]
|
file-stream = ["dep:tokio-util", "tokio-util?/io", "dep:tokio", "tokio?/fs", "tokio?/io-util"]
|
||||||
attachment = ["dep:tracing"]
|
attachment = ["dep:tracing"]
|
||||||
error-response = ["dep:tracing", "tracing/std"]
|
error-response = ["dep:tracing", "tracing/std"]
|
||||||
|
|||||||
Reference in New Issue
Block a user