-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to rust sdk 0.1.71 #1905
Conversation
c535001
to
32175d7
Compare
32175d7
to
8716b88
Compare
Kudos, SonarCloud Quality Gate passed! |
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1905 +/- ##
===========================================
- Coverage 66.53% 66.53% -0.01%
===========================================
Files 1309 1309
Lines 33110 33109 -1
Branches 7094 7094
===========================================
- Hits 22031 22028 -3
- Misses 7718 7720 +2
Partials 3361 3361 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @ganfra OK for you?
EnableRecoveryProgress.CreatingBackup, | ||
EnableRecoveryProgress.CreatingRecoveryKey -> | ||
Unit | ||
is EnableRecoveryProgress.RoomKeyUploadError -> Unit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this new case RoomKeyUploadError
should be handled differently, but I can do it in a separate PR (i.e. not block this one).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks !
https://github.com/matrix-org/matrix-rust-components-kotlin/releases/tag/sdk-v0.1.71
There are breaking changes as specified in: #1898 plus the one related to the poll history feature.