File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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
2
6
3
7
### v3.1.21 (Jul 22, 2022)
4
8
* Fixed objectEnumerator error when invoking channel change event
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ let package = Package(
16
16
targets: [
17
17
. binaryTarget(
18
18
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 "
21
21
) ,
22
22
]
23
23
)
You can’t perform that action at this time.
0 commit comments