Skip to content

Commit

Permalink
* Added MessageSearchQuery's totalCount and made it public
Browse files Browse the repository at this point in the history
* Implemented channel membership history where clients can retrieve whether users have joined or left the channel
* Removed some logs to improve performance
  • Loading branch information
lookdeceline committed Aug 31, 2022
1 parent 07b2906 commit 2269c1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

### 3.1.24 (Aug 31, 2022)
* Added MessageSearchQuery's totalCount and made it public
* Implemented channel membership history where clients can retrieve whether users have joined or left the channel
* Removed some logs to improve performance

### v3.1.23 (Aug 8, 2022)
* Fixed an error where the channel update event was not triggered when receiving a new message using the platform API
* Improved cleanup process on WebSocket reconnection
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendBirdSDK",
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.23/SendBirdSDK.xcframework.zip",
checksum: "a2cef48e650ba23e290eb63c279056ba198e60fd269daa08a5ab1b4a220a8958"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.24/SendBirdSDK.xcframework.zip",
checksum: "4b35a9392da5a7c64aa058f96dca5be98553aee1c01fa4d4ab9855616b6910ec"
),
]
)

0 comments on commit 2269c1e

Please sign in to comment.