You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* development:
update readme and changelog for new version
add changelog entry for exponential backoff
config setting and test updates for reconnectWaitMax and randomizationFactor
add configurable exponential backoff
Fix#1147
Bump Starscream to 3.0.6
Update to Swift 4.2
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
# v14.0.0
2
+
3
+
- Minimum version of the client is now Swift 4.2.
4
+
- Add exponential backoff for reconnects, with `reconnectWaitMax` and `randomizationFactor` options [#1149](https://github.com/socketio/socket.io-client-swift/pull/1149)
5
+
-`statusChange` event's data format adds a second value, the raw value of the status. This is for use in Objective-C. [#1147](https://github.com/socketio/socket.io-client-swift/issues/1147)
6
+
1
7
# v13.4.0
2
8
3
9
- Add emits with write completion handlers. [#1096](https://github.com/socketio/socket.io-client-swift/issues/1096)
@@ -69,4 +75,3 @@ Important API changes
69
75
- Adds `.sentPing` and `.gotPong` client events for tracking ping/pongs.
0 commit comments