Skip to content

Commit

Permalink
Release - 4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sendbird-sdk-deployment committed Sep 28, 2022
1 parent b97a477 commit 4da4ff7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)`
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.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"
),
]
)
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.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'
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.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'
Expand Down

0 comments on commit 4da4ff7

Please sign in to comment.