Skip to content

Releases: Kitura/Kitura-WebSocket

2.1.2

12 Apr 12:25
2595b0a
Compare
Choose a tag to compare
  • Build in Swift 5 mode (#92)

2.1.1

19 Sep 12:36
1c6d026
Compare
Choose a tag to compare
  • 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

10 Sep 09:59
Compare
Choose a tag to compare
  • Feat: Automatic Stale connection cleanup (#48)

The WebSocketService now has a connectionTimeout tunable that can be used to manage the clean up of unresponsive connections.

2.0.0

17 Apr 12:25
Compare
Choose a tag to compare
  • 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 a UInt16 rather than an Int16.

1.0.2

13 Apr 13:33
Compare
Choose a tag to compare

Support for Swift 4.1.

v1.0.0

21 Nov 14:59
Compare
Choose a tag to compare

Changes

  • Full migration to Swift 4.0.2

0.9.1

25 Sep 20:56
Compare
Choose a tag to compare

What's New

  • Add support for Swift 4