From 4da4ff72007c25ce6eb27406c65ea3476b09d4fb Mon Sep 17 00:00:00 2001 From: Distiller Date: Wed, 28 Sep 2022 08:42:20 +0000 Subject: [PATCH] Release - 4.0.14 --- CHANGELOG.md | 5 +++++ Package.swift | 4 ++-- SendbirdChatSDK.podspec | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468812c..95b9a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## 4.0.14 (Sep 28, 2022) +* Added nicknameStartsWithFilter, nicknameExactMatchFilter feature in GroupChannelListQuery and its params +* Implemented history of channel membership where clients can now track whether users have joined or left the channel (`MemberState.left` for left members of a `GroupChannel`) +* Resolved priority inversion warning +* Fixed a crash when a large file is sent in the FILE message ## 4.0.13 (Sep 16, 2022) * Fixed crash issue when using `SendbirdChat.add(_:identifier)` diff --git a/Package.swift b/Package.swift index b94d76e..1c1bba9 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.0.13/SendbirdChatSDK.xcframework.zip", - checksum: "d5a4b245208ba21c89624b2bab813389e146403b466a47284e41e60e830742cd" + url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.14/SendbirdChatSDK.xcframework.zip", + checksum: "25eb8ff725c645b7a05b7b53fba7669034b25bb3ea316c00ce6ad7a4202476e3" ), ] ) diff --git a/SendbirdChatSDK.podspec b/SendbirdChatSDK.podspec index 7079427..b9ac4a8 100644 --- a/SendbirdChatSDK.podspec +++ b/SendbirdChatSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SendbirdChatSDK' - s.version = "4.0.13" + s.version = "4.0.14" 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.0.13/SendbirdChatSDK.zip", :sha1 => "dc61f3b6df61538a5b222edaa418e470d8c79b12" } + s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.0.14/SendbirdChatSDK.zip", :sha1 => "51535b8c1e098e7d0effa1f1ca0d706301e15803" } s.requires_arc = true s.platform = :ios, '9.0' s.documentation_url = 'https://sendbird.com/docs/chat'