Releases: hummingbird-project/swift-websocket
Releases · hummingbird-project/swift-websocket
v1.0.0
Version 1.0 of general purpose WebSocket support code, client and compression support 🎉
Minor release changes
- Added "non-negotiated" extensions that are applied without negotiation with other side. #5
- Removed unnecessary
@escaping
attribute from a couple of closures. #6
Patch release changes
- Added logging of which extensions are added in client.
v0.1.0
Initial version of swift-websocket.
Includes:
- Core WebSocket handling code
- WebSocket client library
- WebSocket permessage-deflate compression library