Skip to content

Commit

Permalink
*Improved stability.
Browse files Browse the repository at this point in the history
  • Loading branch information
lookdeceline committed Jan 5, 2022
1 parent 2a291f3 commit 198b9db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
### v3.1.2 (Jan 5, 2022)
* Improved stability.

### v3.1.1 (Dec 9, 2021)
* Fixed a bug that the reply message isn't received when the network is reconnected.
* Fixed a bug that some messages are disappeared.
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.binaryTarget(
name: "SendBirdSDK",
url: "https://github.com/sendbird/sendbird-ios-framework/releases/download/v3.1.1/SendBirdSDK.xcframework.zip",
checksum: "4c5722ba15bc5dfcd52bb2e216d3fe6d8a0b8da2541e01322ca53a27677d9b44"
checksum: "aa42385777d84dac53b85f02d32327ec9e620ee7cab9d9b5ac249b8b900d2c7d"
),
]
)

4 comments on commit 198b9db

@dmytro-kasianchuk-doordash

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lookdeceline, this commit updates the checksum without updating the binary url. This fails the spm package resolution. I believe the url also needs to be updated

@lookdeceline
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dmytro-kasianchuk-doordash You are correct. I have just updated it , it should have been fixed.

@kevinbruneau
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lookdeceline The release v3.1.2 still points to the commit containing the issue mentioned by @dmytro-kasianchuk-doordash . (bcc03568267168ac2f12ccc65f8ca8e9a3e1320f)
The release tag needs to be updated to 3c69d3c or we can't use the swift package by specifying the version number.

@lookdeceline
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kevinbruneau Terribly sorry for the inconvenience. The tag has been updated!

Please sign in to comment.