Skip to content

Commit

Permalink
Prepare version 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Sep 29, 2023
1 parent 2ef6942 commit 374f9c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. The format

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

### 5.3.1
* Added `socket.headers` which will be added to the `URLRequest` when opening a WebSocket connection
* Using thread-safe array for Socket callback bindings, fixing a crash when creating a channel
* Breaking a retain cycle in socket

### 5.3.0
* Fix retain cycles in `URLSessionTransport` and using default operation queue
* Adding an optional `leeway` to the `HeartbeatTimer`
Expand Down
2 changes: 1 addition & 1 deletion SwiftPhoenixClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftPhoenixClient"
s.version = "5.3.0"
s.version = "5.3.1"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
s.swift_version = "5.0"
s.description = <<-EOS
Expand Down

0 comments on commit 374f9c3

Please sign in to comment.