Skip to content

Commit

Permalink
Release - 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Nov 9, 2022
1 parent 7e070e8 commit 70f1d27
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

## v4.1.4 (Nov 09, 2022)

### Improvements
* Fixed filtering logic (`joinedOnly`) in `GroupChannelListQuery.myMemberStateFilter`
* Fixed an issue where deleted channels remain in the local cache
* Applied atomicity to `cacheChannels`, `hasNext` in `GroupChannelCollection`
* Fixed concurrency issue in `SafeDictionary`

## v4.1.3 (Nov 02, 2022)

### 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.1.3/SendbirdChatSDK.xcframework.zip",
checksum: "920932c2f17285906516eb0284ac5e2e5c406c24b6d6dd3f9ef4af5ba0ab5703"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.1.4/SendbirdChatSDK.xcframework.zip",
checksum: "5d4bd1fb0ff4744449298f5d98c25fe5b405399f5c316b48e05d85662a316ed1"
),
]
)
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.1.3"
s.version = "4.1.4"
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' => 'celine.moon@sendbird.com',
'Ernest Hong' => 'ernest.hong@sendbird.com'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.1.3/SendbirdChatSDK.zip", :sha1 => "ac26873a1c4c22454de5a40bbe804fd098536bc4" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.1.4/SendbirdChatSDK.zip", :sha1 => "d089aecfcc52a3e26c6feb435d35aa48aaa56156" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 70f1d27

Please sign in to comment.