Skip to content

Commit 2d4abe8

Browse files
Bump version (0.28.0)
1 parent c0a099e commit 2d4abe8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# Unreleased (0.28.0)
1+
# 0.28.0
22
* Reduce `Error` size 136 -> **32** by boxing internals of `Error::Http`, `Error::WriteBufferFull`,
33
`ProtocolError::InvalidHeader`, `TlsError::Native`, `TlsError::Rustls`.
4+
* Dependency update (`socket` to `0.6.0`).
5+
* Add `into_inner()` to the `WebSocket`, so that the user can extract the underlying stream.
6+
* Address the edge-case for the WebSocket request generation when `tungstenite` is built with `-Zfmt-debug=none`.
47

58
# 0.27.0
69
- Fix large message read performance by enforcing max `read_buffer_size` read chunks.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ authors = ["Alexey Galakhov", "Daniel Abramov"]
77
license = "MIT OR Apache-2.0"
88
readme = "README.md"
99
homepage = "https://github.com/snapview/tungstenite-rs"
10-
documentation = "https://docs.rs/tungstenite/0.27.0"
10+
documentation = "https://docs.rs/tungstenite/0.28.0"
1111
repository = "https://github.com/snapview/tungstenite-rs"
12-
version = "0.27.0"
12+
version = "0.28.0"
1313
edition = "2021"
1414
rust-version = "1.63"
1515
include = ["benches/**/*", "src/**/*", "examples/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]

0 commit comments

Comments
 (0)