File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,15 @@ All notable changes to this project will be documented in this file. The format
3
3
4
4
This product uses [ Semantic Versioning] ( https://semver.org/ ) .
5
5
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
+
6
12
## 5.2.2
7
13
* Changed ` URLSessionTransport ` to ` open ` to provide for custom behavior, such as SSL Pinning
8
- *
14
+
9
15
## 5.2.1
10
16
* Added ` connectionState ` to ` Socket ` which exposes the Socket's ready state
11
17
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = "SwiftPhoenixClient"
11
- s . version = "5.2.2 "
11
+ s . version = "5.3.0 "
12
12
s . summary = "Connect your Phoenix and iOS applications through WebSockets!"
13
13
s . swift_version = "5.0"
14
14
s . description = <<-EOS
You can’t perform that action at this time.
0 commit comments