Skip to content

Commit

Permalink
Release - 4.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Jun 7, 2023
1 parent ee5e8b6 commit 39d456f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v4.8.6 (Jun 07, 2023)

### Improvements
- Fixed not to hang main thread when requesting huge gap API
- Fixed issues in `MessageCollection.startCollection` and `NotificationCollection.startCollection`
- Fixed an error that returned duplicate cache messages
- Fixed an issue that did not fetch cache messages based on starting point
- Resolved DB migration issue

## v4.8.5 (May 24, 2023)

### 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/v4.8.5/SendbirdChatSDK.xcframework.zip",
checksum: "905f6b94b01508bb29d259df81e50fec7e9ec10672944db83eddad4050049e04"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.8.6/SendbirdChatSDK.xcframework.zip",
checksum: "dcc3e96cfb48aaecef4360c55da6a3dac5099572b7117cfcab470e728ade03ac"
),
]
)
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.8.5"
s.version = "4.8.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 @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
'Celine Moon' => '[email protected]',
'Ernest Hong' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.8.5/SendbirdChatSDK.zip", :sha1 => "5286746f79f1b269e114db98e028dcb37d63752c" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.8.6/SendbirdChatSDK.zip", :sha1 => "d11c0a9ee9b79a9a7c6d5e1834914b16a4575a7b" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 39d456f

Please sign in to comment.