We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e071c commit ab8d008Copy full SHA for ab8d008
axum-extra/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].
7
8
# Unreleased
9
10
+- **breaking:** `axum::extract::ws::Message` now uses `Bytes` in place of `Vec<u8>`,
11
+ and a new `Utf8Bytes` type in place of `String`, for its variants ([#3078])
12
+- **changed:** Upgraded `tokio-tungstenite` to 0.26 ([#3078])
13
+
14
+[#3078]: https://github.com/tokio-rs/axum/pull/3078
15
16
# 0.10.0
17
18
## rc.1
0 commit comments