Releases: shareup/websocket-apple
Releases · shareup/websocket-apple
v4.1.0
v4.0.3
v4.0.2
v4.0.1
- Replace
NWConnectionwithURLSessionWebSocketTaskbecause it was too hard to know what the correctNWConnectionbehavior should be given different server responses. - Update to Swift 5.8.
- Remove unsafe Swift flags.
Note: The CI tests do not pass because GitHub Actions do not currently support Xcode 14.3.
v4.0.0
- Replace
NWConnectionwithURLSessionWebSocketTaskbecause it was too hard to know what the correctNWConnectionbehavior should be given different server responses. - Update to Swift 5.8.
Note: The CI tests do not pass because GitHub Actions do not currently support Xcode 14.3.
v2.5.2
v3.0.0
This is a wholesale reimagining to WebSocket. It's not in any way compatible with earlier versions of the library.
- Replace
URLSessionWebSocketTaskwithNWConnection - Conform to published behavior of web browsers'
WebSocket - Add support for Swift Concurrency