Releases: dali99/nixos-matrix-modules
Releases · dali99/nixos-matrix-modules
v0.7.0
v0.6.1
Full Changelog: v0.6.0...v0.6.1
Sliding sync related options no longer has any effect, as this functionality is now built into synapse proper.
You can safely remove any sliding-sync related options.
If you have a custom .well-known/matrix/client
make sure it matches the one generated by this module!
In particular for this release: "org.matrix.msc3575.proxy"
should no longer be present!
Consider proxying example.com/.well-known/matrix/client
to matrix.example.com/.well-known/matrix/client
.
v0.6.0
v0.5.0
This is mostly a maintainance release to be compatible with nixos-23.11 but comes with some small improvements as well
Migrations
- The module has been renamed from
synapse
todefault
- The synapse module now expects a wrapper-style package. This means the module is now incompatible with nixpkgs < 23.11
What's Changed
- fix: don't force enableACME to allow useACMEHost by @longregen in #5
New Contributors
- @longregen made their first contribution in #5
Full Changelog: v0.4.0...v0.5.0