Skip to content

Commit a17a66a

Browse files
committed
add changelog entry for exponential backoff
1 parent 9433050 commit a17a66a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v14.0.0
2+
3+
- Add exponential backoff for reconnects, with `reconnectWaitMax` and `randomizationFactor` options [#1149](https://github.com/socketio/socket.io-client-swift/pull/1149)
4+
15
# v13.4.0
26

37
- Add emits with write completion handlers. [#1096](https://github.com/socketio/socket.io-client-swift/issues/1096)
@@ -69,4 +73,3 @@ Important API changes
6973
- Adds `.sentPing` and `.gotPong` client events for tracking ping/pongs.
7074
- Makes the framework a single target.
7175
- Updates Starscream to 3.0
72-

0 commit comments

Comments
 (0)