Skip to content

Conversation

@pixlwave
Copy link
Member

@pixlwave pixlwave commented Jan 6, 2026

This PR prepares the release of Element v1.11.34.

Notes:

  • This PR targets release/1.11.34/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/1.11.34/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 10 commits December 9, 2025 14:34
From https://spec.matrix.org/v1.16/client-server-api/#mchange_password-capability. This isn't listed as a requirement for OAuth 2.0 aware MSC3824, but does make the UX more sensible.
* Support for stable MSC3824

Depends on matrix-ios-sdk branch.

n.b. this still doesn't implement the SSO redirect parameter as described for MSC3824:

> - append action=login and action=register parameters to the SSO redirect URLs

* Fix a bug preventing the sunset banner being shown for matrix.org

---------

Co-authored-by: Doug <douglase@element.io>
The tests have been failing as Xcode now removes Text("").accessibilityIdentifier(someID) from the hierarchy but we are asserting app.staticTexts[someID].exists. This PR simply makes sure there's some non-empty values.
@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

❌ Patch coverage is 40.00000% with 12 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (release/1.11.34/master@0334f39). Learn more about missing BASE report.

Files with missing lines Patch % Lines
Riot/Modules/Settings/SettingsViewController.m 0.00% 4 Missing ⚠️
...ions/Coordinator/UserSessionsFlowCoordinator.swift 0.00% 3 Missing ⚠️
...curity/ManageSession/ManageSessionViewController.m 0.00% 2 Missing ⚠️
...mmon/Service/MatrixSDK/AuthenticationService.swift 33.33% 1 Missing and 1 partial ⚠️
.../Coordinator/UserSessionsOverviewCoordinator.swift 0.00% 1 Missing ⚠️
Additional details and impacted files
@@                    Coverage Diff                    @@
##             release/1.11.34/master    #7995   +/-   ##
=========================================================
  Coverage                          ?   15.19%           
=========================================================
  Files                             ?     1813           
  Lines                             ?   119368           
  Branches                          ?    47774           
=========================================================
  Hits                              ?    18139           
  Misses                            ?   100557           
  Partials                          ?      672           
Flag Coverage Δ
uitests 49.62% <100.00%> (?)
unittests 8.81% <5.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pixlwave pixlwave merged commit 5f4e987 into release/1.11.34/master Jan 7, 2026
7 of 9 checks passed
@pixlwave pixlwave deleted the release/1.11.34/release branch January 7, 2026 08:51
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.

4 participants