Skip to content

Commit f1f6aa7

Browse files
Merge pull request #104 from sendbird/release/4.27.3
Release 4.27.3
2 parents 324720a + 7f8cf3c commit f1f6aa7

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

3+
## 4.27.3 (Jun 20, 2025)
4+
5+
### Improvements
6+
7+
- Fixed exposed database error message when running after initial installation
8+
- Resolved an issue where some channels were missing when loading the channel list using GroupChannelCollection
9+
- Fixed a crash that could occur during repeated WebSocket reconnection attempts
10+
311
## 4.27.2 (Jun 10, 2025)
412

513
### Improvements

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ let package = Package(
1515
targets: [
1616
.binaryTarget(
1717
name: "SendbirdChatSDK",
18-
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.27.2/SendbirdChatSDK.xcframework.zip",
19-
checksum: "60754bb49521ef4a48df5ad25752ee2b4378f1daf2c7c2a0288d51431ede6165"
18+
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.27.3/SendbirdChatSDK.xcframework.zip",
19+
checksum: "b980cce4ab708cd2ecce67df66e390cba94dec94273d74937c2a25851a54aebf"
2020
),
2121
]
2222
)

SendbirdChatSDK.podspec

Lines changed: 2 additions & 2 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.27.2"
4+
s.version = "4.27.3"
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,7 +15,7 @@ Pod::Spec.new do |s|
1515
'Young Hwang' => '[email protected]',
1616
'Kai Lee' => '[email protected]'
1717
}
18-
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.27.2/SendbirdChatSDK.zip", :sha1 => "4d976e3bcc20054596eccdee086be4fb318d30f0" }
18+
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.27.3/SendbirdChatSDK.zip", :sha1 => "7cc34e198526179a4ee6dcbe7da4d494de0cee92" }
1919
s.requires_arc = true
2020
s.platform = :ios, '13.0'
2121
s.documentation_url = 'https://sendbird.com/docs/chat'

0 commit comments

Comments
 (0)