Skip to content

Commit

Permalink
Add a CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
  • Loading branch information
Gelbpunkt committed Jul 18, 2023
1 parent 320c0f9 commit ca381bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 0.4.0 (unreleased)

- Update `webpki` to 0.24 and `rust-webpki` to 0.101
- `upgrade::Error` is now publicly accessible and can thus be matched on
- `ClientBuilder` methods which perform a handshake now return a tuple of `(WebsocketStream, Response)` to retrieve e.g. response headers
- Several types now implement `Debug`
- `WebsocketStream` now implements `Stream`, therefore using `WebsocketStream::next` now requires having `StreamExt` in scope
- Limits for frame and message size can be applied via `{ClientBuilder,ServerBuilder}::limits` to protect against malicious peers
- Added support for NEON-accelerated frame (un)masking
- The crate now specifies and validates a MSRV of Rust 1.64

0 comments on commit ca381bd

Please sign in to comment.