Skip to content

Commit 7d31da5

Browse files
committed
Add upcoming release changes to CHANGELOG
1 parent 39ea793 commit 7d31da5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased](https://github.com/pusher/pusher-websocket-swift/compare/5.1.1...HEAD)
88

9+
### Added
10+
11+
- Client will now send a ping to the server if there has been a period of inactivity on the socket. This should help detect some disconnections that previously weren't being noticed.
12+
13+
### Changed
14+
15+
- All dependencies are now defined to be brought in using the appropriate package manager (Carthage or CocoaPods)
16+
- Reconnection strategy has been changed to now attempt reconnecting indefinitely, with an exponential backoff but a maximum interval of 120 seconds between reconnection attempts.
17+
18+
### Removed
19+
20+
- Removed the deprecated `AuthRequestBuilderProtocol` function: `func requestFor(socketID: String, channel: PusherChannel) -> NSMutableURLRequest?`
21+
- `reconnectingWhenNetworkBecomesReachable` connection state
22+
923
## [5.1.1](https://github.com/pusher/pusher-websocket-swift/compare/5.1.0...5.1.1) - 2018-01-22
1024

1125
### Changed

0 commit comments

Comments
 (0)