+14
-4
lines changedFilter options
+14
-4
lines changed Original file line number Diff line number Diff line change
@@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
-
## [Unreleased](https://github.com/pusher/NWWebSocket/compare/0.5.5...HEAD)
7
+
## [Unreleased](https://github.com/pusher/NWWebSocket/compare/0.5.6...HEAD)
8
+
9
+
## [0.5.5](https://github.com/pusher/NWWebSocket/compare/0.5.5...0.5.6) - 2025-06-18
10
+
11
+
### Fixed
12
+
13
+
- Multiple fixes to prevent potential race conditions [#56]
14
+
+ Keeping references alive during cleanup
15
+
+ Proper ordering and synchronization
16
+
+ Defensive programming
17
+
+ Delayed cleanup
8
18
9
19
## [0.5.5](https://github.com/pusher/NWWebSocket/compare/0.5.4...0.5.5) - 2025-06-17
10
20
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
1
1
Pod::Spec.new do |s|
2
2
s.name = 'NWWebSocket'
3
-
s.version = '0.5.5'
3
+
s.version = '0.5.6'
4
4
s.summary = 'A WebSocket client written in Swift, using the Network framework from Apple'
5
5
s.homepage = 'https://github.com/pusher/NWWebSocket'
6
6
s.license = 'MIT'
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ source 'https://github.com/CocoaPods/Specs.git'
48
48
platform :ios, '14.0'
49
49
use_frameworks!
50
50
51
-
pod 'NWWebSocket', '~> 0.5.5'
51
+
pod 'NWWebSocket', '~> 0.5.6'
52
52
```
53
53
54
54
Then, run the following command:
@@ -90,7 +90,7 @@ let package = Package(
90
90
],
91
91
dependencies: [
92
92
.package(url: "https://github.com/pusher/NWWebSocket.git",
93
-
.upToNextMajor(from: "0.5.5")),
93
+
.upToNextMajor(from: "0.5.6")),
94
94
],
95
95
targets: [
96
96
.target(
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4