+18
-6
lines changedFilter options
+18
-6
lines changed Original file line number Diff line number Diff line change
@@ -4,7 +4,19 @@ 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.4...HEAD)
7
+
## [Unreleased](https://github.com/pusher/NWWebSocket/compare/0.5.5...HEAD)
8
+
9
+
## [0.5.5](https://github.com/pusher/NWWebSocket/compare/0.5.4...0.5.5) - 2025-06-17
10
+
11
+
### Fixed
12
+
13
+
- Multiple fixes to prevent potential crash [#54]
14
+
+ Handle empty request url.
15
+
+ Clear all handlers before disconnecting/cancelling connections.
16
+
+ Invalidate existing ping timers before scheduling a new one.
17
+
+ Handle unknown connection states gracefully.
18
+
+ Call completionHandler when migrating connections.
19
+
+ Fix failing tests.
8
20
9
21
## [0.5.4](https://github.com/pusher/NWWebSocket/compare/0.5.3...0.5.4) - 2023-12-15
10
22
@@ -28,7 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
28
40
29
41
### Fixed
30
42
31
-
- Resolved a race condition that could prevent a manual reconnection attempt in certain circumstances.
43
+
- Resolved a race condition that could prevent a manual reconnection attempt in certain circumstances.
32
44
33
45
## [0.5.0](https://github.com/pusher/NWWebSocket/compare/0.4.0...0.5.0) - 2020-11-20
34
46
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.4'
3
+
s.version = '0.5.5'
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.4'
51
+
pod 'NWWebSocket', '~> 0.5.5'
52
52
```
53
53
54
54
Then, run the following command:
@@ -67,7 +67,7 @@ $ pod install
67
67
68
68
Also you'll need to make sure that you've not got the version of NWWebSocket locked to an old version in your `Podfile.lock` file.
69
69
70
-
### Swift Package Manager
70
+
### Swift Package Manager
71
71
72
72
To integrate the library into your project using [Swift Package Manager](https://swift.org/package-manager/), you can add the library as a dependency in Xcode – see the [docs](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app). The package repository URL is:
73
73
@@ -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.4")),
93
+
.upToNextMajor(from: "0.5.5")),
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