MatrixSynapse/changelog.d
Erik Johnston 12ec55bfaa
Increase perf of handling concurrent use of StreamIDGenerators. (#9190)
We have seen a failure mode here where if there are many in flight
unfinished IDs then marking an ID as finished takes a lot of CPU (as
calling deque.remove iterates over the list)
2021-01-21 16:31:51 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
9045.misc Add tests for List Users Admin API (#9045) 2021-01-21 09:18:46 -05:00
9129.misc Various improvements to the federation client. (#9129) 2021-01-20 07:59:18 -05:00
9135.doc docs: Add link to Matrix VoIP tester for turn-howto (#9135) 2021-01-20 12:41:57 +00:00
9180.misc Specify that the long description is rST in the package metadata. (#9180) 2021-01-20 16:00:59 -05:00
9181.misc Use execute_batch instead of executemany in places (#9181) 2021-01-21 10:22:53 +00:00
9184.misc Add a check for duplicate IdP ids (#9184) 2021-01-21 13:20:58 +00:00
9188.misc Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
9189.misc Prefix idp_id with "oidc-" (#9189) 2021-01-21 12:25:02 +00:00
9190.misc Increase perf of handling concurrent use of StreamIDGenerators. (#9190) 2021-01-21 16:31:51 +00:00
9193.bugfix Fix receipts or account data not being sent down sync (#9193) 2021-01-21 15:09:09 +00:00
9195.bugfix Add schema update to fix existing DBs affected by #9193 (#9195) 2021-01-21 16:03:25 +00:00