Skip to content

Commit

Permalink
Merge pull request #5 from sendbird/release/3.1.57
Browse files Browse the repository at this point in the history
Release 3.1.52 to 3.1.57
  • Loading branch information
mininny authored Aug 1, 2024
2 parents aa48af5 + 39fe916 commit 3ebf5a7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 3 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
# Changelog

## 3.1.57 (Jul 31, 2024)
### **Improvements**
- Fixed a crash where `SBDSessionWebSocketEngine` would crash when establishing a new WebSocket connection.

## 3.1.56 (Apr 9, 2024)
### **Improvements**

- Updated iOS deployment target to 12.0
- Updated Xcode version to 15.0
- Added `PrivacyInfo.xcprivacy` for [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)


## 3.1.55 (Dec 11, 2023)
### **Improvements**

- Fixed a crash that could occur when closing websocket connection.

## 3.1.54 (Nov 10, 2023)
### **Improvements**

- Fixed a crash that could occur when closing websocket connection.

## 3.1.53 (Sep 27, 2023)
### **Improvements**

- Fixed an intermittent crash issue when receiving pinned messages.

## 3.1.52 (Aug 24, 2023)
### **Improvements**

- Fixed a crash issue when websocket starts.


## v3.1.51 (Jul 7, 2023)
### **Improvements**
- Improved stability
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import PackageDescription
let package = Package(
name: "SendBirdSDK",
platforms: [.iOS(.v10)],
platforms: [.iOS(.v12)],
products: [
.library(
name: "SendBirdSDK",
Expand All @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendBirdSDK",
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.51/SendBirdSDK.xcframework.zip",
checksum: "e7d1458862df271a22d2bdc55e29e2f21303aec8eacdaa80705300dbe8900bc7"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.57/SendBirdSDK.xcframework.zip",
checksum: "eddc8c10788d1ed9d2d7997f0d906e37e1f9957a0eca4e3399090913d51a6e3e"
),
]
)

0 comments on commit 3ebf5a7

Please sign in to comment.