Skip to content

Commit 37a4671

Browse files
committed
Prepare version 5.3.0
1 parent 5aa9ac6 commit 37a4671

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ All notable changes to this project will be documented in this file. The format
33

44
This product uses [Semantic Versioning](https://semver.org/).
55

6+
### 5.3.0
7+
* Fix retain cycles in `URLSessionTransport` and using default operation queue
8+
* Adding an optional `leeway` to the `HeartbeatTimer`
9+
* Added additional `open` methods in `URLSessionTransport` for further customization
10+
* Using a thread-safe array for Channel bindings
11+
612
## 5.2.2
713
* Changed `URLSessionTransport` to `open` to provide for custom behavior, such as SSL Pinning
8-
*
14+
915
## 5.2.1
1016
* Added `connectionState` to `Socket` which exposes the Socket's ready state
1117

SwiftPhoenixClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "SwiftPhoenixClient"
11-
s.version = "5.2.2"
11+
s.version = "5.3.0"
1212
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
1313
s.swift_version = "5.0"
1414
s.description = <<-EOS

0 commit comments

Comments
 (0)