Releases: Kitura/Kitura-WebSocket
Releases · Kitura/Kitura-WebSocket
2.1.2
2.1.1
- The service will be notified when a connection is closed from the processor
- Cleaning up stale connections will now ping at 1/2 ConnectionTimeout to keep active connections alive
2.1.0
2.0.0
- Support Swift 4.1 (#33, #34)
- Update dependencies to support Swift 4.1 (#39) - Kitura-net 2.1, BlueCryptor 1.0
- Fixes for Autobahn testsuite compliance (#27, #28, #29, #35, #36, #37, #38)
- note that #28 is an API breaking change to
WebSocketCloseReasonCode
, with the reason code now being returned as aUInt16
rather than anInt16
.
- note that #28 is an API breaking change to
1.0.2
Support for Swift 4.1.
v1.0.0
0.9.1
What's New
- Add support for Swift 4