Skip to content

Commit

Permalink
* Implemented synchronous initialization for SBDMain
Browse files Browse the repository at this point in the history
* Improved stability when sending FILE messages
* Removed older implementation of polls from v3
  • Loading branch information
Pitt-Cho committed Sep 28, 2022
1 parent 450d32b commit 74fc22e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog

### 3.1.28 (Sep 28, 2022)
* Implemented synchronous initialization for SBDMain
* Improved stability when sending FILE messages
* Removed older implementation of polls from v3

### 3.1.27 (Sep 22, 2022)
* Resolved priority inversion warning

Expand Down
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendBirdSDK",
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.27/SendBirdSDK.xcframework.zip",
checksum: "08e1cb8814b00a056486e1c83eb61bd3ce65909bf11ef736224d7a9c16a859bc"
url:
"https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.28/SendBirdSDK.xcframework.zip",
checksum: "859a694c58007ae4576afa6d80b9050bb699651da660dc38575feff24c375ed3"
),
]
)

0 comments on commit 74fc22e

Please sign in to comment.