File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 " ,
Original file line number Diff line number Diff line change 11
22Pod ::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 }
You can’t perform that action at this time.
0 commit comments