Skip to content

Releases: socketio/socket.io-client-swift

v6.1.6

29 Jul 23:39
6147cda
Compare
Choose a tag to compare
  • Fix some bugs (SocketEnginePollable crashes and build failures for Objective-C)

v6.1.5

20 Jul 15:27
f15a6dc
Compare
Choose a tag to compare
  • Hopefully fix race condition dealing with the ack manager
  • Fix Swift package manager

v6.1.4

24 Jun 06:41
Compare
Choose a tag to compare
  • Fix disconnect not being triggered on disconnects

v6.1.3

17 Jun 14:07
Compare
Choose a tag to compare
  • Add Security(SSLSecurity) option. Useful if you wish to do SSL pinning.
  • Add experimental SocketManager.
  • Fix Unknown SID bug on disconnect.

v6.1.2

24 May 15:19
Compare
Choose a tag to compare
  • engineDidOpen is no longer an optional method.
  • Use the default binary placeholder instead of a placeholding string. Allows removing of SwiftRegex.
  • Remove SwiftRegex as a dependency.
  • Bump WebSocket version.

v6.1.1

05 May 13:22
Compare
Choose a tag to compare
  • Fix regression in connectParams encoding
  • Rename SocketIOClientStatus.Closed to .Disconnected

v6.1.0

11 Apr 22:56
Compare
Choose a tag to compare
  • socket.id now matches what socket.io-server socket.id returns
  • bump websocket versions
  • Removes deprecated methods and inits

v6.0.0

22 Mar 13:06
Compare
Choose a tag to compare
  • Support for Swift 2.2
  • Rework reconnecting

v5.5.0

26 Feb 00:16
Compare
Choose a tag to compare
  • Fix bug in connectWithTimeout
  • Standardize engine and client api

v5.4.1

16 Feb 19:29
Compare
Choose a tag to compare
  • Fix sending strings with quotes