0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-13 06:38:59 +02:00
synapse/changelog.d
Erik Johnston 7f0565e029
Don't needlessly batch in add_event_to_cache (#10784)
We've already batched up the events previously, and assume in other
places in the events.py file that we have. Removing this makes it easier
to adjust the batch sizes in one place.
2021-09-10 10:16:52 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
10556.doc Fix documentation of directory name for remote thumbnails (#10556) 2021-09-02 14:07:53 +01:00
10566.feature Allow room creator to send MSC2716 related events in existing room versions (#10566) 2021-09-04 00:58:49 -05:00
10643.feature Add config option to use non-default manhole password and keys (#10643) 2021-09-06 16:08:03 +01:00
10648.doc Document that /spaces & /hierarchy can be routed to workers. (#10648) 2021-09-08 11:02:31 -04:00
10658.bugfix Correctly include room avatars in email notifications (#10658) 2021-09-01 13:48:41 +01:00
10693.removal Remove unstable MSC2858 API, including experimental.msc2858_enabled config option (#10693) 2021-09-09 17:59:59 +01:00
10697.misc Populate rooms.creator field for easy lookup (#10697) 2021-09-01 16:27:58 +01:00
10704.bugfix Add logging to help debug #9424 (#10704) 2021-09-06 16:08:25 +01:00
10707.misc Additional type hints for the client REST servlets (part 3). (#10707) 2021-08-31 17:22:29 +00:00
10712.feature Skip the final GC on shutdown to improve restart times (#10712) 2021-09-01 11:55:31 +01:00
10714.feature Allow configuration of the oEmbed URLs. (#10714) 2021-08-31 18:37:07 -04:00
10727.misc Ignore rooms with unknown room versions in the spaces summary. (#10727) 2021-09-01 17:01:08 +00:00
10728.misc Additional type hints for client REST servlets (part 4) (#10728) 2021-09-01 11:59:32 -04:00
10730.bugfix Consider the origin_server_ts of the m.space.child event when ordering rooms. (#10730) 2021-09-01 12:59:52 -04:00
10735.doc Doc: Clarifying undoing room shutdowns (#10480) 2021-09-06 14:24:31 +01:00
10736.misc Additional type hints for client REST servlets (part 5) (#10736) 2021-09-03 09:22:22 -04:00
10738.misc Raise an error if an unknown preset is used to create a room. (#10738) 2021-09-03 13:46:18 +00:00
10743.bugfix Fix bug with reusing 'txn' when persisting event. (#10743) 2021-09-03 10:59:25 +01:00
10744.misc Stop using BaseHandler in FederationEventHandler (#10745) 2021-09-06 14:49:33 +01:00
10745.misc Stop using BaseHandler in FederationEventHandler (#10745) 2021-09-06 14:49:33 +01:00
10746.misc Underscore-prefix private fields in FederationEventHandler (#10746) 2021-09-07 11:15:51 +01:00
10748.misc Add a partial index to presence_stream to speed up startups (#10748) 2021-09-03 17:16:56 +01:00
10750.misc Ease searching for M_TOO_LARGE-related error codes (#10750) 2021-09-06 14:35:56 +01:00
10752.misc Pull out encrypted_by_default tests from user_directory tests (#10752) 2021-09-06 11:37:54 +01:00
10753.misc Use attrs internally for the URL preview code & add documentation. (#10753) 2021-09-07 13:10:34 +00:00
10754.misc Use execute_values more in PostgreSQL (#10754) 2021-09-03 15:35:49 +00:00
10755.misc Speed up MultiWriterIdGenerator when lots of IDs are in flight. (#10755) 2021-09-03 18:23:46 +01:00
10756.misc Speed up persisting redacted events (#10756) 2021-09-06 10:14:07 +01:00
10757.bugfix Allow room_alias_name parameter to be handled by /createRoom calls on workers (#10757) 2021-09-06 14:37:15 +01:00
10758.doc Improve the modules doc (#10758) 2021-09-08 17:14:54 +00:00
10759.feature Request JSON for oEmbed requests (and ignore XML only providers). (#10759) 2021-09-08 07:17:52 -04:00
10760.bugfix Return stripped m.space.child events via the space summary. (#10760) 2021-09-07 08:43:54 -04:00
10771.misc Persist auth events before the events that rely on them (#10771) 2021-09-08 10:37:50 +01:00
10772.feature Prefer room v9 for restricted rooms. (#10772) 2021-09-09 07:37:33 -04:00
10773.misc Add some assertions about outliers (#10773) 2021-09-08 10:41:13 +01:00
10775.misc Add a constant for m.federate. (#10775) 2021-09-08 10:00:43 -04:00
10778.misc Add a script to update the debian changelog for non-Debian systems (#10778) 2021-09-08 17:03:25 +02:00
10779.misc Change logging of puppeted requests to better differentiate users (#10779) 2021-09-08 12:59:15 +00:00
10780.misc Skip handling of push actions for outlier events (#10780) 2021-09-08 15:18:35 +01:00
10781.misc Get rid of _auth_and_persist_event (#10781) 2021-09-08 19:03:08 +01:00
10783.bugfix Fix frontend_proxy jinja script in docker workers (#10783) 2021-09-08 17:24:53 +01:00
10784.misc Don't needlessly batch in add_event_to_cache (#10784) 2021-09-10 10:16:52 +01:00