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 bd558a6dc3
Speed up state res in rare case we don't have all events (#16116)
If we don't have all the auth events in a room then not all state events will have a chain cover index. Even so, we can still use the chain cover index on the events that do have it, rather than bailing and using the slower functions.

This situation should not arise for newly persisted rooms, as we check we have the full auth chain for each event, but can happen for existing rooms.

c.f. #15245
2023-08-18 15:32:06 +01:00
..
.gitignore
15870.feature Implements admin API to lock an user (MSC3939) (#15870) 2023-08-10 09:10:55 +00:00
16010.misc Support MSC3814: Dehydrated Devices Part 2 (#16010) 2023-08-08 12:04:46 -07:00
16052.bugfix Add linearizer on user ID to push rule PUT/DELETE requests (#16052) 2023-08-11 11:37:09 +00:00
16061.misc Fix database performance of read/write worker locks (#16061) 2023-08-17 14:07:57 +01:00
16080.bugfix Disable caching in /sync corner case (#16080) 2023-08-17 10:22:50 +01:00
16085.misc Override global statement timeout when creating indexes in Postgres (#16085) 2023-08-17 10:30:02 +01:00
16089.misc Fix the type annotation on run_db_interaction in the Module API. (#16089) 2023-08-10 18:28:31 +01:00
16091.doc Add link explaining ELK stack to structured_logging.md (#16091) 2023-08-16 14:08:35 +01:00
16092.misc Clean-up presence code (#16092) 2023-08-10 07:39:46 -04:00
16094.feature Allow customizing IdP name and icon for SAML and CAS (#16094) 2023-08-11 20:15:17 +00:00
16110.misc Run pyupgrade for python 3.7 & 3.8. (#16110) 2023-08-15 08:11:20 -04:00
16112.misc Rename pagination&purge locks and add comments explaining them (#16112) 2023-08-16 16:19:54 +02:00
16114.feature Allow filtering for admins in the list accounts admin API (#16114) 2023-08-18 12:26:38 +01:00
16115.misc Attempt to fix twisted trunk (#16115) 2023-08-15 16:07:13 +00:00
16116.bugfix Speed up state res in rare case we don't have all events (#16116) 2023-08-18 15:32:06 +01:00
16117.misc Cache token introspection response from OIDC provider (#16117) 2023-08-17 10:53:10 -07:00
16123.misc Add cache to get_server_keys_json_for_remote (#16123) 2023-08-18 11:05:01 +01:00
16131.misc Add response time metrics for introspection requests (#16131) 2023-08-18 12:16:00 +01:00
16132.misc MSC3861: allow impersonation by an admin using a query param (#16132) 2023-08-18 15:46:46 +02:00