Releases: D4ndellion/nixos-matrix-modules
v0.8.0 - 25.11 release
Should work on NixOS 25.11
v0.7.1
This is a maintenance release maintaining compatability with nixos 25.05
v0.7.0
Full Changelog: v0.6.1...0.7.0
Sliding sync options have been completely removed. Having them defined is now an error
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
What's Changed
- Support for nixos-24.05
- Synapse and worker listeners now use unix sockets on the backend by @h7x4 in #7
- sliding sync module acme is now set with
lib.mkDefaultfor easier overriding
Full Changelog: v0.5.0...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
synapsetodefault - 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
v0.4.0
Merge pull request #2 from h7x4/master
v0.3.0
Merge pull request #1 from dali99/flake-experiments