Releases: Kitura/Kitura-WebSocket-NIO
Releases · Kitura/Kitura-WebSocket-NIO
2.1.1
What's new
- Major fixes related to compression context takeover (#26 and #28)
- A memory leak fixed (#33)
- WebSocket compression documentation added (#37)
- Don't log errors when closed channels detected (#36)
2.1.0
What's new
- Compression context-takeover and configuring the LZ77 window size is now supported (#26)
- A critical fix to ignore continuation frames of an uncompressed message (#28)
- A memory leak fixed (#33)
2.0.2
What's new
- Temporary workaround to always use no context takeover (#24)
- tests: upgrade to swift-nio 2.1 (#25)
2.0.1
What's new
- Support for one-way compression (only server side). This was a bug fixed by #18
- Invoke buffer allocator and sendMessage() on the event loop related to the connection (#16)
- Autobahn testing in the CI! (#11)
2.0.0
What's new
- Kitura-WebSocket is now based on Kitura-NIO 2.x and SwiftNIO 2.x (#9)