PackageTrack
Sign in Get early access

github.com/element-hq/dendrite

v0.15.2 #2307 most downloaded on Go modules element-hq/dendrite

What this package is like to depend on

Last release 3 months ago

20 May 2026

Release timing varies

gaps range from 1 weeks to 6 months

Nearly every release is documented

notes for 5 of 5 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

22 releases · first in 2024

5 releases in the last 12 months

see the full history below

Release timeline

22 releases · Nov 2024 to May 2026
2025 2026
Release Pre-release

Releases

latest 22
  1. v0.15.3-0.20260520154145-08cac1ccf0a4 20 May 2026 pre-release

    Nothing published for this version

  2. v0.15.3-0.20251121214021-12b7038989b9 21 Nov 2025 pre-release

    Nothing published for this version

  3. v0.15.3-0.20251113153208-fbbdf84ac626 13 Nov 2025 pre-release

    Nothing published for this version

  4. v0.15.3-0.20251110225228-d9c63c8930db 10 Nov 2025 pre-release

    Nothing published for this version

  5. v0.15.3-0.20251110222504-2b4d3bf77757 10 Nov 2025 pre-release

    Nothing published for this version

  6. v0.15.2 15 Aug 2025
    Release notes

    Bug fixes

    • Fixed an issue which could cause Dendrite to crash on startup if the room state lacked a create event.
    Open source →
    Release notes

    Bug fixes

    • Fixed an issue which could cause Dendrite to crash on startup if the room state lacked a create event.
    Open source →
  7. v0.15.1 13 Aug 2025
    Release notes

    Bug fixes

    • Fixed an issue which could cause Dendrite to become unresponsive for minutes at a time. (contributed by viviicat)
    • Fixed an issue which prevented joining v12 rooms in some circumstances.
    • Fixed an issue which prevented sending invites to v12 rooms.
    • Fixed an issue which prevented some clients from syncing v12 rooms.
    • Fixed an issue where a single badly formed PDU would block entire transactions of PDUs being processed. See element-hq/synapse#7543 for the related issue on Synapse.
    Open source →
    Release notes

    Bug fixes

    • Fixed an issue which could cause Dendrite to become unresponsive for minutes at a time. (contributed by viviicat)
    • Fixed an issue which prevented joining v12 rooms in some circumstances.
    • Fixed an issue which prevented sending invites to v12 rooms.
    • Fixed an issue which prevented some clients from syncing v12 rooms.
    • Fixed an issue where a single badly formed PDU would block entire transactions of PDUs being processed. See https://github.com/element-hq/synapse/issues/7543 for the related issue on Synapse.
    Open source →
  8. v0.15.0 12 Aug 2025
    Release notes

    ⚠ Important

    This is a security release, adding support for room version 12.

    Features

    • Add support for MSC4163.
    • Add support for MSC3967.
    • Add support for room version 12.

    Bug fixes

    • Refactored NATS JetStream code to gracefully handle more potential errors. (contributed by neilalexander)
    • Refactored NATS startup and readiness checking. (contributed by neilalexander)
    • Updated NATS to 2.11.7. (contributed by neilalexander)
    • Fixed an issue which could cause Dendrite to become unresponsive for minutes at a time. (contributed by viviicat)
    • Order events when backfilling to reduce the amount of unecessary /state_ids requests.
    • Gracefully handle incorrect sync filter JSON.
    • Fixed an issue which prevented device deletion working correctly. (contributed by robinsdan)
    Open source →
    Release notes

    ⚠ Important

    This is a security release, adding support for room version 12.

    Features

    • Add support for MSC4163.
    • Add support for MSC3967.
    • Add support for room version 12.

    Bug fixes

    • Refactored NATS JetStream code to gracefully handle more potential errors. (contributed by neilalexander)
    • Refactored NATS startup and readiness checking. (contributed by neilalexander)
    • Updated NATS to 2.11.7. (contributed by neilalexander)
    • Fixed an issue which could cause Dendrite to become unresponsive for minutes at a time. (contributed by viviicat)
    • Order events when backfilling to reduce the amount of unecessary /state_ids requests.
    • Gracefully handle incorrect sync filter JSON.
    • Fixed an issue which prevented device deletion working correctly. (contributed by robinsdan)
    Open source →
  9. v0.14.2-0.20250204131310-c15dee80f2a6 04 Feb 2025 pre-release

    Nothing published for this version

  10. v0.14.2-0.20250116222219-a41f9cc154f4 16 Jan 2025 pre-release

    Nothing published for this version

  11. v0.14.1 16 Jan 2025
    Release notes

    ⚠ Important

    This is a security release, gomatrixserverlib was vulnerable to server-side request forgery, serving content from a private network it can access, under certain conditions.

    Upgrading to this version is highly recommended.

    Security

    Fixes

    • Speed-up loading server ACLs on startup, this is mostly noticeable on larger instances with many rooms.

    What's Changed

    What's Changed

    Full Changelog: v0.14.0...v0.14.1

    Open source →
    Release notes

    ⚠ Important

    This is a security release, gomatrixserverlib was vulnerable to server-side request forgery, serving content from a private network it can access, under certain conditions.

    Upgrading to this version is highly recommended.

    Security

    Fixes

    • Speed-up loading server ACLs on startup, this is mostly noticeable on larger instances with many rooms.
    Open source →
  12. v0.14.0 18 Dec 2024
    Release notes

    This is the first release after forking matrix-org/dendrite, this repository is now licensed under AGPLv3.0.

    Upgrading to this version is highly recommended, as it fixes several long-standing bugs which could lead to state resets.
    It also improves performance and memory usage.

    Features

    • The required Go version to build Dendrite is now 1.22
    • Support for listening and connecting to I2P and Onion services was added (contributed by eyedeekay)
    • Add via parameter on join room requests as per MSC4156 (contributed by Johennes)
    • Support for fallback keys has been added (contributed by neilalexander)
    • Dendrite now supports MSC4225
    • Updated dependencies
      • Internal NATS Server has been updated from v2.10.20 to v2.10.23 (contributed by neilalexander)
      • gomatrixserverlib has been updated, which includes several performance improvements

    Fixes

    • Correctly respond to OPTIONS requests on authed media endpoints (contributed by arenekosreal)
    • A long-standing bug which could lead to state resets has been fixed (contributed by neilalexander)
      • Note: While state resets should happen less frequently, they are still part of the Matrix protocol, so they are not entirely fixed.
      • Also, rooms which have been utterly broken may take some time to reconcile, it may be worth to leave, purge and rejoin such rooms.

    What's Changed

    New Contributors

    Full Changelog: https://github.com/element-hq/dendrite/commits/v0.14.0

    Open source →
    Release notes

    This is the first release after forking matrix-org/dendrite, this repository is now licensed under AGPLv3.0.

    Upgrading to this version is highly recommended, as it fixes several long-standing bugs which could lead to state resets. It also improves performance and memory usage.

    Features

    • The required Go version to build Dendrite is now 1.22
    • Support for listening and connecting to I2P and Onion services was added (contributed by eyedeekay)
    • Add via parameter on join room requests as per MSC4156 (contributed by Johennes)
    • Support for fallback keys has been added (contributed by neilalexander)
    • Dendrite now supports MSC4225
    • Updated dependencies
      • Internal NATS Server has been updated from v2.10.20 to v2.10.23 (contributed by neilalexander)
      • gomatrixserverlib has been updated, which includes several performance improvements

    Fixes

    • Correctly respond to OPTIONS requests on authed media endpoints (contributed by arenekosreal)
    • A long-standing bug which could lead to state resets has been fixed (contributed by neilalexander)
      • Note: While state resets should happen less frequently, they are still part of the Matrix protocol, so they are not entirely fixed.
      • Also, rooms which have been utterly broken may take some time to reconcile, it may be worth to leave, purge and rejoin such rooms.
    Open source →
  13. v0.0.0-20241218115354-556a5a9edc9c 18 Dec 2024 pre-release

    Nothing published for this version

  14. v0.0.0-20241218114032-2f055ae8c930 18 Dec 2024 pre-release

    Nothing published for this version

  15. v0.0.0-20241218111420-fecd84ce7957 18 Dec 2024 pre-release

    Nothing published for this version

  16. v0.0.0-20241218105512-0fc0b80196a9 18 Dec 2024 pre-release

    Nothing published for this version

  17. v0.0.0-20241218102524-0b22d3252a38 18 Dec 2024 pre-release

    Nothing published for this version

  18. v0.0.0-20241218075004-a8d842bd058f 18 Dec 2024 pre-release

    Nothing published for this version

  19. v0.0.0-20241218072238-8cde59c12fea 18 Dec 2024 pre-release

    Nothing published for this version

  20. v0.0.0-20241217214413-97706ffa2841 17 Dec 2024 pre-release

    Nothing published for this version

  21. v0.0.0-20241114160210-7cc7ebb46f1f 14 Nov 2024 pre-release

    Nothing published for this version

  22. v0.0.0-20241114123224-3ca9dae95a38 14 Nov 2024 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive