Skip to content

Releases: matrix-org/dendrite

helm-dendrite-0.14.6

20 Sep 18:56
07e59d0
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

helm-dendrite-0.14.5

20 Sep 05:45
c914f06
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

helm-dendrite-0.14.4

18 Sep 19:47
f2db7cb
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

helm-dendrite-0.14.3

18 Sep 18:22
152626c
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

Dendrite 0.13.8

13 Sep 13:08
763c79f
Compare
Choose a tag to compare

Features

  • The required Go version to build Dendrite is now 1.21
  • Support for authenticated media (MSC3916) has been added
    • Note: You'll need a client that uses the org.matrix.msc3916.stable unstable feature announced in /versions for this to work.
  • NATS can now connect to servers requiring authentication (contributed by paigeadelethompson)
  • Updated dependencies
    • Internal NATS Server has been updated from v2.10.7 to v2.10.20 (contributed by neilalexander)

Fixes

  • Fix parsing ?ts query param (contributed by tulir)
  • Don't query the database if we could fetch all keys from cache
  • Fix media DB potentially leaking connections
  • Fixed a bug where we would return that an account exists if we encountered an unhandled error case
  • Fixed an issues where edited message could appear twice in search results (contributed by adnull)
  • Outgoing threepid HTTP requests now correctly close the returned body (contributed by testwill)
  • Presence conflicts are handled better, reducing the amount of outgoing federation requests (contributed by jjj333-p)
  • Internal NATS now uses SyncAlways which should improve resilience against crashes (contributed by neilalexander)
  • Whitespaces in the X-Matrix header are now handled correctly
  • /.well-known/matrix/server lookups now timeout after 30 seconds
  • Purging rooms has seen a huge speed-up
What's Changed

New Contributors

Full Changelog: v0.13.7...v0.13.8

helm-dendrite-0.14.2

13 Sep 13:06
763c79f
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

Dendrite 0.13.7

09 Apr 08:26
14a6c10
Compare
Choose a tag to compare

Fixes

  • Fixed an issue where the displayname/avatar of an invited user was replaced with the inviter's details
  • Improved server startup performance by avoiding unnecessary room ACL queries
    • This change reduces memory footprint as it caches ACL regex patterns once instead of for each room
    • Unnecessary Relay related queries have been removed. Note: To use relays, you now need to explicitly enable them using the federation_api.enable_relays config
  • Fixed space summaries over federation
  • Improved usage of external NATS JetStream by reusing existing connections instead of opening new ones unnecessarily

Features

  • Modernized Appservices (contributed by tulir)
  • Added event reporting with Synapse Admin endpoints for querying them
  • Updated dependencies
What's Changed

New Contributors

Full Changelog: v0.13.6...v0.13.7

helm-dendrite-0.14.1

09 Apr 08:24
14a6c10
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

helm-dendrite-0.14.0

29 Feb 07:59
09f15a3
Compare
Choose a tag to compare

Dendrite Matrix Homeserver

helm-dendrite-0.13.8

29 Feb 07:05
4452833
Compare
Choose a tag to compare

Dendrite Matrix Homeserver