Skip to content

Releases: shareup/websocket-apple

v4.0.3

04 Dec 23:46
32de0d7
Compare
Choose a tag to compare
  • Update Swift verson to 5.9.
  • Update dependencies.

v4.0.2

28 Aug 14:12
f409dca
Compare
Choose a tag to compare
  • Update dependencies.

v4.0.1

10 Apr 00:31
Compare
Choose a tag to compare
  • Replace NWConnection with URLSessionWebSocketTask because it was too hard to know what the correct NWConnection behavior 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

10 Apr 00:26
67a0bab
Compare
Choose a tag to compare
  • Replace NWConnection with URLSessionWebSocketTask because it was too hard to know what the correct NWConnection behavior 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

04 Nov 23:46
Compare
Choose a tag to compare
  • Update dependencies

v3.0.0

18 Apr 12:53
bf9ff2b
Compare
Choose a tag to compare

This is a wholesale reimagining to WebSocket. It's not in any way compatible with earlier versions of the library.

v2.5.1

08 Nov 15:23
4532e16
Compare
Choose a tag to compare

Require watchOS 6 because watchOS 5 doesn't support Combine.

v2.5.0

03 Jun 20:40
78df9bf
Compare
Choose a tag to compare

Consume Synchronized static library.

v2.4.0

10 Apr 09:52
Compare
Choose a tag to compare

Consume SynchronizedDynamic dynamic library instead of the statically-linked library.

v2.3.0

17 Mar 09:05
00de3b9
Compare
Choose a tag to compare

Add timeoutIntervalForRequest and timeoutIntervalForResource.