0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-29 07:58:19 +02:00
synapse/changelog.d
Patrick Cloke f8e7a9418a
Fix missing import in federation_event handler. (#13431)
#13404 removed an import of `Optional` which was still needed
due to #13413 added more usages.
2022-08-01 14:14:29 +00:00
..
.gitignore
12978.misc Extend the release script to automatically push a new SyTest branch, rather than having that be a manual process. (#12978) 2022-07-26 18:08:14 +01:00
13160.misc Make minor clarifications to the error messages given when we fail to join a room via any server. (#13160) 2022-07-27 10:37:50 +00:00
13213.misc Enable Complement CI tests in the 'latest deps' test run. (#13213) 2022-08-01 10:55:31 +00:00
13221.doc Explicitly mention which resources support compression in the config guide (#13221) 2022-07-29 09:09:57 +00:00
13343.feature Implement MSC3848: Introduce errcodes for specific event sending failures (#13343) 2022-07-27 13:44:40 +01:00
13346.misc Fix get_pdu asking every remote destination even after it finds an event (#13346) 2022-07-27 10:40:04 +01:00
13353.bugfix Fix infinite loop in partial-state resync (#13353) 2022-07-26 11:47:31 +00:00
13355.misc Faster room joins: avoid blocking when pulling events with missing prevs (#13355) 2022-07-26 12:39:23 +01:00
13365.bugfix Remove the unspecced room_id field in the /hierarchy response. (#13365) 2022-07-26 08:02:34 -04:00
13370.feature Use stable prefixes for MSC3827: filtering of /publicRooms by room type (#13370) 2022-07-27 19:46:57 +01:00
13383.misc Remove unused argument for get_relations_for_event. (#13383) 2022-07-26 07:19:20 -04:00
13392.bugfix Copy room serials before handling in get_new_events_as (#13392) 2022-07-26 17:45:27 +00:00
13397.misc Add missing type hints for tests.unittest. (#13397) 2022-07-27 17:18:41 +00:00
13404.misc Refactor _resolve_state_at_missing_prevs to return an EventContext (#13404) 2022-08-01 13:53:56 +01:00
13413.bugfix Faster joins: fix rejected events becoming un-rejected during resync (#13413) 2022-08-01 11:20:05 +01:00
13420.misc Re-enable running Complement tests against Synapse with workers. (#13420) 2022-08-01 11:51:44 +01:00
13431.misc Fix missing import in federation_event handler. (#13431) 2022-08-01 14:14:29 +00:00