From d4f3f6417be7737c06c590a2c7f12ce656d5aa14 Mon Sep 17 00:00:00 2001 From: Distiller Date: Thu, 16 Feb 2023 09:02:06 +0000 Subject: [PATCH] Release - 4.3.2 --- CHANGELOG.md | 4 ++++ Package.swift | 4 ++-- SendbirdChatSDK.podspec | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d5945f..a86b972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v4.3.2 (Feb 16, 2023) + +- Fixed group channel querying with nickname filters (`nicknameContainsFilter`, `nicknameExactMatchFilter`, `nicknameExactMatchFilter`) to behave the same whether or not local caching is enabled + ## v4.3.1 (Feb 15, 2023) - Added default value for `params` argument in each interface: diff --git a/Package.swift b/Package.swift index 286b348..8bb1630 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.3.1/SendbirdChatSDK.xcframework.zip", - checksum: "7ace5489ddfddc712c9a0949141b3b61ee32e63b12d04430b3b61cca0b9e8b60" + url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.3.2/SendbirdChatSDK.xcframework.zip", + checksum: "42ef0313531fd1f5db125646e352fca36d3a00aa7c3002e1ebe2daba70bc2db9" ), ] ) diff --git a/SendbirdChatSDK.podspec b/SendbirdChatSDK.podspec index 7157b95..4718962 100644 --- a/SendbirdChatSDK.podspec +++ b/SendbirdChatSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SendbirdChatSDK' - s.version = "4.3.1" + s.version = "4.3.2" 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.3.1/SendbirdChatSDK.zip", :sha1 => "f357ef8cbd3d93d5dfbd123b66efb76eee395ad2" } + s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.3.2/SendbirdChatSDK.zip", :sha1 => "73a8c30b723f4389150c7a81bbdf644026b44da4" } s.requires_arc = true s.platform = :ios, '9.0' s.documentation_url = 'https://sendbird.com/docs/chat'