Skip to content

Commit bc9929c

Browse files
Merge pull request #123 from sendbird/release/4.29.3
Release 4.29.3
2 parents 3814e96 + bf18fe8 commit bc9929c

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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.29.3 (Sep 02, 2025)
4+
5+
## Improvements
6+
- Resolved a bug in the API call logic that could lead to a crash in certain edge cases
7+
38
## 4.29.2 (Aug 04, 2025)
49

510
## 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.29.2/SendbirdChatSDK.xcframework.zip",
19-
checksum: "33f427c01da4847f5958439a8740f2d5eedc52d34924af66c1d8a119e17a7971"
18+
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.29.3/SendbirdChatSDK.xcframework.zip",
19+
checksum: "63bfb9894cf86c2d471927a83000602c612789af028b4f761b661993790ec560"
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.29.2"
4+
s.version = "4.29.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.29.2/SendbirdChatSDK.zip", :sha1 => "889e44a114caf227159151be2634ae09c2ba3d82" }
18+
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.29.3/SendbirdChatSDK.zip", :sha1 => "f01c5e753aa3312847d4ee1ca808819264692b34" }
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)