MatrixSynapse/changelog.d
Erik Johnston 3b4556cf87
Fix `wait_for_stream_position` for multiple waiters. (#8196)
This fixes a bug where having multiple callers waiting on the same
stream and position will cause it to try and compare two deferreds,
which fails (due to the sorted list having an entry of `Tuple[int,
Deferred]`).
2020-08-28 17:12:45 +01:00
..
.gitignore
7377.misc Wording fixes to 'name' user admin api filter (#8163) 2020-08-25 15:03:24 +01:00
7757.misc Reduce run-times of tests by advancing the reactor less (#7757) 2020-08-27 11:39:53 +01:00
7864.bugfix
7991.misc
8013.feature
8034.feature
8037.feature
8071.misc
8072.misc
8074.misc
8075.misc
8076.misc
8081.bugfix
8085.misc
8087.misc
8090.misc
8092.feature
8093.misc
8095.feature
8100.misc
8101.bugfix
8104.bugfix
8106.bugfix
8107.feature
8110.bugfix
8111.doc
8112.misc
8113.misc
8116.feature
8119.misc
8120.doc
8121.misc
8123.misc
8124.misc
8127.misc
8129.bugfix
8130.misc Update the test federation client to handle streaming responses (#8130) 2020-08-26 14:11:38 +01:00
8131.bugfix
8132.misc
8133.misc
8135.bugfix
8139.bugfix
8140.misc Add type hints for state. (#8140) 2020-08-24 14:25:27 -04:00
8142.feature Stop shadow-banned users from sending non-member events. (#8142) 2020-08-24 13:58:56 -04:00
8144.docker Add required Debian dependencies to allow docker builds on the arm platform (#8144) 2020-08-26 15:03:20 +01:00
8147.docker
8152.feature
8157.feature Do not propagate profile changes of shadow-banned users into rooms. (#8157) 2020-08-26 08:49:01 -04:00
8158.feature Do not allow send_nonmember_event to be called with shadow-banned users. (#8158) 2020-08-25 10:52:15 -04:00
8161.misc Make StreamIdGen `get_next` and `get_next_mult` async (#8161) 2020-08-25 15:10:08 +01:00
8162.misc Convert simple_select_one and simple_select_one_onecol to async (#8162) 2020-08-26 07:19:32 -04:00
8163.misc Wording fixes to 'name' user admin api filter (#8163) 2020-08-25 15:03:24 +01:00
8164.misc Add functions to `MultiWriterIdGen` used by events stream (#8164) 2020-08-25 17:32:30 +01:00
8166.misc Convert calls of async database methods to async (#8166) 2020-08-27 13:38:41 -04:00
8167.misc Fix rate limiting unit tests. (#8167) 2020-08-26 07:19:20 -04:00
8168.misc Convert additional database methods to async (select list, search, insert_many, delete_*) (#8168) 2020-08-27 07:41:01 -04:00
8171.misc Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#8171) 2020-08-26 13:15:20 +01:00
8173.misc Convert simple_update* and simple_select* to async (#8173) 2020-08-27 07:08:38 -04:00
8174.misc Remove unused parameter from, and add safeguard in, get_room_data (#8174) 2020-08-26 15:07:35 +01:00
8175.misc Allow running mypy directly. (#8175) 2020-08-26 09:59:37 -04:00
8176.feature Do not propagate typing notifications from shadow-banned users. (#8176) 2020-08-26 12:05:36 -04:00
8179.misc Fix missing _add_persisted_position (#8179) 2020-08-27 13:20:34 +01:00
8181.misc Remove remaining is_guest argument uses from get_room_data calls (#8181) 2020-08-26 17:26:56 +01:00
8182.misc Move and refactor LoginRestServlet helper methods (#8182) 2020-08-28 09:58:17 +01:00
8183.misc Define StateMap as immutable and add a MutableStateMap type. (#8183) 2020-08-28 07:28:53 -04:00
8187.misc simple_search_list_txn should return None, not 0. (#8187) 2020-08-27 12:07:13 -04:00
8190.bugfix Ensure that the OpenID Connect remote ID is a string. (#8190) 2020-08-28 08:56:36 -04:00
8191.misc Convert simple_delete to async/await. (#8191) 2020-08-27 14:16:41 -04:00
8192.misc Convert stats and related calls to async/await (#8192) 2020-08-27 17:24:37 -04:00
8193.misc Do not yield on awaitables in tests. (#8193) 2020-08-27 17:24:46 -04:00
8194.misc Convert state and stream stores and related code to async (#8194) 2020-08-28 09:37:55 -04:00
8195.misc Convert additional database code to async/await. (#8195) 2020-08-28 07:54:27 -04:00
8196.misc Fix `wait_for_stream_position` for multiple waiters. (#8196) 2020-08-28 17:12:45 +01:00
8197.misc Convert `event_push_actions`, `registration`, and `roommember` datastores to async (#8197) 2020-08-28 11:34:50 -04:00
8198.feature Only return devices with keys from `/federation/v1/user/devices/` (#8198) 2020-08-28 15:59:28 +01:00