Skip to content

Commit 613cb4d

Browse files
committed
Pruning data is a feature
1 parent 2e0905e commit 613cb4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Without configuring this new stream writer, only the main process will be able t
1818
- Add experimental support for [MSC4242](https://github.com/matrix-org/matrix-spec-proposals/pull/4242): State DAGs. Excludes federation support. ([\#19424](https://github.com/element-hq/synapse/issues/19424))
1919
- Adds [Admin API](https://element-hq.github.io/synapse/latest/usage/administration/admin_api/index.html) endpoints to
2020
list, fetch and delete user reports. ([\#19657](https://github.com/element-hq/synapse/issues/19657))
21+
- Reduce database disk space usage by pruning old rows from `device_lists_changes_in_room`. ([\#19473](https://github.com/element-hq/synapse/issues/19473), [\#19709](https://github.com/element-hq/synapse/issues/19709))
2122

2223
## Bugfixes
2324

@@ -42,7 +43,6 @@ Without configuring this new stream writer, only the main process will be able t
4243
- Introduce `spam_checker_spammy` internal event metadata. ([\#19453](https://github.com/element-hq/synapse/issues/19453))
4344
- Add a `FilteredEvent` class that saves us copying events. ([\#19640](https://github.com/element-hq/synapse/issues/19640))
4445
- Convert `EventInternalMetadata` to use `Arc<RwLock<_>>`. ([\#19669](https://github.com/element-hq/synapse/issues/19669))
45-
- Reduce database disk space usage by pruning old rows from `device_lists_changes_in_room`. ([\#19473](https://github.com/element-hq/synapse/issues/19473), [\#19709](https://github.com/element-hq/synapse/issues/19709))
4646

4747

4848
# Synapse 1.151.0 (2026-04-07)

0 commit comments

Comments
 (0)