UNCLASSIFIED - NO CUI

Skip to content

Update dependency matrix-org/dendrite to v0.13.7

Ghost User requested to merge renovate/matrix-org-dendrite-0.x into development

This MR contains the following updates:

Package Type Update Change
matrix-org/dendrite patch v0.13.6 -> v0.13.7
matrix-org/dendrite ironbank-github patch v0.13.6 -> v0.13.7

Release Notes

matrix-org/dendrite (matrix-org/dendrite)

v0.13.7: Dendrite 0.13.7

Compare Source

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: https://github.com/matrix-org/dendrite/compare/v0.13.6...v0.13.7


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports