Skip to content

Commit

Permalink
Merge pull request #68 from sendbird/release/4.21.6
Browse files Browse the repository at this point in the history
Release 4.21.6
  • Loading branch information
sendbird-sdk-deployment authored Sep 26, 2024
2 parents 1288677 + 5f7d2bd commit 73d1ca7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.21.6 (Sep 26, 2024)


## Improvements
- Improved `SendbirdChat.initialize()` and `SendbirdChat.connect()` speed when `isLocalCachingEnabled` is true
- Improved handling events related to reactions
- Fixed a bug where a channel gets unexpectedly unhidden upon receiving a new message

## 4.21.5 (Sep 23, 2024)


Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.21.5/SendbirdChatSDK.xcframework.zip",
checksum: "3b239608b6af4672b336e7bb64aa5923befb6e3f8e0bedd59d2d0a33bced0553"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.21.6/SendbirdChatSDK.xcframework.zip",
checksum: "8fa94b801d0164b5241ff0b27165677ecd6e01eae604e15fc04b1259c9dbd482"
),
]
)
4 changes: 2 additions & 2 deletions SendbirdChatSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SendbirdChatSDK'
s.version = "4.21.5"
s.version = "4.21.6"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
'Young Hwang' => '[email protected]',
'Kai Lee' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.21.5/SendbirdChatSDK.zip", :sha1 => "44c9e070f7eec0185aa7ab1e0e4f19ca5899bb0e" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.21.6/SendbirdChatSDK.zip", :sha1 => "7bcb9eec194b09c8ed629373c99c46a81dee64fc" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 73d1ca7

Please sign in to comment.