neo4j: add release notes about version bump

This commit is contained in:
Kerstin Humm
2022-08-12 15:45:48 -07:00
committed by Jonathan Ringer
parent b653d62a00
commit 5f2ae2e43f
@@ -139,6 +139,8 @@ Use `configure.packages` instead.
- The Redis module now disables RDB persistence when `services.redis.servers.<name>.save = []` instead of using the Redis default.
- Neo4j was updated from version 3 to version 4. See this [migration guide](https://neo4j.com/docs/upgrade-migration-guide/current/) on how to migrate your Neo4j instance.
- Matrix Synapse now requires entries in the `state_group_edges` table to be unique, in order to prevent accidentally introducing duplicate information (for example, because a database backup was restored multiple times). If your Synapse database already has duplicate rows in this table, this could fail with an error and require manual remediation.
- `dockerTools.buildImage` deprecates the misunderstood `contents` parameter, in favor of `copyToRoot`.