mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-19 00:00:14 +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
|
||||
|
||||
- **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])
|
||||
|
||||
[#3145]: https://github.com/tokio-rs/axum/pull/3145
|
||||
[#3186]: https://github.com/tokio-rs/axum/pull/3186
|
||||
|
||||
# 0.11.0
|
||||
|
||||
@@ -15,6 +15,7 @@ version = "0.11.0"
|
||||
default = ["tracing"]
|
||||
|
||||
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"]
|
||||
attachment = ["dep:tracing"]
|
||||
error-response = ["dep:tracing", "tracing/std"]
|
||||
|
||||
Reference in New Issue
Block a user