Skip to content

Commit

Permalink
Prepare version 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrees committed Apr 12, 2023
1 parent 5aa9ac6 commit 37a4671
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ All notable changes to this project will be documented in this file. The format

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

### 5.3.0
* Fix retain cycles in `URLSessionTransport` and using default operation queue
* Adding an optional `leeway` to the `HeartbeatTimer`
* Added additional `open` methods in `URLSessionTransport` for further customization
* Using a thread-safe array for Channel bindings

## 5.2.2
* Changed `URLSessionTransport` to `open` to provide for custom behavior, such as SSL Pinning
*

## 5.2.1
* Added `connectionState` to `Socket` which exposes the Socket's ready state

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.2.2"
s.version = "5.3.0"
s.summary = "Connect your Phoenix and iOS applications through WebSockets!"
s.swift_version = "5.0"
s.description = <<-EOS
Expand Down

0 comments on commit 37a4671

Please sign in to comment.