0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-08 20:28:53 +02:00
synapse/changelog.d
Patrick Cloke 81608490e3
Stop depending on room_id to be returned for children state in the hierarchy response. (#12991)
The `room_id` field was removed from MSC2946 before
it was accepted. It was initially kept for backwards compatibility
and should be removed now that the stable form of the API
is used.

This change only stops Synapse from validating that it is returned,
a future PR will remove returning it as part of the response.
2022-06-10 07:15:51 -04:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
12674.misc Test cancellation at every await during request handling (#12674) 2022-06-07 17:14:47 +01:00
12737.doc Docker Compose Worker Documentation and Examples (#12737) 2022-06-08 10:26:42 +01:00
12738.misc Return the same error message from /login when password is incorrect and when account doesn't exist. (#12738) 2022-06-07 14:58:48 +00:00
12881.misc Merge the Complement testing Docker images into a single, multi-purpose image. (#12881) 2022-06-08 09:57:05 +00:00
12929.misc Clean up the test code for client disconnections (#12929) 2022-06-07 18:17:32 +01:00
12957.misc Use READ COMMITTED isolation level when inserting read receipts (#12957) 2022-06-09 09:44:16 +01:00
12963.misc Reduce amount of state we pull out when attempting to send catchup PDUs. (#12963) 2022-06-07 14:35:56 +01:00
12965.misc Enable testing against PostgreSQL databases in Complement CI. (#12965) 2022-06-09 14:16:34 +01:00
12969.misc Fix a stale comment in get_room_version_id_txn. (#12969) 2022-06-07 07:44:31 -04:00
12970.misc Consolidate the logic of delete_device/delete_devices. (#12970) 2022-06-07 07:43:35 -04:00
12973.bugfix Fix Synapse git info missing in version strings (#12973) 2022-06-07 15:24:11 +01:00
12979.bugfix Use dummy fallback engines if imports fail (#12979) 2022-06-07 17:33:55 +01:00
12982.misc Use a GitHub form for issues rather than a hard-to-read, easy-to-ignore template. (#12982) 2022-06-08 11:11:02 +00:00
12984.misc Move the (unstable) dir parameter for /relations behind an experimental flag. (#12984) 2022-06-08 09:00:35 -04:00
12985.misc Type annotations for test_v2 (#12985) 2022-06-09 09:48:04 +01:00
12990.misc Fix example of running complement.sh. (#12990) 2022-06-09 07:21:15 -04:00
12991.bugfix Stop depending on room_id to be returned for children state in the hierarchy response. (#12991) 2022-06-10 07:15:51 -04:00
13004.misc Faster joins: add issue links to the TODOs (#13004) 2022-06-09 10:13:03 +00:00