UNCLASSIFIED - NO CUI

Skip to content

Update dependency matrix-org/dendrite to v0.13.6

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.5 -> v0.13.6
matrix-org/dendrite ironbank-github patch v0.13.5 -> v0.13.6

Release Notes

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

v0.13.6: Dendrite 0.13.6

Compare Source

Upgrading to this version is highly recommended, as it contains several QoL improvements.

Fixes
  • Use AckExplicitPolicy for JetStream consumers, so messages don't pile up in NATS
  • A rare panic when assigning a state key NID has been fixed
  • A rare panic when checking powerlevels has been fixed
  • Notary keys request for all keys now work correctly
  • Spec compliance:
    • Return M_INVALID_PARAM querying room aliases
    • Handle empty from parameter when requesting /messages
    • Add CORP headers on media endpoints
    • Remove aliases from /publicRooms responses
    • Allow + in MXIDs (Contributed by RosstheRoss)
  • Fixes membership transitions from knock to join in knock_restricted rooms
  • Incremental syncs now batch query events (Contributed by recht)
  • Move /joined_members back to the clientAPI/roomserver, which should make bridges happier again
  • Backfilling from other servers now only uses at max 100 events instead of potentially thousands
What's Changed
New Contributors

Full Changelog: https://github.com/matrix-org/dendrite/compare/v0.13.5...v0.13.6


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