Skip to content

Releases: socketio/socket.io-client-swift

v16.1.0

28 Aug 18:53
175da8b
Compare
Choose a tag to compare
  • Drop support for iOS 11
  • Bump Starscream to 4.0.6

v16.0.1

08 Jun 15:13
v16.0.1
af5ce97
Compare
Choose a tag to compare
  • Removed Objective-C support. It's time for you to embrace Swift.
  • Socket.io 3 support.

v15.2.0

17 Oct 10:34
v15.2.0
36db2ff
Compare
Choose a tag to compare
  • Small tweaks

v15.1.0

28 May 13:10
v15.1.0
5dcfe18
Compare
Choose a tag to compare
  • Add ability to enable websockets SOCKS proxy.
  • Fix emit completion callback not firing on websockets #1178

v15.0.0

28 Mar 10:30
v15.0.0
148c302
Compare
Choose a tag to compare
  • Swift 5. (Swift 4 projects should work in theory)

v14.0.0

16 Jan 13:55
v14.0.0
19a1774
Compare
Choose a tag to compare
  • Minimum version of the client is now Swift 4.2.
  • Add exponential backoff for reconnects, with reconnectWaitMax and randomizationFactor options #1149
  • statusChange event's data format adds a second value, the raw value of the status. This is for use in Objective-C. #1147

v13.4.0

11 Jan 17:44
v13.4.0
f7ef126
Compare
Choose a tag to compare
v13.4.0

v13.3.1

04 Oct 09:58
v13.3.1
016e127
Compare
Choose a tag to compare

v13.3.0

30 Aug 18:38
v13.3.0
a3d4432
Compare
Choose a tag to compare
v13.3.0

v13.2.1

07 Jun 13:55
v13.2.1
6cfea5a
Compare
Choose a tag to compare
  • Fix packets getting lost when WebSocket upgrade fails. #1033
  • Fix bad unit tests. #794