Skip to content

Commit

Permalink
Merge pull request #58 from sendbird/release/4.19.9
Browse files Browse the repository at this point in the history
Release 4.19.9
  • Loading branch information
sendbird-sdk-deployment authored Jul 26, 2024
2 parents 6627fd3 + 0410cd9 commit 3dab077
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.19.9 (Jul 26, 2024)

## Improvements
- Fixed an issue with apiResult of the handler of `MessageCollection` receiving messages from a point in time before `resetMyHistory()` call
- Fixed to remove messages before resetMyHistory time from database when calling resetMyHistory
- Fixed for freeze status not updating
- Fixed timing for updating the count of participants

## 4.19.8 (Jul 09, 2024)

## Improvements
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.19.8/SendbirdChatSDK.xcframework.zip",
checksum: "3dafe57b89776132287cfbd89c9b0dde726785ab03a1c9b29a909ed17958235a"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.19.9/SendbirdChatSDK.xcframework.zip",
checksum: "fc1056f59106f7aa870422f29b5cb607dac01b20b0bd7f53b824c5b87263313d"
),
]
)
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.19.8"
s.version = "4.19.9"
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.19.8/SendbirdChatSDK.zip", :sha1 => "e546814580611d3f169b71ce6704536d27715444" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/4.19.9/SendbirdChatSDK.zip", :sha1 => "bc6f77f1edcca1126a6235fe9adba13e3e2cdd3b" }
s.requires_arc = true
s.platform = :ios, '12.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 3dab077

Please sign in to comment.