Skip to content

Commit 374f9c3

Browse files
committed
Prepare version 5.3.1
1 parent 2ef6942 commit 374f9c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ 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.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+
611
### 5.3.0
712
* Fix retain cycles in `URLSessionTransport` and using default operation queue
813
* Adding an optional `leeway` to the `HeartbeatTimer`

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.3.0"
11+
s.version = "5.3.1"
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)