Releases: swimos/ratchet
Releases · swimos/ratchet
v1.2.0
What's Changed
- Enforce semantic versioning in CI by @SirCipher in #52
- Implements ExtensionProvider for Option by @SirCipher in #53
- Tidies up handshake functions to return the selected subprotocol by @SirCipher in #54
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
What's Changed
- Update README.md and Crate manifests by @SirCipher in #33
- Update to Rust 1.80.0 by @SirCipher in #34
- Release 1.0.3 by @SirCipher in #35
- Bumps MSRV to 1.70.0 by @SirCipher in #41
- Removes unused type parameter by @SirCipher in #43
- Removes NegotiatedExtension by @SirCipher in #44
- Bumps CI rustc latest to 1.81.0 by @SirCipher in #42
- Improves client header handling by @SirCipher in #46
- Removes derive_more by @SirCipher in #48
- Extracts core WebSocket upgrade logic for integration into other libraries by @SirCipher in #45
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- Relaxes bounds when creating sockets by @SirCipher in #32
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v0.4.2
Changes:
Pass through authorization header #15
Fixed inflating uncompressed messages in deflate extension #12
Contributors: @GenrikhFetischev, @michael-hibachi-xyz