All Versions
21
Latest Version
Avg Release Cycle
73 days
Latest Release
-

Changelog History
Page 1

  • v16.0.0 Changes

    • โœ‚ Removed Objective-C support. It's time for you to embrace Swift.
    • ๐Ÿ‘ Socket.io 3 support.
  • v16.0.0-beta2

    November 07, 2020
  • v16.0.0-beta1

    November 07, 2020
  • v16.0.0-beta0

    November 07, 2020
  • v15.3.0 Changes

    • โž• Add == operators for SocketAckStatus and String
  • v15.2.0 Changes

    October 17, 2019
    • Small tweaks
  • v15.1.0 Changes

    May 28, 2019
    • โž• Add ability to enable websockets SOCKS proxy.
    • ๐Ÿ›  Fix emit completion callback not firing on websockets #1178
  • v15.0.0 Changes

    March 28, 2019
    • Swift 5. (Swift 4 projects should work in theory)
  • v15.0.0-beta1

    March 26, 2019
  • v14.0.0 Changes

    January 16, 2019
    • 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