Releases: davidstump/SwiftPhoenixClient
Releases · davidstump/SwiftPhoenixClient
5.3.5
What's Changed
- PhoenixTransport Crash Fix for iOS 18 by @varun-score in #275
New Contributors
- @varun-score made their first contribution in #275
Full Changelog: 5.3.4...5.3.5
5.3.4
- Added various
weak self
checks
Full Changelog: 5.3.3...5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
- Fix retain cycles in
URLSessionTransport
and using default operation queue - Adding an optional
leeway
to theHeartbeatTimer
- Added additional
open
methods inURLSessionTransport
for further customization - Using a thread-safe array for Channel bindings
Thanks @ejensen for several of these additions
5.2.2
5.2.1
5.2.0
[#226] - Adds URLResponse
as an optional value in socket.onError
callbacks to allow for checking status codes from the server when the Socket connection errors out. See Examples in PR for more details
NOTE Upgrading to this version may throw a syntax error depending on how you've implemented your onError
handlers.