Skip to content

Commit

Permalink
* Added Metadata key filter that was previously missing in belongsTo …
Browse files Browse the repository at this point in the history
…of SBDGroupChannelListQuery

* Disabled DB access if local caching is off
* Fixed WS connection being lost after switching from wifi to LTE
  • Loading branch information
lookdeceline committed Aug 3, 2022
1 parent f190f5e commit 6d0ec1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Change Log
### v3.1.22 (Aug 03, 2022)
* Added Metadata key filter that was previously missing in belongsTo of SBDGroupChannelListQuery
* Disabled DB access if local caching is off
* Fixed WS connection being lost after switching from wifi to LTE

### v3.1.21 (Jul 22, 2022)
* Fixed objectEnumerator error when invoking channel change event
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.21/SendBirdSDK.xcframework.zip",
checksum: "d89610b49e9faa1da51875f1664b04d8ad76be8807a699feef7e79f83809fdbb"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.22/SendBirdSDK.xcframework.zip",
checksum: "dd4766daed006ed0de82f6c53b25b7176941cba607e71cf20572eec64b24c9bb"
),
]
)

0 comments on commit 6d0ec1a

Please sign in to comment.