Skip to content

Releases: socketio/socket.io-client-swift

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

v13.2.0

16 May 22:53
v13.2.0
6564d1a
Compare
Choose a tag to compare
  • Add ability to bypass Data inspection in emits. #992
  • Allow SocketEngine to be subclassed

v13.1.3

30 Mar 13:53
v13.1.3
8408922
Compare
Choose a tag to compare
  • Fix setting reconnectAttempts. Fixes #989

v13.1.2

11 Mar 15:03
v13.1.2
5634b33
Compare
Choose a tag to compare
  • Fix #950
  • Conforming to SocketEngineWebsocket no longer requires conforming to WebsocketDelegate

v13.1.1

10 Jan 14:11
v13.1.1
d388e1c
Compare
Choose a tag to compare

13.1.1

v13.1.0

30 Nov 11:42
v13.1.0
1025c80
Compare
Choose a tag to compare
  • Allow setting SocketEngineSpec.extraHeaders after init.
  • Deprecate SocketEngineSpec.websocket in favor of just using the SocketEngineSpec.polling property.
  • Enable bitcode for most platforms.
  • Fix #882. This adds a new method
    SocketManger.removeSocket(_:) that should be called if when you no longer wish to use a socket again.
    This will cause the engine to no longer keep a strong reference to the socket and no longer track it.

v13.0.1

14 Nov 12:23
v13.0.1
96ce620
Compare
Choose a tag to compare
  • Fix not setting handleQueue in SocketManager

v13.0.0

12 Nov 16:41
v13.0.0
b6a8984
Compare
Choose a tag to compare

What's New

  • Multiplexing namespaces through one engine.
  • Adds .sentPing and .gotPong client events for tracking ping/pongs.
  • watchOS support.

Breaking Changes

  • Huge API changes. See the migration guide for migrating to this release.
  • Adds .sentPing and .gotPong client events for tracking ping/pongs.
  • Makes the framework a single target.
  • Updates Starscream to 3.0

v12.1.3

08 Nov 13:35
v12.1.3
6905113
Compare
Choose a tag to compare
  • Fix a bug where successive reconnects could cause a ping timeout.

v12.1.2

05 Oct 23:17
v12.1.2
099c379
Compare
Choose a tag to compare
  • Reorganize tests