summary refs log tree commit diff
path: root/changelog.d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify presence router docs. (#16529)Patrick Cloke2023-10-201-0/+1
* Mark sync as limited if there is a gap in the timeline (#16485)Erik Johnston2023-10-191-0/+1
* Avoid sending massive replication updates when purging a room. (#16510)Patrick Cloke2023-10-181-0/+1
* Improve performance of delete device messages query (#16492)Mathieu Velten2023-10-181-0/+1
* Run trial/integration tests if .ci is modified. (#16512)Patrick Cloke2023-10-181-0/+1
* Test against Python 3.12 release (#16511)Patrick Cloke2023-10-171-0/+1
* 1.95.0rc1Patrick Cloke2023-10-1730-30/+0
* Convert DeviceLastConnectionInfo to attrs. (#16507)Patrick Cloke2023-10-171-0/+1
* Fix a bug where servers could be marked as up when they were failing (#16506)Patrick Cloke2023-10-171-0/+1
* Update the release script to remind releaser to check for special release not...reivilibre2023-10-161-0/+1
* Convert state delta processing from a dict to attrs. (#16469)Patrick Cloke2023-10-161-0/+1
* Remove useless async job to delete device messages on sync (#16491)Mathieu Velten2023-10-161-0/+1
* Clean up logging on event persister endpoints (#16488)Richard van der Hoff2023-10-141-0/+1
* Fix typo in useful_sql_for_admins.md (#16477)Laurence Gill2023-10-121-0/+1
* Revert "Drop unused tables & unneeded access token ID for events. (#16268)" (...Patrick Cloke2023-10-121-1/+0
* Update complement.sh to match new public API shape (#16466)kegsay2023-10-121-0/+1
* Convert user_get_threepids response to attrs. (#16468)Patrick Cloke2023-10-111-0/+1
* Convert simple_select_many_batch, simple_select_many_txn to tuples. (#16444)Patrick Cloke2023-10-111-0/+1
* Handle content types with parameters. (#16440)Patrick Cloke2023-10-111-0/+1
* Inline simple_search_list/simple_search_list_txn. (#16434)Patrick Cloke2023-10-101-0/+1
* Add DB indices to speed up purging rooms (#16457)David Robertson2023-10-101-0/+1
* Disable statement timeout whilst purging rooms (#16455)reivilibre2023-10-091-0/+1
* Don't block CI on sign-off (#16454)Erik Johnston2023-10-091-0/+1
* Fix possible AttributeError when account-api is called over unix socket (#16404)Christoph2023-10-091-0/+1
* Apply join rate limiter outside the lineariser (#16441)David Robertson2023-10-061-0/+1
* Convert simple_select_list_paginate_txn to return tuples. (#16433)Patrick Cloke2023-10-061-0/+1
* Return ThumbnailInfo in more places (#16438)Patrick Cloke2023-10-061-0/+1
* Drop unused tables & unneeded access token ID for events. (#16268)Patrick Cloke2023-10-061-0/+1
* Stop sending incorrect knock_state_events. (#16403)Patrick Cloke2023-10-061-0/+1
* Fix comments related to replication. (#16428)Patrick Cloke2023-10-061-0/+1
* Add documentation on background updates. (#16420)Patrick Cloke2023-10-061-0/+1
* Register media servlets via regex. (#16419)Patrick Cloke2023-10-061-0/+1
* Bump pyo3 from 0.17.1 to 0.19.2 (#16162)V024602023-10-061-0/+1
* Remove unused method. (#16435)Patrick Cloke2023-10-051-0/+1
* Remove manys calls to cursor_to_dict (#16431)Patrick Cloke2023-10-052-1/+2
* Add __slots__ to replication commands. (#16429)Patrick Cloke2023-10-051-0/+1
* Factor out `MultiWriter` token from `RoomStreamToken` (#16427)Erik Johnston2023-10-051-0/+1
* Add type hints to synmark. (#16421)Patrick Cloke2023-10-041-0/+1
* Some refactors around receipts stream (#16426)Erik Johnston2023-10-041-0/+1
* 1.94.0rc1David Robertson2023-10-0324-24/+0
* Add note to 'federation_domain_whitelist' option (#16416)Erik Johnston2023-10-031-0/+1
* Clean-up old release notes (#16418)Patrick Cloke2023-10-021-0/+1
* mypy plugin to check `@cached` return types (#14911)David Robertson2023-10-021-0/+1
* Remove Python version from `/_synapse/admin/v1/server_version` (#16380)MomentQYC2023-10-021-0/+1
* Downgrade repl stream time out error to warning (#16401)Erik Johnston2023-09-291-0/+1
* Support rendering some media downloads as inline (#15988)Will Hunt2023-09-291-0/+1
* Remove warnings from the docs about using message retention. (#16382)Patrick Cloke2023-09-281-0/+1
* Improve state types. (#16395)Patrick Cloke2023-09-281-0/+1
* Use modern config for maturin. (#16394)Patrick Cloke2023-09-281-0/+1
* Add a cache around server ACL checking (#16360)Patrick Cloke2023-09-261-0/+1
* Implement MSC4028: push all encrypted events. (#16361)Patrick Cloke2023-09-261-0/+1
* Skip export-data on non-code (e.g. docs) PRs (#16387)David Robertson2023-09-261-0/+1
* Add documentation about the user directory search algorithm (#16320)Patrick Cloke2023-09-261-0/+1
* Reduce calls to `send_presence_to_destinations` (#16385)Erik Johnston2023-09-261-0/+1
* Improve comments in StateGroupBackgroundUpdateStore. (#16383)Patrick Cloke2023-09-251-0/+1
* Add developer documentation concerning gradual schema migrations with column ...reivilibre2023-09-251-0/+1
* Avoid running CI steps when the files they check have not been changed. (#14745)reivilibre2023-09-251-0/+1
* Bump types-psycopg2 from 2.9.21.11 to 2.9.21.14 (#16381)dependabot[bot]2023-09-251-0/+1
* Add support for pydantic v2 via pydantic.v1 compat module (#16332)Maxwell G2023-09-251-0/+1
* Get CI to check PRs have been signed-off (#16348)David Robertson2023-09-251-0/+1
* Add missing license header. (#16359)Patrick Cloke2023-09-211-0/+1
* Convert more cached return values to immutable types (#16356)Patrick Cloke2023-09-201-0/+1
* Return immutable objects for cachedList decorators (#16350)Patrick Cloke2023-09-191-0/+1
* Merge branch 'release-v1.93' into developPatrick Cloke2023-09-1956-56/+0
|\
| * 1.93.0rc1Patrick Cloke2023-09-1956-56/+0
* | Fix-up deactivated notes in docs. (#16355)Patrick Cloke2023-09-191-0/+1
|/
* Use string for federation_client_minimum_tls_version documentation examples (...Jan Christian Grünhage2023-09-191-0/+1
* Test against PostgreSQL 16. (#16351)Patrick Cloke2023-09-181-0/+1
* Stop patching EventBase.__eq__ in tests. (#16349)Patrick Cloke2023-09-181-0/+1
* Filter locked users in the admin API (#16328)Hanadi2023-09-181-0/+1
* Make cached account data/tags/admin types immutable (#16325)Patrick Cloke2023-09-181-0/+1
* Return an immutable value from get_latest_event_ids_in_room. (#16326)Patrick Cloke2023-09-181-0/+1
* Additional validation of receipts (#16327)Patrick Cloke2023-09-181-0/+1
* Mandate Pillow>=10.0.1 because of libwebp CVE (#16347)Mathieu Velten2023-09-181-0/+1
* Set email charset as utf-8 rather than utf8 (#16329)José Joaquín Atria2023-09-181-0/+1
* Add automatic purge after all users forget a room (#15488)Mathieu Velten2023-09-151-0/+1
* Convert `_insert_graph_receipts_txn` to `simple_upsert` (#16299)Jason Little2023-09-151-0/+1
* Only use literal strings for process names (#16315)Erik Johnston2023-09-151-0/+1
* Some minor performance fixes for task schedular (#16313)Erik Johnston2023-09-141-0/+1
* Speed up deleting to-device messages task (#16318)Erik Johnston2023-09-141-0/+1
* docs: Link to the Alpine Linux community package for Synapse (#16304)65432023-09-141-0/+1
* Refactor `get_user_by_id` (#16316)Erik Johnston2023-09-141-0/+1
* Remove a reference cycle in background process (#16314)Erik Johnston2023-09-131-0/+1
* Fix using dehydrated devices (MSC2697) & refresh tokens (#16288)Hanadi2023-09-131-0/+1
* Use StrCollection in additional places. (#16301)Patrick Cloke2023-09-131-0/+1
* Don't schedule an async task on every sync (#16312)Erik Johnston2023-09-131-0/+1
* Fix deleting device inbox when using background worker (#16311)Erik Johnston2023-09-131-0/+1
* Improve logging of replication (#16309)Erik Johnston2023-09-131-0/+1
* Merge branch 'master' into developMathieu Velten2023-09-122-2/+0
|\
| * 1.92.0Mathieu Velten2023-09-123-3/+0
| * Support releasing on macOS. (#16266)Patrick Cloke2023-09-071-0/+1
* | Bump mypy from 1.4.1 to 1.5.1. (#16300)Patrick Cloke2023-09-121-0/+1
* | Stop purging tables which are slated for removal. (#16273)Patrick Cloke2023-09-121-0/+1
* | Refactor storing of server keys (#16261)Erik Johnston2023-09-121-0/+1
* | Add the List-Unsubscribe header for notification emails. (#16274)Patrick Cloke2023-09-111-0/+1
* | Filter out down hosts when retrying fetching device lists (#16298)Erik Johnston2023-09-111-0/+1
* | Improve type hints for attrs classes (#16276)David Robertson2023-09-081-0/+1
* | Upgrade CI run of Python 3.12 from rc1 to rc2 (#16280)V024602023-09-081-0/+1
* | Update ruff config (#16283)Patrick Cloke2023-09-081-0/+1
* | Log values at DEBUG level with execute_values (#16281)David Robertson2023-09-081-0/+1
* | Fix-up incorrect spellings in docs. (#16282)Patrick Cloke2023-09-081-0/+1
* | Fix bug with new task scheduler using lots of CPU. (#16278)Erik Johnston2023-09-081-0/+1
* | Avoid temporary storage of sensitive information. (#16272)Patrick Cloke2023-09-081-0/+1
* | Raise setuptools_rust version cap to 1.7.0 (#16277)V024602023-09-081-0/+1
* | Reduce CPU overhead of change password endpoint (#16264)Erik Johnston2023-09-081-0/+1
* | Recheck if remote device is cached before requesting it (#16252)Erik Johnston2023-09-071-0/+1
* | Add `/notifications` endpoint to workers (#16265)Erik Johnston2023-09-071-0/+1
* | Send the opentracing span information to appservices (#16227)Marcel2023-09-061-0/+1
* | Handle "registration_enabled" parameter for CAS (#16262)Aurélien Grimpard2023-09-061-0/+1
* | Merge remote-tracking branch 'origin/release-v1.92' into developPatrick Cloke2023-09-062-0/+2
|\|
| * Add back newsfile from #16258.Patrick Cloke2023-09-061-0/+1
| * Fix incorrect docstring for Ratelimiter. (#16255)Patrick Cloke2023-09-051-0/+1
* | Apply missed suggestions from the review of #16090. (#16263)reivilibre2023-09-061-0/+1
* | Add GCC and GNU Make to the Nix flake development environment so that `ruff` ...reivilibre2023-09-061-0/+1
* | Update rust in flake.nix: 1.70.0 -> 1.71.1 to address CVE-2023-38497 (#16260)Andrew Morgan2023-09-061-0/+1
* | Add the ability to use `G` (GiB) and `T` (TiB) suffixes in configuration opti...reivilibre2023-09-061-0/+1
* | Allow modules to delete rooms. (#15997)reivilibre2023-09-061-0/+1
* | Delete device messages asynchronously and in staged batches (#16240)Mathieu Velten2023-09-061-0/+1
* | Fix appservices being unable to handle to_device messages for multiple users ...Will Hunt2023-09-051-0/+1
* | Add MSC4040 `matrix-fed` service lookups (#16137)Travis Ralston2023-09-051-0/+1
* | Fix bug where we kept re-requesting a remote server's key repeatedly. (#16257)Erik Johnston2023-09-051-0/+1
* | Merge tag 'v1.92.0rc1' into developDavid Robertson2023-09-0530-30/+0
|\|
| * 1.92.0rc1David Robertson2023-09-0533-33/+0
* | Time out busy presence status & test multi-device busy (#16174)Patrick Cloke2023-09-051-0/+1
* | Track presence state per-device and combine to a user state. (#16066)Patrick Cloke2023-09-057-3/+4
* | Bump minimum supported Rust version to 1.61.0 (#16248)Erik Johnston2023-09-051-0/+1
* | Bump twisted from 22.10.0 to 23.8.0 (#16235)dependabot[bot]2023-09-051-0/+1
|/
* Don't wake up destination transaction queue if they're not due for retry. (#1...Erik Johnston2023-09-041-0/+1
* Add last_seen_ts to the admin users API (#16218)Mathieu Velten2023-09-041-0/+1
* Don't reset retry timers on "valid" error codes (#16221)Erik Johnston2023-09-041-0/+1
* Cache device resync requests over replication (#16241)David Robertson2023-09-041-0/+1
* Fix typo where we ended up with multiple `WorkerLocksHandler` (#16220)Erik Johnston2023-09-011-0/+1
* Log the details of background update failures (#16212)David Robertson2023-09-011-0/+1
* Ignore redundant casts in latest deps CI job (#16213)David Robertson2023-08-301-0/+1
* Gracefully handle failing to thumbnail images (#16211)Erik Johnston2023-08-301-0/+1
* Fix rare bug that broke looping calls (#16210)Erik Johnston2023-08-301-0/+1
* Stop writing to the event_txn_id table (#16175)Patrick Cloke2023-08-301-0/+1
* Describe which rate limiter was hit in logs (#16135)David Robertson2023-08-301-0/+1
* Track currently syncing users by device for presence (#16172)Patrick Cloke2023-08-291-0/+1
* Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-291-0/+1
* Support IPv6-only SMTP servers (#16155)Evilham2023-08-291-0/+1
* Update black & fix the targeted Python versions. (#16187)Patrick Cloke2023-08-291-0/+1
* Fix inaccurate error message while trying to ban or unban a user with the sam...Chen Zhang2023-08-291-0/+1
* Pass the device ID around in the presence handler (#16171)Patrick Cloke2023-08-281-0/+1
* Combine logic about not overriding BUSY presence. (#16170)Patrick Cloke2023-08-281-0/+1
* Task scheduler: add replication notify for new task to launch ASAP (#16184)Mathieu Velten2023-08-281-0/+1
* Bump setuptools-rust from 1.6.0 to 1.7.0. (#16201)Patrick Cloke2023-08-281-0/+1
* Prepare unit tests for Python 3.12 (#16099)V024602023-08-251-0/+1
* service-identity, incremental, and setuptools-rust now have type hints. (#16186)Patrick Cloke2023-08-251-0/+1
* Validate input to POST /key/v2/query endpoint. (#16183)Patrick Cloke2023-08-251-0/+1
* Send proper JSON POST data to /publicRooms (#16185)Patrick Cloke2023-08-251-0/+1
* Replace simple_async_mock with AsyncMock (#16180)Patrick Cloke2023-08-251-0/+1
* Add warnings about MSC3861 on certain APIs. (#16168)Will Hunt2023-08-251-0/+1
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-0/+1
* Document `exclude_rooms_fom_sync` configuration option (#16178)Shay2023-08-241-0/+1
* Add configuration setting for CAS protocol version (#15816)Aurélien Grimpard2023-08-241-0/+1
* Update URLs to matrix.org blog categories. (#16008)Amirreza Aflakparast2023-08-241-0/+1
* Fix typechecking with twisted trunk (#16121)David Robertson2023-08-241-0/+1
* Add `Retry-After` to M_LIMIT_EXCEEDED error responses (#16136)Will Hunt2023-08-241-0/+1
* Merge branch 'release-v1.91' into developH. Shay2023-08-2340-40/+0
|\
| * 1.91.0rc1 v1.91.0rc1H. Shay2023-08-2340-40/+0
* | Stabilize support for MSC3958 (suppress notifications from edits). (#16113)Patrick Cloke2023-08-231-0/+1
|/
* Fix rare deadlock when using read/write locks (#16169) release-v1.91.0Erik Johnston2023-08-231-0/+1
* Switch `devenv` dependency in the nix development environment to the latest r...Andrew Morgan2023-08-231-0/+1
* Filter out unwanted user_agents from udv. (#16124)Neil Johnson2023-08-231-0/+1
* Fix rare deadlock when using read/write locks (#16133)Erik Johnston2023-08-231-0/+1
* Reduce DB contention on worker locks (#16160)Erik Johnston2023-08-231-0/+1
* Always update `retry_last_ts` (#16164)Erik Johnston2023-08-231-0/+1
* Task scheduler: mark task as active if we are scheduling ASAP (#16165)Mathieu Velten2023-08-231-0/+1
* Add tests for restoring the presence state after a restart. (#16151)Patrick Cloke2023-08-232-1/+2
* Properly update retry_last_ts when hitting the maximum retry interval (#16156)DeepBlueV7.X2023-08-231-0/+1
* Only lock when we're backfilling (#16159)Erik Johnston2023-08-231-0/+1
* Increase perf of read/write locks (#16149)Erik Johnston2023-08-231-0/+1
* Clean-up presence tests (#16158)Patrick Cloke2023-08-221-0/+1
* Fix perf of `wait_for_stream_positions` (#16148)Erik Johnston2023-08-221-0/+1
* Disable `m.3pid_changes` capability when MSC3861 is enabled. (#16134)Mathieu Velten2023-08-222-1/+2
* Add an admin endpoint to allow authorizing server to signal token revocations...Shay2023-08-221-0/+1
* Fix user directory test for deactivated support user. (#16157)Patrick Cloke2023-08-221-0/+1
* Raise poetry-core version cap to 1.7.0 (#16152)Theodore Ni2023-08-221-0/+1
* Properly call setup_background_tasks in unit tests. (#16150)Patrick Cloke2023-08-221-0/+1
* Disallow user_consent where experimental MSC3861 is enabled (#16127)Hugh Nimmo-Smith2023-08-221-0/+1
* Add `client_secret_path` as alternative for `client_secret` for OIDC config (...Maximilian Bosch2023-08-211-0/+1
* Implements a task scheduler for resumable potentially long running tasks (#15...Mathieu Velten2023-08-211-0/+1
* Speed up state res in rare case we don't have all events (#16116)Erik Johnston2023-08-181-0/+1
* MSC3861: allow impersonation by an admin using a query param (#16132)Mathieu Velten2023-08-181-0/+1
* Allow filtering for admins in the list accounts admin API (#16114)Alexander Fechler2023-08-181-0/+1
* Add response time metrics for introspection requests (#16131)Erik Johnston2023-08-181-0/+1
* Add cache to `get_server_keys_json_for_remote` (#16123)Erik Johnston2023-08-181-0/+1
* Cache token introspection response from OIDC provider (#16117)Shay2023-08-171-0/+1
* Fix database performance of read/write worker locks (#16061)Erik Johnston2023-08-171-0/+1
* Override global statement timeout when creating indexes in Postgres (#16085)Shay2023-08-171-0/+1
* Disable caching in /sync corner case (#16080)Matthew Ma2023-08-171-0/+1
* Rename pagination&purge locks and add comments explaining them (#16112)Mathieu Velten2023-08-161-0/+1
* Add link explaining ELK stack to structured_logging.md (#16091)axel simon2023-08-161-0/+1
* Attempt to fix twisted trunk (#16115)David Robertson2023-08-151-0/+1
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-0/+1
* Allow customizing IdP name and icon for SAML and CAS (#16094)Gabriel Rodríguez2023-08-111-0/+1
* Add linearizer on user ID to push rule PUT/DELETE requests (#16052)Nick Mills-Barrett2023-08-111-0/+1
* Fix the type annotation on `run_db_interaction` in the Module API. (#16089)reivilibre2023-08-101-0/+1
* Clean-up presence code (#16092)Patrick Cloke2023-08-101-0/+1
* Implements admin API to lock an user (MSC3939) (#15870)Mathieu Velten2023-08-101-0/+1
* Support MSC3814: Dehydrated Devices Part 2 (#16010)Shay2023-08-081-0/+1
* 1.90.0rc1Erik Johnston2023-08-0827-28/+0
* Allow modules to schedule delayed background calls. (#15993)reivilibre2023-08-081-0/+1
* Remove old rows from the `cache_invalidation_stream_by_instance` table automa...reivilibre2023-08-081-0/+1
* Fix endpoint improperly declaring support for MSC3814 (#16068)Shay2023-08-071-0/+1
* Drop backwards compat hack for event serialization (#16069)Shay2023-08-071-0/+1
* Add notes describing Synapse's streams (#16015)David Robertson2023-08-071-0/+1
* Fix deletion for Dehydrated Devices (#16046)Shay2023-08-041-0/+1
* Stabilize support for MSC3970: updated transaction semantics (scope to `devic...Patrick Cloke2023-08-041-0/+1
* Move support for application service query parameter authorization behind a c...Shay2023-08-031-0/+1
* Allow config of the backoff algorithm for the federation client. (#15754)Mathieu Velten2023-08-031-0/+1
* Allow modules to check whether the current worker is configured to run backgr...reivilibre2023-08-031-0/+1
* Add forward-compatibility for the redacts property (MSC2174). (#16013)Patrick Cloke2023-08-021-0/+1
* Update MSC3958 support to interact with intentional mentions. (#15992)Patrick Cloke2023-08-021-0/+1
* Update `flake.lock` to fix running the nix developer environment on MacOS (#1...Andrew Morgan2023-08-021-0/+1
* Update certifi to 2023.7.22 and pygments to 2.15.1. (#16044)Patrick Cloke2023-08-011-0/+1
* Properly setup the additional sequences in the portdb script. (#16043)Patrick Cloke2023-08-011-0/+1
* Trim whitespace when setting display names (#16031)Mohit Rathee2023-08-011-0/+1
* Add metrics tracking for eviction to ResponseCache (#16028)Jason Little2023-08-011-0/+1
* Combine duplicated code for calculating an event ID from a txn ID (#16023)Patrick Cloke2023-07-311-0/+1
* Do not expose Admin API in caddy reverse proxy example (#16027)Nils2023-07-311-0/+1
* Add ability to wait for locks and add locks to purge history / room deletion ...Erik Johnston2023-07-311-0/+1
* Clarify comment on key uploads over replication (#16016)Shay2023-07-271-0/+2
* Fix 404 on /profile when the display name is empty but not the avatar (#16012)Mathieu Velten2023-07-271-0/+1
* Update PyYAML to 6.0.1 (#16011)Mathieu Velten2023-07-271-0/+1
* Attempt to fix labelling in docker workflow (#16009)David Robertson2023-07-271-0/+1
* Remove support for legacy application service paths (#15964)Shay2023-07-261-0/+1
* Inline SQL queries using boolean parameters (#15525)Anshul Madnawat2023-07-261-0/+1
* Add synapse version as Docker container label (#15972)Mo Balaa2023-07-261-0/+1
* Remove changelog fileMathieu Velten2023-07-261-1/+0
* Bump DB version to 79 since synapse v1.88 was already there (#15998)Mathieu Velten2023-07-261-0/+1
* 1.89.0rc1Mathieu Velten2023-07-2530-30/+0
* Support MSC3814: Dehydrated Devices (#15929)Shay2023-07-241-0/+1
* Fix broken Arch Linux package link (#15981)SnipeX_2023-07-241-0/+1
* Resync stale devices in background (#15975)Erik Johnston2023-07-241-0/+1
* Properly handle redactions of creation events (#15973)Shay2023-07-231-0/+1
* Actually stop reading from column `user_id` of tables `profiles` (#15955)Shay2023-07-231-0/+1
* Build packages for Debian Trixie (#15961)Shay2023-07-231-0/+1
* Speed up updating state in large rooms (#15971)Erik Johnston2023-07-201-0/+1
* Fixed grafana deploy annotations in the dashboard config, so it shows for tho...Will Lewis2023-07-201-0/+1
* Don't log exceptions for every non-200 response (#15969)Erik Johnston2023-07-201-0/+1
* Reduce the amount of state we pull out (#15968)Erik Johnston2023-07-201-0/+1
* Ensure a long state res does not starve CPU (#15960)Erik Johnston2023-07-191-0/+1
* Fix bad merge of #15933 (#15958)Erik Johnston2023-07-191-0/+1
* Fix race in triggers for read/write locks. (#15933)Erik Johnston2023-07-191-0/+1
* Fix background schema updates failing over a large upgrade gap (#15887)Shay2023-07-181-0/+1
* Support room version 11 (#15912)Patrick Cloke2023-07-181-0/+1
* Add a locality to a few presence metrics (#15952)Jason Little2023-07-181-0/+1
* Re-introduce the outbound federation proxy (#15913)Eric Eastwood2023-07-181-0/+1