File tree 2 files changed +37
-3
lines changed 2 files changed +37
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
3
+ ## 3.1.57 (Jul 31, 2024)
4
+ ### ** Improvements**
5
+ - Fixed a crash where ` SBDSessionWebSocketEngine ` would crash when establishing a new WebSocket connection.
6
+
7
+ ## 3.1.56 (Apr 9, 2024)
8
+ ### ** Improvements**
9
+
10
+ - Updated iOS deployment target to 12.0
11
+ - Updated Xcode version to 15.0
12
+ - Added ` PrivacyInfo.xcprivacy ` for [ Apple Privacy Manifest] ( https://developer.apple.com/documentation/bundleresources/privacy_manifest_files )
13
+
14
+
15
+ ## 3.1.55 (Dec 11, 2023)
16
+ ### ** Improvements**
17
+
18
+ - Fixed a crash that could occur when closing websocket connection.
19
+
20
+ ## 3.1.54 (Nov 10, 2023)
21
+ ### ** Improvements**
22
+
23
+ - Fixed a crash that could occur when closing websocket connection.
24
+
25
+ ## 3.1.53 (Sep 27, 2023)
26
+ ### ** Improvements**
27
+
28
+ - Fixed an intermittent crash issue when receiving pinned messages.
29
+
30
+ ## 3.1.52 (Aug 24, 2023)
31
+ ### ** Improvements**
32
+
33
+ - Fixed a crash issue when websocket starts.
34
+
35
+
2
36
## v3.1.51 (Jul 7, 2023)
3
37
### ** Improvements**
4
38
- Improved stability
Original file line number Diff line number Diff line change 4
4
import PackageDescription
5
5
let package = Package (
6
6
name: " SendBirdSDK " ,
7
- platforms: [ . iOS( . v10 ) ] ,
7
+ platforms: [ . iOS( . v12 ) ] ,
8
8
products: [
9
9
. library(
10
10
name: " SendBirdSDK " ,
@@ -15,8 +15,8 @@ let package = Package(
15
15
targets: [
16
16
. binaryTarget(
17
17
name: " SendBirdSDK " ,
18
- url: " https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.51 /SendBirdSDK.xcframework.zip " ,
19
- checksum: " e7d1458862df271a22d2bdc55e29e2f21303aec8eacdaa80705300dbe8900bc7 "
18
+ url: " https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.57 /SendBirdSDK.xcframework.zip " ,
19
+ checksum: " eddc8c10788d1ed9d2d7997f0d906e37e1f9957a0eca4e3399090913d51a6e3e "
20
20
) ,
21
21
]
22
22
)
You can’t perform that action at this time.
0 commit comments