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.37.1 (Feb 20, 2026)
4+
5+ ### New Features
6+ - Add ` message ` property to ` MultipleFilesMessageCreateParams `
7+ - Allows including a text message when sending multiple files in a single message
8+
39## 4.37.0 (Feb 11, 2026)
410
511### New Features
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( " 0.0.10 " ) )
16+ . package ( url: " https://github.com/sendbird/sendbird-auth-ios.git " , . exact( " 0.0.11 " ) )
1717 ] ,
1818 targets: [
1919 . binaryTarget(
2020 name: " SendbirdChatSDK " ,
21- url: " https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.37.0 /SendbirdChatSDK.xcframework.zip " ,
22- checksum: " 4a682995d91a9b74dec955f19880155279f27c4a69944cd131a3e388dc6e81d3 "
21+ url: " https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.37.1 /SendbirdChatSDK.xcframework.zip " ,
22+ checksum: " 0338f7dba31d8415bbcd3c18c8064cb69af17f829ca4fc4ed06789e935f12bb9 "
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.37.0 "
4+ s . version = "4.37.1 "
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.37.0 /SendbirdChatSDK.zip" , :sha1 => "58e9025f484806836d3796b56e100be0fdbe6c32 " }
18+ s . source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.37.1 /SendbirdChatSDK.zip" , :sha1 => "ecb5d7236a370ace1cfa4db4a1fbd646320a3758 " }
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' , '0.0.10 '
23+ s . dependency 'SendbirdAuthSDK' , '0.0.11 '
2424 s . pod_target_xcconfig = {
2525 'ENABLE_USER_SCRIPT_SANDBOXING' => 'NO'
2626 }
You can’t perform that action at this time.
0 commit comments