summary refs log tree commit diff
path: root/changelog.d (follow)
Commit message (Expand)AuthorAgeFilesLines
* 1.112.0rc1Devon Hudson2024-07-2325-25/+0
* Speed up SS room sorting (#17468)Erik Johnston2024-07-231-0/+1
* Reduce volume of 'Waiting for current token' logs, which were introduced in v...reivilibre2024-07-231-0/+1
* Fixed presence results not returning offline users on initial sync (#17231)Michael Hollister2024-07-231-0/+1
* Sliding Sync: Add E2EE extension (MSC3884) (#17454)Eric Eastwood2024-07-221-0/+1
* SS: Implement `$ME` support (#17469)Erik Johnston2024-07-221-0/+1
* Speed up room keys query by using read/write lock (#17461)Erik Johnston2024-07-221-0/+1
* Prepare for authenticated media freeze (#17433)Shay2024-07-221-0/+1
* Add a cache on `get_rooms_for_local_user_where_membership_is` (#17460)Erik Johnston2024-07-191-0/+1
* Generate room sync data concurrently (#17458)Erik Johnston2024-07-191-0/+1
* Improve default_power_level_content_override documentation (#17451)Ben Banfield-Zanin2024-07-181-0/+1
* Add `m.room.create` to default bump event types (#17453)Eric Eastwood2024-07-181-0/+1
* Order `heroes` by `stream_ordering` (as spec'ed) (#17435)Eric Eastwood2024-07-171-0/+1
* Handle remote download responses with `UNKNOWN_LENGTH` more gracefully (#17439)Shay2024-07-161-0/+1
* Remove unnecessary call to resume producing in fake channel (#17449)Shay2024-07-161-0/+1
* Fix bug where sync could get stuck when using workers (#17438)Erik Johnston2024-07-151-0/+1
* Make sure we use the right logic for enabling the media repo. (#17424)Quentin Gliech2024-07-151-0/+1
* Add room subscriptions to Sliding Sync `/sync` (#17432)Eric Eastwood2024-07-151-0/+1
* Add `is_dm` room field to Sliding Sync `/sync` (#17429)Eric Eastwood2024-07-111-0/+1
* Add `heroes` and room summary fields to Sliding Sync `/sync` (#17419)Eric Eastwood2024-07-111-0/+1
* Fix filtering room types on remote rooms (#17434)Erik Johnston2024-07-111-0/+1
* Fix docs on `record_action` to clarify the actions are applied (#17426)Travis Ralston2024-07-111-0/+1
* Add Red Hat Enterprise Linux and Rocky Linux installation instructions (#17423)villepeh2024-07-111-0/+1
* Upload new logo with white bg and update readme to use it (#17387)Will Lewis2024-07-101-0/+1
* Handle to-device extensions to Sliding Sync (#17416)Erik Johnston2024-07-101-0/+1
* Add `rooms` `name` and `avatar` to Sliding Sync `/sync` (#17418)Eric Eastwood2024-07-091-0/+1
* Fix up the changelog v1.111.0rc1Quentin Gliech2024-07-091-1/+0
* Merge remote-tracking branch 'origin/develop' into release-v1.111Quentin Gliech2024-07-091-0/+1
|\
| * Fix exception when failing to talk to remote server (#17411)Erik Johnston2024-07-091-0/+1
* | 1.111.0rc1Quentin Gliech2024-07-0922-24/+0
|/
* Fix `/versions` requests (#17410)Erik Johnston2024-07-091-0/+1
* Fix bug in sliding sync when using old DB. (#17398)Erik Johnston2024-07-081-0/+1
* Add `rooms.bump_stamp` to Sliding Sync `/sync` for easier client-side sorting...Eric Eastwood2024-07-081-0/+1
* Declare support for Matrix 1.11 (#17403)Travis Ralston2024-07-081-0/+1
* MSC3861: allow overriding the introspection endpoint (#17406)Quentin Gliech2024-07-081-0/+1
* Support MSC3916 by adding a federation /thumbnail endpoint and authenticated ...Shay2024-07-081-0/+3
* Bump ruff from 0.3.7 to 0.5.0 (#17381)dependabot[bot]2024-07-051-0/+1
* Allow enabling sliding sync per-user (#17393)Erik Johnston2024-07-051-0/+1
* Finish up work to allow per-user feature flags (#17392)Erik Johnston2024-07-051-0/+1
* Fix links to MSC3916 (#17397)Sandro2024-07-051-1/+1
* Upon deactivation, forget all of the user's rooms (#17400)Travis Ralston2024-07-051-0/+1
* Fix links in README (#17379)Hugh Nimmo-Smith2024-07-051-0/+1
* Make the release script create a release branch for Complement as well (#17318)Quentin Gliech2024-07-051-0/+1
* Add `rooms.required_state` to Sliding Sync `/sync` (#17342)Eric Eastwood2024-07-041-0/+1
* Changelog entries only get merged if they have the same content and extension...Eric Eastwood2024-07-041-0/+1
* Add `room_types`/`not_room_types` filtering to Sliding Sync `/sync` (#17337)Eric Eastwood2024-07-021-0/+1
* Return some room data in Sliding Sync `/sync` (#17320)Eric Eastwood2024-07-021-0/+1
* Merge branch 'release-v1.110' into developDevon Hudson2024-07-024-4/+0
|\
| * 1.110.0rc3 v1.110.0rc3Devon Hudson2024-07-024-4/+0
* | Merge remote-tracking branch 'origin/release-v1.110' into developErik Johnston2024-07-022-0/+2
|\|
| * Limit size of presence EDUs (#17371)Erik Johnston2024-07-021-0/+1
| * Fix regression when bounding future tokens (#17391)Erik Johnston2024-07-021-0/+1
| * Fix sync waiting for an invalid token from the "future" (#17386)Erik Johnston2024-07-021-0/+1
| * Fix building debian packages for sid (#17389)Erik Johnston2024-07-021-0/+1
* | Support MSC3916 by adding `_matrix/client/v1/media/download` endpoint (#17365)Shay2024-07-021-0/+1
* | Fix sync waiting for an invalid token from the "future" (#17386)Erik Johnston2024-07-021-0/+1
* | Fix building debian packages on non-clean checkouts (#17390)Erik Johnston2024-07-021-0/+1
* | Limit size of presence EDUs (#17371)Erik Johnston2024-07-011-0/+1
* | Clarify `url_preview_url_blacklist` is a usability feature (#17356)davidegirardi2024-06-281-0/+1
* | Use rstcheck to "lint" the README (#17367)Till2024-06-271-0/+1
* | Handle multiple rows device inbox (#17362)Erik Johnston2024-06-271-0/+1
* | Merge branch 'release-v1.110' into developTill Faelligen2024-06-2643-46/+0
|\|
| * 1.110.0rc2 v1.110.0rc2Till Faelligen2024-06-261-1/+0
| * Fix uploading packages to PyPi (#17363)Till2024-06-261-0/+1
| * 1.110.0rc1Till Faelligen2024-06-2643-46/+0
* | Fix uploading packages to PyPi (#17363)Till2024-06-261-0/+1
|/
* Fixes to the table of contents in the README (#17329)Andrew Morgan2024-06-251-0/+1
* Fix outdated Security Disclosure Policy references (#17341)Denis Kasak2024-06-251-0/+1
* Re-introduce federation /download endpoint (#17350)Shay2024-06-251-0/+2
* Limit amount of replication we send (#17358)Erik Johnston2024-06-251-0/+1
* Reintroduce "Reduce device lists replication traffic."" (#17361)Erik Johnston2024-06-251-0/+1
* Revert "Reduce device lists replication traffic." (#17360)Erik Johnston2024-06-251-1/+0
* Add `is_invite` filtering to Sliding Sync `/sync` (#17335)Eric Eastwood2024-06-241-0/+1
* Correct error in user_directory docs (#17348)devonh2024-06-241-0/+1
* Add default values for rc_invites per_issuer to docs (#17347)devonh2024-06-241-0/+1
* Fix room `type` typo in mailer (#17336)Eric Eastwood2024-06-241-0/+1
* Reintroduce #17291. (#17338)Erik Johnston2024-06-241-0/+1
* Add support for MSC3823 - Account Suspension Part 2 (#17255)Shay2024-06-241-0/+1
* Reduce device lists replication traffic. (#17333)Erik Johnston2024-06-241-0/+1
* Tidy up integer parsing (#17339)Denis Kasak2024-06-241-0/+1
* Revert "Handle large chain calc better (#17291)" (#17334)Erik Johnston2024-06-191-1/+0
* Register sliding sync under a different path (#17331)Erik Johnston2024-06-191-0/+1
* register-new-matrix-user: add a flag to ignore already existing users (#17304)Jörg Thalheim2024-06-191-0/+2
* Filter added to Admin-API GET /rooms (#17276)Alexander Fechler2024-06-191-0/+1
* Update the README with Element branding and a few fixes (#17324)Andrew Morgan2024-06-191-0/+1
* Remove `expire_access_token` from Docker configuration (#17198)Aaron Dewes2024-06-191-0/+1
* Handle large chain calc better (#17291)Erik Johnston2024-06-191-0/+1
* Require the 'from' parameter for `/notifications` be an integer (#17283)Andrew Morgan2024-06-191-0/+1
* Revert "Support MSC3916 by adding a federation `/download` endpoint" (#17325)Andrew Morgan2024-06-182-2/+1
* register_new_matrix_user: add password-file flag (#17294)Jörg Thalheim2024-06-181-0/+2
* Add support for via query parameter from MSC4156 (#17322)Johannes Marbach2024-06-181-0/+1
* fix missing quotes for exclude_rooms_from_sync (#17308)Dirk Klimpel2024-06-181-0/+1
* Add `is_encrypted` filtering to Sliding Sync `/sync` (#17281)Eric Eastwood2024-06-171-0/+1
* Add `stream_ordering` sort to Sliding Sync `/sync` (#17293)Eric Eastwood2024-06-171-0/+1
* Enable cross-signing key upload without UIA (#17284)Richard van der Hoff2024-06-141-0/+1
* Include user membership on events (#17282)Richard van der Hoff2024-06-131-0/+1
* Add `is_dm` filtering to Sliding Sync `/sync` (#17277)Eric Eastwood2024-06-131-0/+1
* Fix `newly_left` rooms not appearing if we returned early (Sliding Sync) (#17...Eric Eastwood2024-06-131-0/+1
* Add `event.internal_metadata.instance_name` (#17300)Eric Eastwood2024-06-131-0/+1
* Fix `get_last_event_in_room_before_stream_ordering(...)` finding the wrong la...Eric Eastwood2024-06-131-0/+1
* Bump `mypy` from 1.8.0 to 1.9.0 (#17297)Andrew Morgan2024-06-131-0/+1
* Clarify that MSC4151 is enabled on matrix.org (#17296)Quentin Gliech2024-06-131-0/+1
* Add report room API (MSC4151) (#17270)Travis Ralston2024-06-121-0/+1
* Reorganize Pydantic models and types used in handlers (#17279)Eric Eastwood2024-06-101-0/+1
* Wrong retention policy being used when filtering events (lint `ControlVarUsed...Eric Eastwood2024-06-101-0/+1
* Support MSC3916 by adding a federation `/download` endpoint (#17172)Shay2024-06-071-0/+2
* Add debug logging for when room keys are uploaded, including whether they are...reivilibre2024-06-071-0/+1
* Add Sliding Sync `/sync` endpoint (initial implementation) (#17187)Eric Eastwood2024-06-061-0/+1
* Handle OTK uploads off master (#17271)Erik Johnston2024-06-061-0/+1
* Don't try and resync devices for down hosts (#17273)Erik Johnston2024-06-061-0/+1
* Always return OTK counts (#17275)Erik Johnston2024-06-061-0/+1
* Ratelimiting of remote media downloads (#17256)Shay2024-06-051-0/+1
* Handle hyphens in user dir search porperly (#17254)Erik Johnston2024-06-051-0/+1
* Use fully-qualified `PersistedEventPosition` when returning `RoomsForUser` (#...Eric Eastwood2024-06-041-0/+1
* 1.109.0rc1Andrew Morgan2024-06-0422-22/+0
* Fix bug where typing replication breaks (#17252)Erik Johnston2024-05-311-0/+1
* Fix logging errors when receiving invalid User ID for key querys (#17250)Erik Johnston2024-05-311-0/+1
* Fix sentry default tags (#17251)Erik Johnston2024-05-311-0/+1
* In sync wait for worker to catch up since token (#17215)Erik Johnston2024-05-301-0/+1
* Fix deduplicating of membership events to not create unused state groups. (#1...Erik Johnston2024-05-301-0/+1
* Replaces all usages of `StreamIdGenerator` with `MultiWriterIdGenerator` (#17...Erik Johnston2024-05-301-0/+1
* Clean out invalid destinations from outbox (#17242)Erik Johnston2024-05-301-0/+1
* Ensure we delete media if we reject due to spam check (#17246)Erik Johnston2024-05-301-0/+1
* Move towards using `MultiWriterIdGenerator` everywhere (#17226)Erik Johnston2024-05-291-0/+1
* Don't invalidate all `get_relations_for_event` on history purge (#17083)Erik Johnston2024-05-291-0/+1
* Change allow_unsafe_locale to also apply on new databases (#17238)Erik Johnston2024-05-291-0/+1
* Ignore attempts to send to-device messages to bad users (#17240)Erik Johnston2024-05-291-0/+1
* Handle duplicate OTK uploads racing (#17241)Erik Johnston2024-05-291-0/+1
* Fix slipped logging context when media rejected (#17239)Erik Johnston2024-05-291-0/+1
* Support MSC3916 by adding unstable media endpoints to `_matrix/client` (#17213)Shay2024-05-241-0/+1
* Add Sliding Sync `/sync/e2ee` endpoint for To-Device messages (#17167)Eric Eastwood2024-05-231-0/+1
* Log exceptions when failing to auto-join new user according to the `auto_join...reivilibre2024-05-221-0/+1
* Add logging to tasks managed by the task scheduler, showing CPU and database ...reivilibre2024-05-221-0/+1
* Reduce work of calculating outbound device pokes (#17211)Erik Johnston2024-05-221-0/+1
* Update Lemonldap-NG OIDC config (#17204)Yadd2024-05-221-0/+1
* Bring auto-accept invite logic into Synapse (#17147)devonh2024-05-211-0/+1
* Improve perf of sync device lists (#17216)Erik Johnston2024-05-211-0/+1
* 1.108.0rc1Erik Johnston2024-05-2124-24/+0
* Add a short sleep if the request is rate-limited (#17210)Erik Johnston2024-05-181-0/+1
* Federated Knocking Endpoints added (missing in Docu) (#17058)Dominic Schubert2024-05-171-0/+1
* Refactor `SyncResultBuilder` assembly to its own function (#17202)Eric Eastwood2024-05-161-0/+1
* Fix `joined_rooms`/`joined_room_ids` usage (#17208)Eric Eastwood2024-05-161-0/+1
* Rename to be obvious: `joined_rooms` -> `joined_room_ids` (#17203)Eric Eastwood2024-05-161-0/+1
* Removed `request_key` from the `SyncConfig` (moved outside as its own functio...Eric Eastwood2024-05-161-0/+1
* Route `/make_knock` and `/send_knock` to workers in Complement docker image (...Andrew Morgan2024-05-161-0/+1
* Revert "Improve perf of sync device lists" (#17207)Erik Johnston2024-05-161-1/+0
* Fix bug where push rules would be empty in `/sync` (#17142)Erik Johnston2024-05-161-0/+1
* Refactor Sync handler to be able to return different sync responses (`SyncVer...Eric Eastwood2024-05-161-0/+1
* Fix request path for `federation_whitelist_endpoint_enabled` option in docume...Andrew Morgan2024-05-151-0/+1
* Cache literal sync filter validation (#17186)Erik Johnston2024-05-141-0/+1
* Reduce pauses on large device list changes (#17192)Erik Johnston2024-05-141-0/+1
* Improve perf of sync device lists (#17191)Erik Johnston2024-05-141-0/+1
* Allows CAS SSO flow to provide user IDs composed of numbers only (#17098)Aurélien Grimpard2024-05-141-0/+1
* An federation whitelist query endpoint extension (#16848)Erik Johnston2024-05-131-0/+1
* Actually fix public rooms (#17184)Erik Johnston2024-05-131-0/+1
* Fix bug with creating public rooms on workers (#17177)Erik Johnston2024-05-131-0/+1
* Update docs to bump libjemalloc version on latest debian; correct "push_rules...ll-SKY-ll2024-05-091-0/+1
* Bump black from 24.2.0 to 24.4.2 (#17170)Andrew Morgan2024-05-081-0/+1
* Fix undiscovered linter errors (#17166)devonh2024-05-081-0/+1
* Optional whitespace support in Authorization (#1350) (#17145)Timshel2024-05-081-0/+1
* Update PyO3 to 0.21 (#17162)Erik Johnston2024-05-081-0/+1
* Note preset behaviour in `autocreate_auto_join_room_preset` docs (#17150)Andrew Morgan2024-05-081-0/+1
* Add note about MSC3886 being closed (#17151)Hugh Nimmo-Smith2024-05-081-0/+1
* Merge branch 'release-v1.107' into developOlivier 'reivilibre2024-05-0723-23/+0
|\
| * 1.107.0rc1Olivier 'reivilibre2024-05-0723-23/+0
* | Add note about external_ids for User Admin API in documentation (#17139)Jacob Sánchez2024-05-071-0/+1
|/
* Add optimisation to `StreamChangeCache` (#17130)Erik Johnston2024-05-061-0/+1
* Fix bug where `StreamChangeCache` would not respect cache factors (#17152)Erik Johnston2024-05-031-0/+1
* Fix lint.sh script (#17148)Erik Johnston2024-05-031-0/+1
* Bump `pillow` from 10.2.0 to 10.3.0 (#17146)Andrew Morgan2024-05-031-0/+1
* upgrade.md: Bump minimum Rust version to 1.66.0 (element-hq#17079) (#17140)jahway6032024-05-021-0/+1
* synapse complement image: hardcode enabling msc3266 (#17105)Benjamin Bouvier2024-05-021-0/+1
* Add support for MSC3823 - Account Suspension (#17051)Shay2024-05-011-0/+1
* Drop sphinx docs (#17073)Erik Johnston2024-05-011-0/+1
* Correct licensing metadata on the Docker image (#17141)Ben Banfield-Zanin2024-05-011-0/+1
* Enable complement tests for MSC4115 support (#17137)Richard van der Hoff2024-04-301-0/+1
* Apply user `email` & `picture` during OIDC registration if present & selected...devonh2024-04-291-0/+1
* Add support for MSC4115 (#17104)Richard van der Hoff2024-04-291-0/+1
* Update tornado 6.2 -> 6.4 (#17131)Andrew Morgan2024-04-291-0/+1
* Ensure that incoming to-device messages are not dropped (#17127)Richard van der Hoff2024-04-291-0/+1
* Declare support for Matrix v1.10. (#17082)Patrick Cloke2024-04-291-0/+1
* Fix various typos in docs (#17114)devonh2024-04-261-0/+1
* Fix filtering of rooms when supplying the `destination` query parameter to `/...Andrew Morgan2024-04-261-0/+1
* Add RuntimeDirectory to matrix-synapse.service (#17084)villepeh2024-04-261-0/+1
* Improve error message for cross signing reset with MSC3861 enabled (#17121)Michael Telatynski2024-04-261-0/+1
* Rephrase enable_notifs configuration (#17116)Amanda H. L. de Andrade Katz2024-04-261-0/+1
* Use recommended endpoint for MSC3266 requests (#17078)Andrew Ferrazzutti2024-04-261-0/+1
* Update event_cache_size and global_factor configurations documentation (#17071)Amanda H. L. de Andrade Katz2024-04-261-0/+1
* Return the search terms as search highlights for SQLite instead of nothing (#...Melvyn Laïly2024-04-261-0/+1
* 1.106.0rc1Olivier 'reivilibre2024-04-2515-15/+0
* Redact membership events if the user requested erasure upon deactivating (#17...Till2024-04-251-0/+1
* MSC4108 implementation (#17056)Quentin Gliech2024-04-251-0/+1
* Add type annotation to `visited_chains` (#17125)Andrew Morgan2024-04-251-0/+1
* Send an email if the address is already bound to an user account (#16819)mcalinghee2024-04-231-0/+1
* Add an OSX prompt to manually configure icu4c. (#17069)Neil Johnson2024-04-191-0/+1
* Clarify what part of message retention is still experimental (#17099)devonh2024-04-191-0/+1
* Parse json validation (#16923)Gordan Trevis2024-04-181-0/+1
* Helpers to transform Twisted requests to Rust http Requests/Responses (#17081)Quentin Gliech2024-04-181-0/+1
* Fix remote receipts for events we don't have (#17096)Erik Johnston2024-04-171-0/+1
* Support for MSC4108 via delegation (#17086)Quentin Gliech2024-04-171-0/+1
* Bump minimum required Rust version to 1.66.0 (#17079)Quentin Gliech2024-04-171-0/+1
* Parse Integer negative value validation (#16920)Gordan Trevis2024-04-161-0/+1
* bugfix: make msc3967 idempotent (#16943)Kegan Dougal2024-04-151-0/+1
* Use receipts `event_stream_ordering` instead of joins (#17032)Nick Mills-Barrett2024-04-121-0/+1
* Fix mypy on latest Twisted release (#17036)Erik Johnston2024-04-111-0/+1
* 1.105.0rc1 v1.105.0rc1Andrew Morgan2024-04-1116-16/+0
* Stabilize support for MSC4010: push rules & account data. (#17022)Patrick Cloke2024-04-091-0/+1
* Stabliize support for MSC3981: recurse /relations (#17023)Patrick Cloke2024-04-091-0/+1
* Also check if first event matches the last in prev batch (#17066)Erik Johnston2024-04-091-0/+1
* #17039 Issue: Update base_rules.rs (#17043)Sumiran Pokharel2024-04-091-0/+1
* Fix PR #16677, a parameter was missing in a function call (#17033)Mathieu Velten2024-04-091-0/+1
* Add forgotten schema delta (#17054)Erik Johnston2024-04-091-0/+1
* Fixups to #17064 (#17065)Erik Johnston2024-04-081-0/+1
* Add back fast path for non-gappy syncs (#17064)Erik Johnston2024-04-081-0/+1
* Pull out fewer receipts from DB when doing push (#17049)Erik Johnston2024-04-051-0/+1
* Fix bug in calculating state for non-gappy syncs (#16942)Richard van der Hoff2024-04-043-2/+3
* `/sync`: fix bug in calculating `state` response (#16930)Richard van der Hoff2024-04-041-0/+1
* Fix bug in `/sync` response for archived rooms (#16932)Richard van der Hoff2024-04-041-0/+1
* Add missing index to `access_tokens` table (#17045)Erik Johnston2024-04-041-0/+1
* Merge branch 'master' into developErik Johnston2024-04-021-1/+0
|\
| * 1.104.0 v1.104.0 release-v1.104Erik Johnston2024-04-021-1/+0
* | Refactor chain fetching (#17044)Erik Johnston2024-04-021-0/+1
* | Fixups to new push stream (#17038)Erik Johnston2024-03-282-1/+2
* | Add support for moving `/push_rules` off of main process (#17037)Erik Johnston2024-03-281-0/+1
|/
* Merge remote-tracking branch 'origin/develop' into release-v1.104Erik Johnston2024-03-261-0/+1
|\
| * Fix OIDC login regression (#17031)Erik Johnston2024-03-261-0/+1
* | 1.104.0rc1Erik Johnston2024-03-2622-23/+0
|/
* Ensure that pending to-device events are sent over federation at startup (#16...Richard van der Hoff2024-03-221-0/+1
* Add OIDC config to add extra parameters to the authorize URL (#16971)Mathieu Velten2024-03-221-0/+1
* Do not refuse to set read_marker if previous event_id is in wrong room (#16990)SpiritCroc2024-03-211-0/+1
* Fix reject knocks on deactivating account (#17010)Hanadi2024-03-211-0/+1
* generate configuration with correct user in start.py for docker (#16978)Sam Wedgwood2024-03-211-0/+1
* OIDC: try to JWT decode userinfo response if JSON parsing failed (#16972)Mathieu Velten2024-03-211-0/+1
* Patch the db conn pool sooner in tests (#17017)Richard van der Hoff2024-03-211-0/+1
* Remove the hardcoded poetry version from contributing guide (#17002)Tadeusz Sośnierz2024-03-211-0/+1
* Prevent `start_for_complement.sh` from setting `START_POSTGRES` to `false` wh...Andrew Morgan2024-03-211-0/+1
* Update power level default for public rooms (#16907)Shay2024-03-191-0/+1
* Improve event validation (#16908)Shay2024-03-191-0/+1
* Pass module API to OIDC mapping provider (#16974)Mathieu Velten2024-03-191-0/+1
* Specify IP subnet literals in canonical form (#16953)V024602024-03-191-0/+1
* Clarify docs for some room state functions (#16950)Richard van der Hoff2024-03-191-0/+1
* `/sync`: Fix edge-case in calculating the "device_lists" response (#16949)Richard van der Hoff2024-03-141-0/+1
* Split up `SyncHandler.compute_state_delta` (#16929)Richard van der Hoff2024-03-141-0/+2
* Sort versions in the documentation version picker appropriately. (#16966)Will Hunt2024-03-141-0/+1
* upgrade.md: fix grammatical errors (#16965)Richard van der Hoff2024-03-141-0/+1
* Add query to update local cache of a remote user's device list to docs (#16892)Andrew Morgan2024-03-141-0/+1
* Improve lock performance when a lot of locks are waiting (#16840)Mathieu Velten2024-03-141-0/+1
* Multi-worker-docker-container: disable log buffering (#16919)Richard van der Hoff2024-03-131-0/+1
* Raise poetry-core version cap to 1.9.0 (#16986)V024602024-03-131-0/+1
* Update changelog v1.103.0rc1Erik Johnston2024-03-121-1/+0