Skip to content

Releases: matrix-org/dendrite

helm-dendrite-0.12.3

02 May 16:29
9b98e5a
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

helm-dendrite-0.12.2

03 Apr 07:13
6759269
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

helm-dendrite-0.12.1

28 Mar 06:30
28d3e29
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

Dendrite 0.12.0

13 Mar 19:03
74dc546
Compare
Choose a tag to compare

⚠️ The binary for dendrite-monolith-server was renamed to dendrite, please modify any existing scripts/services

Features

  • The userapi and keyserver have been merged (no actions needed regarding the database)
  • The internal NATS JetStream server is now using logrus for logging (contributed by dvob)
  • The roomserver database has been refactored to have separate interfaces when working with rooms and events. Also includes increased usage of the cache to avoid database round trips. (database is unchanged)
  • The pinecone demo now shuts down more cleanly
  • The Helm chart now has the ability to deploy a Grafana chart as well (contributed by genofire)
  • Support for listening on unix sockets has been added (contributed by cyberb)
  • The internal NATS server was updated to v2.9.15
  • Initial support for runtime/trace has been added, to further track down long-running tasks

Fixes

  • The session_id is now correctly set when using SQLite
  • An issue where device keys could be removed if a device ID is reused has been fixed
  • A possible DoS issue related to relations has been fixed (reported by sleroq)
  • When backfilling events, errors are now ignored if we still could fetch events

Other

  • ⚠️ DEPRECATION: Polylith/HTTP API mode has been removed
  • The default endpoint to report usages stats to has been updated

helm-dendrite-0.12.0

13 Mar 19:03
74dc546
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

helm-dendrite-0.11.2

28 Feb 13:18
7fff7cd
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

Dendrite 0.11.1

10 Feb 17:37
cc59879
Compare
Choose a tag to compare

⚠️ DEPRECATION WARNING: This is the last release to have polylith and HTTP API mode. Future releases are monolith only.

Features

  • Dendrite can now be compiled against Go 1.20
  • Initial store and forward support has been added
  • A landing page showing that Dendrite is running has been added (contributed by LukasLJL)

Fixes

  • /sync is now using significantly less database round trips when using Postgres, resulting in faster initial syncs, allowing larger accounts to login again
  • Many under the hood pinecone improvements
  • Publishing rooms is now possible again

helm-dendrite-0.11.1

10 Feb 17:37
cc59879
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

Dendrite 0.11.0

20 Jan 15:21
430932f
Compare
Choose a tag to compare

The last three missing federation API Sytests have been fixed - bringing us to 100% server-server Synapse parity, with client-server parity at 93% 🎉

Features

  • Added /_dendrite/admin/purgeRoom/{roomID} to clean up the database
  • The default room version was updated to 10 (contributed by FSG-Cat)

Fixes

  • An oversight in the create-config binary, which now correctly sets the media path if specified (contributed by BieHDC)
  • The Helm chart now uses the $.Chart.AppVersion as the default image version to pull, with the possibility to override it (contributed by genofire)

helm-dendrite-0.11.0

20 Jan 15:20
430932f
Compare
Choose a tag to compare

Dendrite Matrix Homeserver