From 39d456f3ad2ab1ae6be23712615f1f6a8576da6b Mon Sep 17 00:00:00 2001 From: Distiller Date: Wed, 7 Jun 2023 13:31:45 +0000 Subject: [PATCH] Release - 4.8.6 --- CHANGELOG.md | 9 +++++++++ Package.swift | 4 ++-- SendbirdChatSDK.podspec | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c10f33..2c534df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Package.swift b/Package.swift index a73729e..703c795 100644 --- a/Package.swift +++ b/Package.swift @@ -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" ), ] ) diff --git a/SendbirdChatSDK.podspec b/SendbirdChatSDK.podspec index 212d852..e4b5adb 100644 --- a/SendbirdChatSDK.podspec +++ b/SendbirdChatSDK.podspec @@ -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' @@ -13,7 +13,7 @@ Pod::Spec.new do |s| 'Celine Moon' => 'celine.moon@sendbird.com', 'Ernest Hong' => 'ernest.hong@sendbird.com' } - 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'