0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-14 07:09:31 +02:00
synapse/changelog.d
Patrick Cloke 75dff3dc98
Include bundled aggregations for the latest event in a thread. (#12273)
The `latest_event` field of the bundled aggregations for `m.thread` relations
did not include bundled aggregations itself. This resulted in clients needing to
immediately request the event from the server (and thus making it useless that
the latest event itself was serialized instead of just including an event ID).
2022-05-04 08:38:18 -04:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
12273.bugfix Include bundled aggregations for the latest event in a thread. (#12273) 2022-05-04 08:38:18 -04:00
12356.misc Make scripts-dev pass mypy --disallow-untyped-defs (#12356) 2022-04-27 13:10:31 +00:00
12406.feature Add a module API to allow modules to edit push rule actions (#12406) 2022-04-27 13:55:33 +00:00
12480.misc Use supervisord to supervise Postgres and Caddy in the Complement image. (#12480) 2022-04-27 14:39:41 +01:00
12485.misc Add some type hints to datastore (#12485) 2022-04-27 13:05:00 +01:00
12505.misc Prefer make_awaitable over defer.succeed in tests (#12505) 2022-04-27 14:58:26 +01:00
12526.feature Add option to enable token registration without requiring 3pids (#12526) 2022-04-27 12:57:53 +00:00
12531.misc Remove unused # type: ignores (#12531) 2022-04-27 14:03:44 +01:00
12541.docker Mark Dockerfile as requiring BuildKit (#12541) 2022-04-26 15:31:52 +01:00
12544.bugfix Bound ephemeral events by key (#12544) 2022-04-26 20:14:21 +01:00
12556.misc Add sanity checks to the release script (#12556) 2022-05-03 10:50:03 +00:00
12564.misc Consistently use collections.abc.Mapping to check frozendict. (#12564) 2022-04-27 09:00:07 -04:00
12570.bugfix Exclude OOB memberships from the federation sender (#12570) 2022-05-03 12:47:56 +00:00
12576.misc Allow unused ignores in "bleeding edge" CI (#12576) 2022-04-29 17:57:23 +01:00
12579.doc Add linebreak to pipx install quote in README (#12579) 2022-04-28 13:54:46 +01:00
12580.bugfix Fix logging of incorrect status codes for disconnected requests (#12580) 2022-04-28 15:49:50 +00:00
12581.misc Improve the docstrings for the receipts store. (#12581) 2022-04-28 17:58:58 +00:00
12582.misc Use constants for receipt types in tests. (#12582) 2022-04-28 13:34:33 -04:00
12589.misc Remove special-case for twisted logger (#12589) 2022-04-29 22:05:18 +01:00
12594.bugfix Fix race when persisting an event and deleting a room (#12594) 2022-05-03 11:47:21 +01:00
12596.removal Remove unstable identifiers for MSC3069. (#12596) 2022-05-03 12:43:12 -04:00
12608.misc Prune mypy ignore_missing_imports list (#12608) 2022-05-03 11:03:20 +01:00
12612.bugfix Add missing space before 'docker' link in release announcement script (#12612) 2022-05-03 14:46:42 +00:00
12613.removal Bump Synapse minimum Python version to 3.7.1 (#12613) 2022-05-03 19:22:06 +01:00
12614.misc Add extra debug logging to federation sender (#12614) 2022-05-03 16:32:40 +01:00
12620.misc Add a consistency check on events read from the database (#12620) 2022-05-03 21:27:52 +01:00
12624.misc remove constantly lib use and switch to enums. (#12624) 2022-05-04 11:26:11 +00:00
12627.doc Fixes to the formatting of README.rst (#12627) 2022-05-04 11:02:19 +01:00