Skip to content

Commit 4410e8a

Browse files
committed
Merge branch 'release/25.09.1' into main
2 parents cdd5d90 + 64270a1 commit 4410e8a

File tree

1,815 files changed

+12065
-6735
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,815 files changed

+12065
-6735
lines changed

.github/workflows/fork-pr-notice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.event.pull_request.base.repo.full_name != github.event.pull_request.head.repo.full_name
1616
steps:
1717
- name: Add auto-generated commit warning
18-
uses: actions/github-script@v7
18+
uses: actions/github-script@v8
1919
with:
2020
script: |
2121
github.rest.issues.createComment({

.github/workflows/generate_github_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
2525
- name: Set up Python 3.12
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: 3.13
2929
- name: Run World screenshots generation script

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Trigger pipeline
16-
uses: actions/github-script@v7
16+
uses: actions/github-script@v8
1717
with:
1818
github-token: ${{ secrets.ENTERPRISE_ACTIONS_TOKEN }}
1919
script: |

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: read
1616
steps:
1717
- name: Add notice
18-
uses: actions/github-script@v7
18+
uses: actions/github-script@v8
1919
if: contains(github.event.pull_request.labels.*.name, 'X-Blocked')
2020
with:
2121
script: |
@@ -39,7 +39,7 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN_READ_ORG }}
4040
- name: Add label
4141
if: steps.teams.outputs.isTeamMember == 'false'
42-
uses: actions/github-script@v7
42+
uses: actions/github-script@v8
4343
with:
4444
script: |
4545
github.rest.issues.addLabels({
@@ -58,7 +58,7 @@ jobs:
5858
github.event.pull_request.head.repo.full_name != github.repository
5959
steps:
6060
- name: Close pull request
61-
uses: actions/github-script@v7
61+
uses: actions/github-script@v8
6262
with:
6363
script: |
6464
github.rest.issues.createComment({

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v5
3737
- name: Set up Python 3.12
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: 3.13
4141
- name: Search for invalid screenshot files
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
5858
- name: Set up Python 3.12
59-
uses: actions/setup-python@v5
59+
uses: actions/setup-python@v6
6060
with:
6161
python-version: 3.13
6262
- name: Search for invalid dependencies

.github/workflows/sync-localazy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
2424
- name: Set up Python 3.12
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: 3.13
2828
- name: Setup Localazy

.github/workflows/sync-sas-strings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v5
1616
- name: Set up Python 3.12
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: 3.13
2020
- name: Install Prerequisite dependencies

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
# https://github.com/codecov/codecov-action
8484
- name: ☂️ Upload coverage reports to codecov
85-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
85+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
8686
with:
8787
fail_ci_if_error: true
8888
token: ${{ secrets.CODECOV_TOKEN }}

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Changes in Element X v25.09.0
2+
=============================
3+
4+
This release is the same as `25.08.4` but it includes performance fixes for the timeline load times, included in the Rust SDK version upgrade and internal changes for Element Call.
5+
6+
## What's Changed
7+
### 🧱 Build
8+
* Revert "Try following KSP incremental best practices on `anvilcodegen`" by @bmarty in https://github.com/element-hq/element-x-android/pull/5233
9+
### Dependency upgrades
10+
* Update dependency io.element.android:element-call-embedded to v0.15.0 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5229
11+
* Update dependency org.matrix.rustcomponents:sdk-android to v25.8.26 by @renovate[bot] in https://github.com/element-hq/element-x-android/pull/5230
12+
* Downgrade sonar scanner gradle plugin to `v6.2.0.5505` by @jmartinesp in https://github.com/element-hq/element-x-android/pull/5234
13+
14+
15+
**Full Changelog**: https://github.com/element-hq/element-x-android/compare/v25.08.4...v25.09.0
16+
117
Changes in Element X v25.08.4
218
=============================
319

File renamed without changes.

0 commit comments

Comments
 (0)