File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ 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.1
7
+ * Added ` socket.headers ` which will be added to the ` URLRequest ` when opening a WebSocket connection
8
+ * Using thread-safe array for Socket callback bindings, fixing a crash when creating a channel
9
+ * Breaking a retain cycle in socket
10
+
6
11
### 5.3.0
7
12
* Fix retain cycles in ` URLSessionTransport ` and using default operation queue
8
13
* Adding an optional ` leeway ` to the ` HeartbeatTimer `
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.3.0 "
11
+ s . version = "5.3.1 "
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