summary refs log tree commit diff
path: root/synapse/metrics/background_process_metrics.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-211.123.0rc1Till Faelligen11-9/+44
2025-01-21Support the new `/auth_metadata` endpoint defined in MSC2965. (#18093)Quentin Gliech6-82/+187
2025-01-21Implement MSC4133 to support custom profile fields. (#17488)Patrick Cloke13-26/+1039
2025-01-20Document possibility of configuring `tls` for a worker instance in `instance_...Eric Eastwood2-0/+5
2025-01-20Drop indices concurrently on background updates (#18091)Erik Johnston2-2/+3
2025-01-16Bump pyo3 from 0.23.3 to 0.23.4 (#18079)dependabot[bot]1-10/+10
2025-01-16Bump serde_json from 1.0.134 to 1.0.135 (#18081)dependabot[bot]1-2/+2
2025-01-16Bump ulid from 1.1.3 to 1.1.4 (#18080)dependabot[bot]1-5/+2
2025-01-16Bump mypy from 1.12.1 to 1.13.0 (#18083)dependabot[bot]1-33/+34
2025-01-16Bump pillow from 11.0.0 to 11.1.0 (#18084)dependabot[bot]1-77/+73
2025-01-14move additional release missed in last commit v1.122.0Andrew Morgan2-11/+10
2025-01-14Move 2023/4 changelog entries under docs/changelogsAndrew Morgan3-3780/+3778
2025-01-14move postgres changelog to the topAndrew Morgan1-4/+2
2025-01-141.122.0Andrew Morgan3-1/+14
2025-01-13Increase `rc_invites.per_issuer` for Complement (#18072)Eric Eastwood2-0/+4
2025-01-08Bust `_membership_stream_cache` cache when current state changes (#17732)Eric Eastwood8-26/+88
2025-01-08Bump jinja2 from 3.1.4 to 3.1.5 (#18067)dependabot[bot]1-3/+4
2025-01-08Add the ability to filter by state event type on admin room state endpoint (#...Shay4-1/+67
2025-01-07Drop unstable MSC4151 implementation (#18052)Travis Ralston4-17/+1
2025-01-07Fix typographical error in changelogOlivier 'reivilibre1-1/+1
2025-01-07Bump pyopenssl from 24.2.1 to 24.3.0 (#18062)dependabot[bot]1-5/+5
2025-01-07Tweak changelog v1.122.0rc1Olivier 'reivilibre1-7/+9
2025-01-071.122.0rc1Olivier 'reivilibre24-24/+63
2025-01-06Bump sentry-sdk from 2.17.0 to 2.19.2 (#18061)dependabot[bot]1-5/+7
2025-01-06Bump pyicu from 2.13.1 to 2.14 (#18060)dependabot[bot]1-2/+2
2025-01-06Bump serde from 1.0.216 to 1.0.217 (#18059)dependabot[bot]1-4/+4
2025-01-06Properly purge state groups tables when purging a room (#18024)Mathieu Velten5-69/+34
2025-01-03Refactor get_profile: do not return missing fields. (#18063)Patrick Cloke7-28/+44
2025-01-03Add a test to verify remote user messages can be redacted via admin api redac...Shay2-0/+60
2024-12-23Bump twine from 5.1.1 to 6.0.1 (#18049)dependabot[bot]1-6/+10
2024-12-23Bump mypy-zope from 1.0.8 to 1.0.9 (#18047)dependabot[bot]1-4/+4
2024-12-23Bump anyhow from 1.0.94 to 1.0.95 (#18045)dependabot[bot]1-2/+2
2024-12-23Bump authlib from 1.3.2 to 1.4.0 (#18048)dependabot[bot]1-6/+6
2024-12-23Bump serde_json from 1.0.133 to 1.0.134 (#18044)dependabot[bot]1-2/+2
2024-12-23Make admin api redactions use the requester to send the redaction (#18029)morguldir2-1/+2
2024-12-20Stop using twisted.internet.defer.returnValue (#18020)Colin Watson5-27/+11
2024-12-19Remove support for PostgreSQL 11 and 12 (#18034)Patrick Cloke5-4/+13
2024-12-19Disable statement timeout during room purge (#18017)Mathieu Velten2-0/+6
2024-12-19Update reverse proxy docs with what we've learned from #17986 (#17994)Eric Eastwood3-1/+5
2024-12-18Fix mypy errors on Twisted 24.11.0 (#17998)Andrew Morgan5-11/+20
2024-12-18Wording improvements for the `TaskScheduler` (#17992)Andrew Morgan2-37/+54
2024-12-18Bump mypy from 1.11.2 to 1.12.1 and fix new typechecking errors (#17999)Andrew Morgan7-43/+49
2024-12-17Add email.tlsname config option (#17849)cynhr5-38/+69
2024-12-16Add `macaroon_secret_key_path` config option (#17983)V024605-15/+51
2024-12-16Add `last_seen_ts` to query user example (#17976)Travis Ralston2-0/+2
2024-12-16Add some useful endpoints to Admin API (#17948)Shay12-15/+535
2024-12-16Bump http from 1.1.0 to 1.2.0 (#18013)dependabot[bot]1-2/+2
2024-12-16Bump serde from 1.0.215 to 1.0.216 (#18031)dependabot[bot]1-4/+4
2024-12-16Bump pillow from 10.4.0 to 11.0.0 (#18015)dependabot[bot]1-83/+78
2024-12-16Bump pydantic from 2.9.2 to 2.10.3 (#18014)dependabot[bot]1-98/+106
2024-12-16Bump anyhow from 1.0.93 to 1.0.94 (#18012)dependabot[bot]1-2/+2
2024-12-13forward requester id to check username for spam callbacks (#17916)Wilson6-7/+70
2024-12-11Remove redundant security disclaimer v1.121.1Andrew Morgan1-2/+0
2024-12-111.121.1Andrew Morgan4-2/+18
2024-12-11Downgrade ubuntu to 22.04 when building docker images (#18026)Till2-1/+2
2024-12-11Update changelog v1.121.0Till Faelligen1-5/+2
2024-12-111.121.0Till Faelligen4-2/+16
2024-12-11Attempt to fix duplicate releases issue (#18025)Till2-0/+5
2024-12-10Update Alpine Linux Synapse Package Maintainer within installation.md (#17846)jahway6032-1/+2
2024-12-10Fix bug when rejecting withdrew invite with a third_party_rules module (#17930)Mathieu Velten2-5/+6
2024-12-09Reorganize account data, receipts and presence request regexps in generic_wor...Rafał Hirsch2-11/+8
2024-12-09Bump pyo3 from 0.23.2 to 0.23.3 (#18001)dependabot[bot]1-10/+10
2024-12-05Bump dawidd6/action-download-artifact from 6 to 7 (#17981)dependabot[bot]1-1/+1
2024-12-05Bump python-multipart from 0.0.16 to 0.0.18 (#17985)dependabot[bot]1-3/+3
2024-12-05Add RoomID & EventID rust types (#17996)Devon Hudson2-0/+167
2024-12-04Promote account suspension to stable (#17964)Travis Ralston6-33/+13
2024-12-041.121.0rc1 v1.121.0rc1Andrew Morgan23-21/+54
2024-12-04Pin Rust to 1.82.0 when building Python wheels (#17993)Andrew Morgan3-4/+14
2024-12-04Pin softprops/action-gh-release to v0.1.15 (#17995)Andrew Morgan2-1/+2
2024-12-04Support for MSC4190: device management for application services (#17705)Quentin Gliech12-33/+351
2024-12-03MSC4076: Add disable_badge_count to pusher configuration (#17975)manuroe4-6/+98
2024-12-031.120.2 v1.120.2Quentin Gliech3-1/+15
2024-12-03Stop building wheels for macOSQuentin Gliech1-8/+2
2024-12-03Be able to test `/login/sso/redirect` in Complement (#17986)Eric Eastwood5-1/+8
2024-12-031.120.1 v1.120.1Quentin Gliech4-2/+49
2024-12-03Restrict which image formats we will decode in order to generate thumbnailsOlivier 'reivilibre1-1/+6
2024-12-03Don't allow unsupported content-typeDevon Hudson2-0/+89
2024-12-03Handle null invite and knock room stateErik Johnston5-9/+33
2024-12-03Sliding Sync: Fix state leaking on incremental syncEric Eastwood3-4/+226
2024-12-03Fix release process to not create duplicate releases (#17970)Erik Johnston2-1/+3
2024-12-02Bump bytes from 1.8.0 to 1.9.0 (#17982)dependabot[bot]1-2/+2
2024-12-02Bump tomli from 2.1.0 to 2.2.1 (#17979)dependabot[bot]1-3/+33
2024-12-02Sliding Sync: Include invite, ban, kick, targets when `$LAZY`-loading room me...Eric Eastwood5-11/+181
2024-12-02Use stable error code for account locking (#17965)Travis Ralston2-2/+2
2024-12-02Bump pysaml2 from 7.3.1 to 7.5.0 (#17978)dependabot[bot]1-6/+6
2024-12-02Fix release process to not create duplicate releases (#17970)Erik Johnston2-1/+3
2024-11-29Consolidate SSO redirects through `/_matrix/client/v3/login/sso/redirect(/{id...Eric Eastwood8-28/+262
2024-11-28Fix new scheduled tasks jumping the queue (#17962)Richard van der Hoff5-55/+64
2024-11-27Update setuptools-rust and fix building abi3 wheels (#17969)Erik Johnston3-6/+25
2024-11-27Bump pyo3 to v0.23.2 (#17966)V0246011-195/+136
2024-11-26MSC4108: Add a Content-Type header on the PUT response (#17253)Quentin Gliech2-0/+8
2024-11-261.120.0 v1.120.0Quentin Gliech4-2/+16
2024-11-26Bump tomli from 2.0.2 to 2.1.0 (#17959)dependabot[bot]1-3/+3
2024-11-26Fix `delete_old_otks` job on worker deployments (#17960)Richard van der Hoff2-0/+2
2024-11-25Fix up logic for delaying sending read receipts over federation. (#17933)Erik Johnston6-134/+220
2024-11-25Bump tornado from 6.4.1 to 6.4.2 (#17955)dependabot[bot]1-13/+13
2024-11-22Return suspended status when querying user account (#17952)Shay4-1/+5
2024-11-22link to element-docker-demo from contrib/docker* (#17953)Matthew Hodgson3-0/+7
2024-11-20Add Forgejo oidc provider config example (#17872)Valentin Iovene2-0/+31
2024-11-20Fix incorrect comment in new schema delta (#17936)Erik Johnston2-2/+3
2024-11-20Bump serde_json from 1.0.132 to 1.0.133 (#17939)dependabot[bot]1-2/+2
2024-11-20Raise setuptools_rust version cap to 1.10.2 (#17944)V024602-1/+2
2024-11-20Tweak changelogOlivier 'reivilibre1-2/+2
2024-11-20Add encrypted appservice extensions to Complement test image. (#17945)Will Hunt2-0/+11
2024-11-201.120.0rc1 v1.120.0rc1Olivier 'reivilibre14-12/+54
2024-11-20Fix nix flakeOlivier 'reivilibre2-43/+9
2024-11-20Enable authenticated media by default (#17889)Travis Ralston11-16/+129
2024-11-20Support both import names of PyPI package `python-multipart`. (#17932)Renaud Allard2-4/+18
2024-11-19Speed up slow initial sliding syncs on large servers (#17946)Erik Johnston4-1/+44
2024-11-19Create one-off scheduled task to delete old OTKs (#17934)Richard van der Hoff6-0/+203
2024-11-18Bump serde from 1.0.214 to 1.0.215 (#17938)dependabot[bot]1-4/+4
2024-11-18Bump packaging from 24.1 to 24.2 (#17940)dependabot[bot]1-3/+3
2024-11-18Bump phonenumbers from 8.13.49 to 8.13.50 (#17942)dependabot[bot]1-3/+3
2024-11-18Bump immutabledict from 4.2.0 to 4.2.1 (#17941)dependabot[bot]1-4/+4
2024-11-18Add some documentation about backing up Synapse (#17931)Richard van der Hoff6-3/+147
2024-11-14Move server event filtering logic to rust (#17928)Devon Hudson9-58/+265
2024-11-13Removal: Remove support for experimental msc3886 (#17638)Poruri Sai Rahul12-126/+13
2024-11-131.119.0 v1.119.0Erik Johnston3-3/+15
2024-11-13Bump macos version used to build wheels (#17924)Erik Johnston2-3/+4
2024-11-12Unpin the upload release GHA action (#17923)Erik Johnston2-5/+2
2024-11-12Fix typo in error message when a media ID isn't known (#17865)Benjamin Bouvier6-6/+7
2024-11-111.119.0rc2 v1.119.0rc2Erik Johnston4-3/+11
2024-11-11Fix building and attaching release artifacts (#17921)Erik Johnston2-3/+18
2024-11-11Bump bleach from 6.1.0 to 6.2.0 (#17918)dependabot[bot]1-6/+5
2024-11-11Bump pygithub from 2.4.0 to 2.5.0 (#17917)dependabot[bot]1-3/+3
2024-11-11Bump ruff from 0.7.2 to 0.7.3 (#17919)dependabot[bot]2-22/+22
2024-11-11Bump anyhow from 1.0.92 to 1.0.93 (#17920)dependabot[bot]1-2/+2
2024-11-11Update changelog v1.119.0rc1Erik Johnston1-1/+1
2024-11-11Update changelogErik Johnston2-1/+1
2024-11-11Add index to `current_state_delta_stream` (#17912)Erik Johnston3-2/+44
2024-11-11Clarify the semantics of the `enable_authenticated_media` configuration optio...reivilibre2-0/+21
2024-11-08Update changelog for releaseDevon Hudson9-11/+13
2024-11-08Fix MSC4222 returning full state (#17915)Erik Johnston9-31/+91
2024-11-07Fix Twisted tests with latest release (#17911)Erik Johnston2-4/+12
2024-11-07Switch portdb CI to python 3.13, pg 17 (#17909)Andrew Morgan2-2/+3
2024-11-07Fix cancellation tests with new Twisted. (#17906)Erik Johnston2-24/+84
2024-11-07Fix other unit tests with latest twisted (#17907)Erik Johnston3-7/+55
2024-11-06Issue one time keys in upload order (#17903)Richard van der Hoff5-8/+116
2024-11-06Remove support for python 3.8 (#17908)Devon Hudson23-113/+135
2024-11-06Update version constraint to allow the latest `poetry-core` `1.9.1` (#17902)Eric Eastwood2-1/+2
2024-11-06Cleanup changelogDevon Hudson1-12/+6
2024-11-061.119.0rc1Devon Hudson25-24/+58
2024-11-06Use unique name for each os.arch variant when uploading Wheels (#17905)Devon Hudson2-1/+2
2024-11-06Improve nix flake to use nixpkgs-unstable in lieu of master (#17852)Sandro3-15/+16
2024-11-06Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#17657)dependabot[bot]2-4/+5
2024-11-05Use more correct changelog entries for refactoring `Generator` usage (#17890)Eric Eastwood13-6/+7
2024-11-05Fix WheelTimer implementation that can expired timeout early (#17850)Alexander Udovichenko3-28/+29
2024-11-05Add experimental support for MSC4222 (#17888)Erik Johnston7-56/+395
2024-11-05Bump Synapse Dockerfile default to Python 3.12 (#17887)Andrew Morgan2-1/+2
2024-11-04Remove usage of internal header encoding API (#17894)Eric Eastwood4-36/+60
2024-11-04Bump phonenumbers from 8.13.48 to 8.13.49 (#17899)dependabot[bot]1-3/+3
2024-11-04Sliding Sync: Lazy-loading room members on incremental sync (remember members...Eric Eastwood4-59/+788
2024-11-04Bump ruff from 0.7.1 to 0.7.2 (#17897)dependabot[bot]2-21/+21
2024-11-04Bump anyhow from 1.0.91 to 1.0.92 (#17901)dependabot[bot]1-2/+2
2024-11-04Bump serde from 1.0.213 to 1.0.214 (#17900)dependabot[bot]1-4/+4
2024-11-04Bump mypy-zope from 1.0.7 to 1.0.8 (#17898)dependabot[bot]1-4/+4
2024-10-31Support & use stable endpoints for MSC4151 (#17374)Travis Ralston3-42/+25
2024-10-30Remove `Generator` in `_prune_old_outbound_device_pokes` (#17814)Jason Little2-1/+2
2024-10-30Remove `Generator` in `_purge_unreferenced_state_groups` twice (#17815)Jason Little2-2/+3
2024-10-30Remove `Generator` in `update_cached_last_access_time` (#17816)Jason Little2-3/+4
2024-10-30Remove `Generator` in `store_search_entries_txn` (#17817)Jason Little2-2/+3
2024-10-30Remove `Generator` from 4 places in `PersistEventStore` (#17818)Jason Little2-10/+11
2024-10-30Remove `Generator` in `_quarantine_media_txn()` (#17813)Jason Little2-1/+2
2024-10-30Check if user is in room before being able to tag it (#17839)Lama4-0/+123
2024-10-30Bump ruff from 0.6.9 to 0.7.1 (#17868)dependabot[bot]2-21/+21
2024-10-30Bump phonenumbers from 8.13.47 to 8.13.48 (#17880)dependabot[bot]1-3/+3
2024-10-30Bump python-multipart from 0.0.12 to 0.0.16 (#17879)dependabot[bot]1-3/+3
2024-10-30Bump bytes from 1.7.2 to 1.8.0 (#17877)dependabot[bot]1-2/+2
2024-10-30Bump anyhow from 1.0.90 to 1.0.91 (#17876)dependabot[bot]1-2/+2
2024-10-30Bump serde from 1.0.210 to 1.0.213 (#17875)dependabot[bot]1-8/+8
2024-10-30Bump regex from 1.11.0 to 1.11.1 (#17874)dependabot[bot]1-2/+2
2024-10-30Speed up sliding sync by computing extensions in parallel (#17884)Erik Johnston5-13/+285
2024-10-29Add admin handler to list of handlers used for background tasks (#17847)Shay5-2/+108
2024-10-29Fix check for outdated Rust library (#17861)Erik Johnston2-22/+66
2024-10-29Move announcements up v1.118.0Till Faelligen1-5/+3
2024-10-291.118.0Till Faelligen3-1/+14
2024-10-29Include the destination in the error of 'Destination mismatch' (#17830)Erik Johnston2-1/+2
2024-10-25Bump types-setuptools from 75.1.0.20241014 to 75.2.0.20241019 (#17856)dependabot[bot]1-3/+3
2024-10-25Bump serde_json from 1.0.128 to 1.0.132 (#17857)dependabot[bot]1-2/+2
2024-10-25Bump types-psycopg2 from 2.9.21.20240819 to 2.9.21.20241019 (#17855)dependabot[bot]1-3/+3
2024-10-25Bump cryptography from 43.0.1 to 43.0.3 (#17853)dependabot[bot]1-29/+29
2024-10-25Bump anyhow from 1.0.89 to 1.0.90 (#17858)dependabot[bot]1-2/+2
2024-10-23Add media tests for a CMYK JPEG image (#17786)Andrew Morgan4-2/+86
2024-10-22fix spelling in changelog v1.118.0rc1Andrew Morgan1-6/+4
2024-10-221.118.0rc1Andrew Morgan18-16/+64
2024-10-22Sliding Sync: Reset `forgotten` status when membership changes (like rejoinin...Eric Eastwood10-4/+433
2024-10-22Ensure Python 3.13 and PostgreSQL 17 compatibility (#17752)Quentin Gliech3-104/+115
2024-10-17Bump mypy from 1.10.1 to 1.11.2 (#17842)dependabot[bot]6-30/+40
2024-10-17Bump types-requests from 2.32.0.20240914 to 2.32.0.20241016 (#17841)dependabot[bot]1-3/+3
2024-10-17Bump sentry-sdk from 2.16.0 to 2.17.0 (#17844)dependabot[bot]1-3/+3
2024-10-17Bump psycopg2 from 2.9.9 to 2.9.10 (#17843)dependabot[bot]1-15/+11
2024-10-151.117.0 v1.117.0Erik Johnston3-1/+14
2024-10-14Implement MSC4210: Remove legacy mentions (#17783)Tulir Asokan9-2/+37
2024-10-14Enable the `.org.matrix.msc4028.encrypted_event` push rule by default (#17826)Andrew Morgan2-1/+2
2024-10-14Sliding Sync: Slight optimization when fetching state for the room (`get_even...Eric Eastwood4-10/+89
2024-10-14Fix typo in `target_cache_memory_usage` docs (#17825)Andrew Morgan2-1/+2
2024-10-14Correctly changes to required state config in sliding sync (#17785)Erik Johnston7-14/+1188
2024-10-14Bump mypy-zope from 1.0.5 to 1.0.7 (#17827)dependabot[bot]1-3/+4
2024-10-14Bump types-setuptools from 75.1.0.20240917 to 75.1.0.20241014 (#17828)dependabot[bot]1-3/+3
2024-10-14Bump sentry-sdk from 2.15.0 to 2.16.0 (#17829)dependabot[bot]1-3/+4
2024-10-14Build debian packages for new Ubuntu versions (#17824)Erik Johnston2-2/+3
2024-10-14Clarify when 3PID invite module callbacks are called (#17627)Andrew Morgan2-3/+7
2024-10-10Fix release script to check GH token (#17803)Erik Johnston2-13/+24
2024-10-09Added display_name_claim in jwt_config which sets the user's display name upo...Nathan6-6/+50
2024-10-08Fix saving of non-RGB thumbnails as PNG (#17736)Martin Weinelt2-1/+2
2024-10-08Fix incorrectly documented config path argument (#17802)Andrew Ferrazzutti2-2/+3
2024-10-08Fixup changlog v1.117.0rc1Erik Johnston1-1/+1
2024-10-08Bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#17798)dependabot[bot]1-1/+1
2024-10-08Bump phonenumbers from 8.13.46 to 8.13.47 (#17797)dependabot[bot]1-3/+3
2024-10-08Bump sentry-sdk from 2.14.0 to 2.15.0 (#17795)dependabot[bot]1-3/+3
2024-10-08Bump tomli from 2.0.1 to 2.0.2 (#17796)dependabot[bot]1-4/+4
2024-10-08Bump ruff from 0.6.8 to 0.6.9 (#17794)dependabot[bot]2-21/+21
2024-10-081.117.0rc1Erik Johnston21-19/+47
2024-10-08Improvements to admin redact api (#17792)Shay5-41/+107
2024-10-08Add missing license header (#17799)Andrew Ferrazzutti10-3/+87
2024-10-08Sliding sync: omit bump stamp when it is unchanged (#17788)Erik Johnston5-12/+136
2024-10-08Sliding sync minor performance speed up using new table (#17787)Erik Johnston3-9/+61
2024-10-08Speed up sliding sync when there are many active subscriptions (#17789)Erik Johnston3-7/+63
2024-10-07Clarify `test_forget_when_not_left` docstring (#17628)Andrew Morgan2-1/+2
2024-10-07Add config option redis.password_path (#17717)V024604-2/+81
2024-10-07docs: add note about PYTHONMALLOC for accurate jemalloc memory tracking (#17709)Henrique2-0/+3
2024-10-07Bump python-multipart from 0.0.10 to 0.0.12 (#17772)dependabot[bot]2-6/+6
2024-10-04Don't say MSC4140 is supported when it's disabled (#17780)Andrew Ferrazzutti3-2/+19
2024-10-04Fix NAME attribute of `ReplicationRemovePusherRestServlet` (#17779)Andrew Morgan2-1/+2
2024-10-03explain load balancing for `federation_sender_instances` (#17776)Dirk Klimpel2-1/+8
2024-10-011.116.0 v1.116.0Andrew Morgan3-1/+14
2024-09-30Fix perf when streams don't change often (#17767)Erik Johnston3-14/+19
2024-09-30Optimise notifier mk2 (#17766)Erik Johnston2-35/+62
2024-09-30Bump ruff from 0.6.7 to 0.6.8 (#17774)dependabot[bot]2-21/+21
2024-09-30Bump phonenumbers from 8.13.45 to 8.13.46 (#17773)dependabot[bot]1-3/+3
2024-09-30Bump regex from 1.10.6 to 1.11.0 (#17770)dependabot[bot]1-6/+6
2024-09-30Reduce overhead of sliding sync E2EE loops (#17771)Erik Johnston3-6/+8
2024-09-30Add fast path for sliding sync streams that only ask for extensions (#17768)Erik Johnston2-0/+22
2024-09-30Optimise notifier (#17765)Erik Johnston3-35/+43
2024-09-30Minor perf speed up for large accounts on SSS (#17751)Erik Johnston2-4/+7
2024-09-261.116.0rc2 v1.116.0rc2Quentin Gliech4-2/+16
2024-09-26Support MSC3757: Restricting who can overwrite a state event (#17513)Andrew Ferrazzutti5-6/+399
2024-09-26Remove spurious TODO in debian install step (#17749)Erik Johnston2-5/+4
2024-09-25Changelog fixes v1.116.0rc1Quentin Gliech1-20/+17
2024-09-251.116.0rc1Quentin Gliech28-32/+73
2024-09-25Bump treq from 23.11.0 to 24.9.1 (#17744)dependabot[bot]3-5/+7
2024-09-25Remove the deprecated cgi module (#17741)V024603-5/+6
2024-09-25Bump phonenumbers from 8.13.44 to 8.13.45 (#17762)dependabot[bot]1-3/+3
2024-09-24Bump ruff from 0.6.5 to 0.6.7 (#17760)dependabot[bot]2-21/+21
2024-09-24Bump msgpack from 1.0.8 to 1.1.0 (#17759)dependabot[bot]1-57/+65
2024-09-25Bump idna from 3.8 to 3.10 (#17758)dependabot[bot]1-3/+6
2024-09-24Bump types-setuptools from 74.1.0.20240907 to 75.1.0.20240917 (#17757)dependabot[bot]1-3/+3
2024-09-24Bump pydantic from 2.8.2 to 2.9.2 (#17756)dependabot[bot]1-99/+100
2024-09-24Bump types-pyyaml from 6.0.12.20240808 to 6.0.12.20240917 (#17755)dependabot[bot]1-3/+3
2024-09-24Bump prometheus-client from 0.20.0 to 0.21.0 (#17746)dependabot[bot]1-3/+3