Skip to content

Commit 6d0ec1a

Browse files
committed
* 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
1 parent f190f5e commit 6d0ec1a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Change Log
2+
### v3.1.22 (Aug 03, 2022)
3+
* Added Metadata key filter that was previously missing in belongsTo of SBDGroupChannelListQuery
4+
* Disabled DB access if local caching is off
5+
* Fixed WS connection being lost after switching from wifi to LTE
26

37
### v3.1.21 (Jul 22, 2022)
48
* Fixed objectEnumerator error when invoking channel change event

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ let package = Package(
1616
targets: [
1717
.binaryTarget(
1818
name: "SendBirdSDK",
19-
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.21/SendBirdSDK.xcframework.zip",
20-
checksum: "d89610b49e9faa1da51875f1664b04d8ad76be8807a699feef7e79f83809fdbb"
19+
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.22/SendBirdSDK.xcframework.zip",
20+
checksum: "dd4766daed006ed0de82f6c53b25b7176941cba607e71cf20572eec64b24c9bb"
2121
),
2222
]
2323
)

0 commit comments

Comments
 (0)