Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Update Change
element-hq/synapse minor v1.132.0 -> v1.133.0

Pre-merge checks for Synapse or MAS workloads

  • The Release Notes do not describe any breaking changes.

  • The Upgrade document does not describe any breaking changes.


Release Notes

element-hq/synapse (element-hq/synapse)

v1.133.0

Compare Source

Synapse 1.133.0 (2025-07-01)

Pre-built wheels are now built using the manylinux_2_28 base, which is expected to be compatible with distros using glibc 2.28 or later, including:

  • Debian 10+
  • Ubuntu 18.10+
  • Fedora 29+
  • CentOS/RHEL 8+

Previously, wheels were built using the manylinux2014 base, which was expected to be compatible with distros using glibc 2.17 or later.

Bugfixes
  • Bump cibuildwheel to 3.0.0 to fix the manylinux wheel builds. (#​18615)

Synapse 1.133.0rc1 (2025-06-24)

Features
Bugfixes
  • Fix an issue where, during state resolution for v11 rooms, Synapse would incorrectly calculate the power level of the creator when there was no power levels event in the room. (#​18534, #​18547)
  • Fix long-standing bug where sliding sync did not honour the room_id_to_include config option. (#​18535)
  • Fix an issue where "Lock timeout is getting excessive" warnings would be logged even when the lock timeout was <10 minutes. (#​18543)
  • Fix an issue where Synapse could calculate the wrong power level for the creator of the room if there was no power levels event. (#​18545)
Improved Documentation
  • Generate config documentation from JSON Schema file. (#​18528)
  • Fix typo in user type documentation. (#​18568)
Internal Changes
Updates to locked dependencies
  • Bump actions/setup-python from 5.5.0 to 5.6.0. (#​18555)
  • Bump base64 from 0.21.7 to 0.22.1. (#​18559)
  • Bump dawidd6/action-download-artifact from 9 to 11. (#​18556)
  • Bump headers from 0.4.0 to 0.4.1. (#​18529)
  • Bump requests from 2.32.2 to 2.32.4. (#​18533)
  • Bump types-requests from 2.32.0.20250328 to 2.32.4.20250611. (#​18558)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/track/1-element-hq-synapse-1.x branch from bbb6081 to 9187a54 Compare July 1, 2025 19:10
@amandahla amandahla self-requested a review July 2, 2025 12:46
@amandahla
Copy link
Collaborator

DNM for now
element-hq/synapse#18546

@renovate renovate bot force-pushed the renovate/track/1-element-hq-synapse-1.x branch from 9187a54 to 15a671a Compare July 3, 2025 12:30
@renovate renovate bot force-pushed the renovate/track/1-element-hq-synapse-1.x branch from 15a671a to acf6bfd Compare July 3, 2025 13:09
@renovate renovate bot force-pushed the renovate/track/1-element-hq-synapse-1.x branch from acf6bfd to 4d9ac72 Compare July 3, 2025 13:51
@amandahla amandahla requested a review from srbouffard July 3, 2025 14:00
@amandahla
Copy link
Collaborator

Removing approvals, DNM for now.

@renovate renovate bot force-pushed the renovate/track/1-element-hq-synapse-1.x branch from 4d9ac72 to aaf1921 Compare July 4, 2025 20:27
@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2025

Test results for commit aaf1921

Test coverage for aaf1921

Name                                    Stmts   Miss Branch BrPart  Cover   Missing
-----------------------------------------------------------------------------------
src/actions/__init__.py                     1      0      0      0   100%
src/actions/register_user.py               21      0      2      0   100%
src/admin_access_token.py                   9      0      0      0   100%
src/backup.py                             175      5     20      2    96%   353-354, 423-424, 483->485, 486
src/backup_observer.py                    134     16     12      0    89%   132-135, 140-143, 179-182, 211-214
src/charm.py                              289     18     70     10    92%   136->138, 141, 247, 251-252, 280-281, 309, 316, 397-401, 404-405, 433-435, 455, 491-492
src/charm_state.py                        159      9     34      7    92%   273, 277, 298, 323, 329, 335, 339-340, 427
src/charm_types.py                         34      0      0      0   100%
src/database_client.py                     57      1      8      4    92%   35, 47->exit, 69->exit, 88->98
src/database_observer.py                   39      0      4      1    98%   70->72
src/exceptions.py                           3      0      0      0   100%
src/matrix_auth_observer.py                51      3      8      1    93%   61, 141-142
src/media_observer.py                      41      4      2      1    88%   61-63, 82
src/mjolnir.py                             97      3     30      3    95%   82, 91->107, 112-116
src/observability.py                       14      0      0      0   100%
src/pebble.py                             207     27     50     13    84%   57->62, 176->exit, 187-191, 225-226, 246-247, 300->305, 310-311, 323-324, 326-327, 348-349, 366, 368, 370, 372, 374, 402, 454-459
src/redis_observer.py                      35      3      4      0    92%   62-65
src/s3_parameters.py                       22      0      4      0   100%
src/saml_observer.py                       38      0      4      0   100%
src/smtp_observer.py                       56      4     14      2    91%   82-86, 89, 108->113
src/synapse/__init__.py                     4      0      0      0   100%
src/synapse/admin.py                       19      2      2      0    90%   40-41
src/synapse/api.py                        175      3     20      3    97%   176, 229, 402
src/synapse/workload.py                   138      6     24      0    94%   403-404, 414-417
src/synapse/workload_configuration.py     180     33     42     15    78%   95->exit, 99-100, 143-144, 148-151, 171-172, 201, 221-222, 254-255, 288, 297-298, 313, 318-319, 340-341, 360->365, 366, 384->386, 396-397, 413, 481-482, 510, 518->520, 520->522, 527-528, 548->555, 558, 578-579
src/user.py                                23      0      2      0   100%
-----------------------------------------------------------------------------------
TOTAL                                    2021    137    356     62    91%

Static code analysis report

Working... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:01
Run started:2025-07-04 20:29:11.762188

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 11511
  Total lines skipped (#nosec): 4
  Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
  Total issues (by severity):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
  Total issues (by confidence):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
Files skipped (0):

@amandahla
Copy link
Collaborator

Approving since I couldnt reproduce the error anymore.

@DeeKay3 DeeKay3 merged commit d97643e into track/1 Jul 9, 2025
31 of 33 checks passed
@DeeKay3 DeeKay3 deleted the renovate/track/1-element-hq-synapse-1.x branch July 9, 2025 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants