Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 21 Nov 14:47
a382c7d

Minor release changes

  • Update to compress-nio v1.4.0 and use new ZlibCompressor/ZlibDecompressor types. #83
  • Moved core, client and compression WebSocket code to swift-websocket repository. Client is still available via HummingbirdWSClient and permessage-deflate compression is still available via HummingbirdWSCompression, but the code for these now lives in swift-websocket in libraries WSClient and WSCompression respectively. #87
  • Added optional UTF8 validation of text messages. #87

Patch release changes

Use state machine to manage web socket connection status. #84

Other changes

Add scripts and snippets for running Autobahn tests on server