Skip to content

Release 0.27.18#1922

Merged
pixlwave merged 34 commits intorelease/0.27.18/masterfrom
release/0.27.18/release
Mar 3, 2026
Merged

Release 0.27.18#1922
pixlwave merged 34 commits intorelease/0.27.18/masterfrom
release/0.27.18/release

Conversation

@pixlwave
Copy link
Copy Markdown
Member

@pixlwave pixlwave commented Mar 3, 2026

This PR prepares the release of MatrixSDK v0.27.18.

Notes:

  • This PR targets release/0.27.18/master, which has been cut from master.
  • It includes changes to the Podfile, but not the corresponding changes to Podfile.lock, as pod install hasn't yet been run.
    This is because the Podfile targets future versions of dependencies yet to be released, so pod install wouldn't be able to find them yet.
  • When the CI runs its checks, it will temporarily point to the pending release branches of those dependencies beforehand
  • It is only during release:finish that pod update will be run -- updating the Podfile.lock
    to use the now officially released dependencies -- before ultimately merging release/0.27.18/master into master 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

pixlwave and others added 30 commits December 10, 2024 10:06
Update cocoapods and setup CI to build with Xcode 16
since we don't really release the app anymore on cocoapods, and there is an issue with the libbase58 library that only allows linting to work with up to Xcode14.2, even if the project can build with newer versions.
- added the `additional_creators` field in the m.room.create event
- the creator is now determined as the sender of the m.room.create event
- power levels check for creator first and return the max possible PL in that case before checking the power levels event
…_is_optional

`tombStoneEventId` can now be optional
* Support for stable `oauth_aware_preferred` from MSC3824

* Support for stable OAuth 2.0 API discovery with fallback to unstable MSC2965 .well-known

Uses the  /_matrix/client/v1/auth_metadata endpoint if available.
Uses discovery to choose the MSC4191 action parameter.

* Add missing return

* Workspace

* Feedback from PR review

* Typo

* Restore the well-known's authentication object serialisation.

---------

Co-authored-by: Doug <douglase@element.io>
@pixlwave pixlwave merged commit 5c83fcb into release/0.27.18/master Mar 3, 2026
1 of 3 checks passed
@pixlwave pixlwave deleted the release/0.27.18/release branch March 3, 2026 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants