We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53927d commit 25a4d8aCopy full SHA for 25a4d8a
CHANGELOG.md
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format
4
5
This product uses [Semantic Versioning](https://semver.org/).
6
7
+### 5.3.5
8
+
9
+- Fix `objc_loadWeakRetained` on iOS 18 in the `Transport` layer
10
11
+### 5.3.4
12
13
+- Added various weak self checks
14
15
### 5.3.3
16
17
- Added weak self references in heartbeat timer
SwiftPhoenixClient.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = "SwiftPhoenixClient"
- s.version = "5.3.4"
+ s.version = "5.3.5"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
s.swift_version = "5.0"
s.description = <<-EOS
0 commit comments