Skip to content

chore(deps): update dependency element-hq/synapse to v1.129.0 #790

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

Open
wants to merge 1 commit into
base: 2/main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2025

This PR contains the following updates:

Package Update Change
element-hq/synapse minor v1.128.0 -> v1.129.0

Release Notes

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

v1.129.0

Compare Source

Synapse 1.129.0 (2025-05-06)

No significant changes since 1.129.0rc2.

Synapse 1.129.0rc2 (2025-04-30)

Synapse 1.129.0rc1 was never formally released due to regressions discovered during the release process. 1.129.0rc2 fixes those regressions by reverting the affected PRs.

Internal Changes
  • Revert the slow background update introduced by #​18068 in v1.128.0. (#​18372)
  • Revert "Add total event, unencrypted message, and e2ee event counts to stats reporting", added in v1.129.0rc1. (#​18373)

Synapse 1.129.0rc1 (2025-04-15)

Features
  • Add passthrough_authorization_parameters in OIDC configuration to allow passing parameters to the authorization grant URL. (#​18232)
  • Add total_event_count, total_message_count, and total_e2ee_event_count fields to the homeserver usage statistics. (#​18260)
Bugfixes
  • Fix force_tracing_for_users config when using delegated auth. (#​18334)
  • Fix the token introspection cache logging access tokens when MAS integration is in use. (#​18335)
  • Stop caching introspection failures when delegating auth to MAS. (#​18339)
  • Fix ExternalIDReuse exception after migrating to MAS on workers with a high traffic. (#​18342)
  • Fix minor performance regression caused by tracking of room participation. Regressed in v1.128.0. (#​18345)
Updates to the Docker image
  • Optimize the build of the complement-synapse image. (#​18294)
Internal Changes
  • Disable statement timeout during room purge. (#​18133)
  • Add cache to storage functions used to auth requests when using delegated auth. (#​18337)

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.

Copy link
Contributor

github-actions bot commented May 6, 2025

Test results for commit c2cd99c

Test coverage for c2cd99c

Name                                    Stmts   Miss Branch BrPart  Cover   Missing
-----------------------------------------------------------------------------------
src/actions.py                             36      0      6      0   100%
src/auth/__init__.py                        0      0      0      0   100%
src/auth/mas.py                            85      6      2      0    93%   78-80, 97-99
src/backup.py                             175      5     20      2    96%   351-352, 421-422, 479->481, 482
src/backup_observer.py                    151     16     14      0    90%   162-165, 170-173, 210-213, 242-245
src/charm.py                              276     26     62     12    89%   178->180, 183, 257, 310, 314-315, 321-322, 340-341, 365, 372, 447-451, 454-455, 483-485, 505, 535-541, 571-572
src/charm_types.py                         30      0      0      0   100%
src/database_client.py                     57      1      8      4    92%   35, 47->exit, 69->exit, 88->98
src/database_observer.py                   49      4      2      0    92%   61-64
src/exceptions.py                           3      0      0      0   100%
src/matrix_auth_observer.py                59      5      6      0    92%   133-137
src/media_observer.py                      45      4      2      1    89%   60-62, 81
src/observability.py                       13      0      0      0   100%
src/pebble.py                             216     38     50     12    81%   158->exit, 169-173, 218-219, 239-240, 258-261, 322->327, 333-334, 340-341, 343-344, 375, 377, 379, 381, 383, 390-393, 421, 572-588, 630-637
src/redis_observer.py                      39      3      4      0    93%   63-66
src/s3_parameters.py                       22      0      4      0   100%
src/smtp_observer.py                       61      1     14      2    96%   89, 108->113
src/state/__init__.py                       0      0      0      0   100%
src/state/charm_state.py                  144     11     34      7    90%   168, 172, 193, 218, 224, 230, 234-235, 321, 388-389
src/state/mas.py                           79      8      6      3    87%   154, 160-161, 188-190, 205, 225
src/state/validation.py                    36      3      2      0    92%   110-112
src/synapse/__init__.py                     2      0      0      0   100%
src/synapse/workload.py                   151      7     30      2    93%   366-369, 400-401, 449
src/synapse/workload_configuration.py     142     24     34     12    80%   62-63, 127->exit, 131-132, 171-172, 201, 221-222, 255, 264-265, 280, 285-286, 305->310, 311, 329->331, 341-342, 361, 369->371, 371->373, 378-379, 390->397, 400, 420-421
src/user.py                                23      5      2      1    76%   27-29, 56, 73
-----------------------------------------------------------------------------------
TOTAL                                    1894    167    302     58    90%

Static code analysis report

Working... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Run started:2025-05-06 13:58:54.368525

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 9775
  Total lines skipped (#nosec): 6
  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

amandahla commented May 6, 2025

@Thanhphan1147 @gregory-schiano I suggest we merge this one only after the MAS migration, wdyt?

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.

1 participant