Skip to content

Commit 3c5bcba

Browse files
Merge pull request #152 from sendbird/release/4.39.2
Release 4.39.2
2 parents 961addb + 61f0c8d commit 3c5bcba

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 4.39.2 (Apr 24, 2026)
4+
5+
### Improvements
6+
- Guaranteed message resend ordering
7+
38
## 4.39.1 (Apr 17, 2026)
49

510
### New Interfaces

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ let package = Package(
1313
),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/sendbird/sendbird-auth-ios.git", .exact("1.1.0"))
16+
.package(url: "https://github.com/sendbird/sendbird-auth-ios.git", .exact("1.1.1"))
1717
],
1818
targets: [
1919
.binaryTarget(
2020
name: "SendbirdChatSDK",
21-
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.39.1/SendbirdChatSDK.xcframework.zip",
22-
checksum: "43a7e0b7d66cee509cf47614e92188f79379733e960eef5b6234237ace49a280"
21+
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.39.2/SendbirdChatSDK.xcframework.zip",
22+
checksum: "545f357cc5b33ccc34190839d8b885790f49e5aefffec769f57e5f34c517948c"
2323
),
2424
.target(
2525
name: "SendbirdChatSDKWrapper",

SendbirdChatSDK.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = 'SendbirdChatSDK'
4-
s.version = "4.39.1"
4+
s.version = "4.39.2"
55
s.summary = 'Sendbird Chat iOS Framework'
66
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
77
s.homepage = 'https://sendbird.com'
@@ -15,12 +15,12 @@ Pod::Spec.new do |s|
1515
'Young Hwang' => 'young.hwang@sendbird.com',
1616
'Kai Lee' => 'kai.lee@sendbird.com'
1717
}
18-
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.39.1/SendbirdChatSDK.zip", :sha1 => "ae3cf6dc839384d43f5e53c89c6af68202099c0a" }
18+
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.39.2/SendbirdChatSDK.zip", :sha1 => "47010d4f1559ec78e91b237065f5fd9c9e4ef88e" }
1919
s.requires_arc = true
2020
s.platform = :ios, '13.0'
2121
s.documentation_url = 'https://sendbird.com/docs/chat'
2222
s.ios.vendored_frameworks = 'SendbirdChatSDK/SendbirdChatSDK.xcframework'
23-
s.dependency 'SendbirdAuthSDK', '1.1.0'
23+
s.dependency 'SendbirdAuthSDK', '1.1.1'
2424
s.pod_target_xcconfig = {
2525
'ENABLE_USER_SCRIPT_SANDBOXING' => 'NO'
2626
}

0 commit comments

Comments
 (0)