Releases: socketio/socket.io-client-swift
Releases · socketio/socket.io-client-swift
v13.2.1
v13.2.0
v13.1.3
v13.1.2
v13.1.1
v13.1.0
- Allow setting
SocketEngineSpec.extraHeaders
after init. - Deprecate
SocketEngineSpec.websocket
in favor of just using theSocketEngineSpec.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
- Fix not setting handleQueue in
SocketManager
v13.0.0
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
- Fix a bug where successive reconnects could cause a ping timeout.
v12.1.2
- Reorganize tests