Skip to content

Releases: hummingbird-project/swift-websocket

v1.0.0

20 Nov 11:36
97f71fe
Compare
Choose a tag to compare

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

15 Nov 12:21
fee8d4f
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial version of swift-websocket.

Includes:

  • Core WebSocket handling code
  • WebSocket client library
  • WebSocket permessage-deflate compression library