Skip to content

Releases: dali99/nixos-matrix-modules

v0.7.0

03 Jan 22:33
Compare
Choose a tag to compare

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

27 Sep 04:32
Compare
Choose a tag to compare

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

01 Jun 12:17
Compare
Choose a tag to compare

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.mkDefault for easier overriding

Full Changelog: v0.5.0...v0.6.0

v0.5.0

02 Dec 09:01
Compare
Choose a tag to compare

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 to default
  • 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

Full Changelog: v0.4.0...v0.5.0

v0.4.0

19 Jan 21:02
fbee6a0
Compare
Choose a tag to compare
Merge pull request #2 from h7x4/master

v0.3.0

21 Dec 23:07
b6f0a02
Compare
Choose a tag to compare
Merge pull request #1 from dali99/flake-experiments