-
Notifications
You must be signed in to change notification settings - Fork 216
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
Release 0.27.12 #1873
Release 0.27.12 #1873
Conversation
Signed-off-by: Nicolas Buquet <nbuquet@buquet-net.com>
…ated_device Fix | Share room keys with dehydrated devices with rust stack
Signed-off-by: Nicolas Buquet <nbuquet@buquet-net.com> Co-authored-by: Nicolas Buquet <nbuquet@buquet-net.com>
and using the stable endpoint prefix
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/0.27.12/master #1873 +/- ##
=========================================================
Coverage ? 19.21%
=========================================================
Files ? 617
Lines ? 97349
Branches ? 40896
=========================================================
Hits ? 18701
Misses ? 78102
Partials ? 546 ☔ 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.
Probably worthwhile mentioning in here that support for the Authenticated Media endpoint has been added?
This PR prepares the release of MatrixSDK v0.27.12.
Notes:
release/0.27.12/master
, which has been cut frommaster
.Podfile
, but not the corresponding changes toPodfile.lock
, aspod install
hasn't yet been run.This is because the
Podfile
targets future versions of dependencies yet to be released, sopod install
wouldn't be able to find them yet.release:finish
thatpod update
will be run -- updating thePodfile.lock
to use the now officially released dependencies -- before ultimately merging
release/0.27.12/master
intomaster
to tag the release.➡️ Once this PR is merged, you will need to first ensure that the products this one depends on are fully released,
then run
bundle exec rake release:finish
to close this release.💡 If you want to review only the changes made since the release branch was cut from
develop
,you can check those here