2023-09-21 20:37:01 +02:00
|
|
|
# Migrations
|
|
|
|
|
|
|
|
This is a best effort document descibing neccecary changes you might have to do when updating
|
|
|
|
|
2024-09-27 06:21:28 +02:00
|
|
|
## 0.6.1
|
|
|
|
|
|
|
|
enableSlidingSync, and setting matrix-synapse.sliding-sync.environmentFile (or any other sliding-sync setting)
|
|
|
|
is no longer needed for a sliding-sync setup. Upgrading will force relogins for all users.
|
|
|
|
|
2023-12-02 09:58:52 +01:00
|
|
|
## 0.5.0
|
2023-09-21 20:37:01 +02:00
|
|
|
|
2023-12-01 06:07:53 +01:00
|
|
|
* The module has been renamed from `synapse` to `default`
|
|
|
|
* The synapse module now expects a wrapper-style package. This means the module is now incompatible with nixpkgs < 23.11.
|
2023-09-21 20:37:01 +02:00
|
|
|
|
|
|
|
|