0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 18:28:56 +02:00
synapse/changelog.d
Erik Johnston f43d994624
Fix bug with new task scheduler using lots of CPU. (#16278)
Using the new `TaskScheduler` meant that we'ed create lots of new
metrics (due to adding task ID to the desc of background process),
resulting in requests for metrics taking an increasing amount of CPU.
2023-09-08 14:43:01 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
15997.misc Allow modules to delete rooms. (#15997) 2023-09-06 11:50:07 +01:00
16066.bugfix Track presence state per-device and combine to a user state. (#16066) 2023-09-05 09:58:51 -04:00
16090.misc Add GCC and GNU Make to the Nix flake development environment so that ruff can be compiled. (#16090) 2023-09-06 14:35:02 +01:00
16137.feature Add MSC4040 matrix-fed service lookups (#16137) 2023-09-05 15:45:39 -04:00
16170.bugfix Track presence state per-device and combine to a user state. (#16066) 2023-09-05 09:58:51 -04:00
16171.bugfix Track presence state per-device and combine to a user state. (#16066) 2023-09-05 09:58:51 -04:00
16172.bugfix Track presence state per-device and combine to a user state. (#16066) 2023-09-05 09:58:51 -04:00
16174.bugfix Time out busy presence status & test multi-device busy (#16174) 2023-09-05 10:39:38 -04:00
16219.feature Add the ability to use G (GiB) and T (TiB) suffixes in configuration options that refer to numbers of bytes. (#16219) 2023-09-06 14:01:10 +01:00
16227.feature Send the opentracing span information to appservices (#16227) 2023-09-06 15:19:17 -04:00
16235.misc Bump twisted from 22.10.0 to 23.8.0 (#16235) 2023-09-05 11:14:14 +00:00
16240.misc Delete device messages asynchronously and in staged batches (#16240) 2023-09-06 09:30:53 +02:00
16248.misc Bump minimum supported Rust version to 1.61.0 (#16248) 2023-09-05 13:12:50 +01:00
16251.bugfix Fix appservices being unable to handle to_device messages for multiple users (#16251) 2023-09-05 15:46:57 -04:00
16252.bugfix Recheck if remote device is cached before requesting it (#16252) 2023-09-07 12:45:43 +00:00
16255.misc Fix incorrect docstring for Ratelimiter. (#16255) 2023-09-05 12:11:05 -04:00
16257.bugfix Fix bug where we kept re-requesting a remote server's key repeatedly. (#16257) 2023-09-05 20:27:41 +01:00
16258.bugfix Add back newsfile from #16258. 2023-09-06 13:06:33 -04:00
16260.misc Update rust in flake.nix: 1.70.0 -> 1.71.1 to address CVE-2023-38497 (#16260) 2023-09-06 14:34:01 +01:00
16262.feature Handle "registration_enabled" parameter for CAS (#16262) 2023-09-06 14:32:24 -04:00
16263.misc Apply missed suggestions from the review of #16090. (#16263) 2023-09-06 16:15:56 +01:00
16264.misc Reduce CPU overhead of change password endpoint (#16264) 2023-09-08 13:06:00 +01:00
16265.feature Add /notifications endpoint to workers (#16265) 2023-09-07 09:26:07 +00:00
16272.bugfix Avoid temporary storage of sensitive information. (#16272) 2023-09-08 08:57:56 -04:00
16277.misc Raise setuptools_rust version cap to 1.7.0 (#16277) 2023-09-08 08:10:26 -04:00
16278.misc Fix bug with new task scheduler using lots of CPU. (#16278) 2023-09-08 14:43:01 +01:00