Skip to content

Releases: socketio/socket.io-client-swift

v5.0.0

13 Jan 17:25

Choose a tag to compare

  • Change joinNamespace() to joinNamespace(namespace: String)
  • No longer uses reflection for SocketIOClientOption (should fix memory leak issue when creating a socket)

v4.1.6

22 Dec 19:13

Choose a tag to compare

  • Add support for the Swift Package Manager

v4.1.5

20 Dec 20:43

Choose a tag to compare

  • Fix edge case where string encodings could be messed up.

v4.1.4

09 Dec 01:18

Choose a tag to compare

  • Add SelfSigned(Bool) option (Shouldn't need to use)

v4.1.3

03 Dec 19:37

Choose a tag to compare

  • Doesn't create a new engine every time it reconnects
  • Adds a new ForceNew option that will create a new engine every connection.

v4.1.2

16 Nov 18:24

Choose a tag to compare

  • Refactors

v4.1.1

02 Nov 22:38

Choose a tag to compare

  • Fix setting secure connections

v4.1.0

29 Oct 22:31

Choose a tag to compare

  • Further decoupled the Engine from the Client
  • Added tvOS target

v4.0.4

22 Oct 00:52

Choose a tag to compare

  • Enabled access to WebSocket.voipEnabled

v4.0.3

21 Oct 19:16

Choose a tag to compare

  • Fix crash in engine