Skip to content

Commit 3ebf5a7

Browse files
authored
Merge pull request #5 from sendbird/release/3.1.57
Release 3.1.52 to 3.1.57
2 parents aa48af5 + 39fe916 commit 3ebf5a7

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
11
# 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+
236
## v3.1.51 (Jul 7, 2023)
337
### **Improvements**
438
- Improved stability

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import PackageDescription
55
let package = Package(
66
name: "SendBirdSDK",
7-
platforms: [.iOS(.v10)],
7+
platforms: [.iOS(.v12)],
88
products: [
99
.library(
1010
name: "SendBirdSDK",
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
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"
2020
),
2121
]
2222
)

0 commit comments

Comments
 (0)