Skip to content

Commit

Permalink
* Fixed error with infinite calls of SBDMain.connect completion.
Browse files Browse the repository at this point in the history
* Fixed issue where cachedMetadata is not serialized (not stored in database).
  • Loading branch information
cozzin committed Mar 28, 2022
1 parent f08e8cf commit efa2c57
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,4 +1,9 @@
# Change Log

### v3.1.10 (Mar 28, 2022)
* Fixed error with infinite calls of SBDMain.connect completion.
* Fixed issue where cachedMetadata is not serialized (not stored in database).

### v3.1.9 (Mar 18, 2022)
* Fixed issue with `getCachedMetadata()` in message collection.

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.9/SendBirdSDK.xcframework.zip",
checksum: "5432c53c69cf8f6b10762fa053b28b1b9547f3021a912baf597147e395cedfa0"
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.10/SendBirdSDK.xcframework.zip",
checksum: "c28c69a85ada91cc275f851c376b7ce4a162b9e0e9c3e85212824a473806ceff"
),
]
)

0 comments on commit efa2c57

Please sign in to comment.