Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

v0.14.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@erikjohnston erikjohnston released this 23 Mar 17:16
· 17500 commits to develop since this release
v0.14.0-rc2

Changes in synapse v0.14.0-rc2 (2016-03-23)

Features:

  • Add published room list API (PR #657)

Changes:

  • Change various caches to consume less memory (PR #656, #658, #660, #662,
    #663, #665)
  • Allow rooms to be published without requiring an alias (PR #664)
  • Intern common strings in caches to reduce memory footprint (#666)

Bug fixes:

  • Fix reject invites over federation (PR #646)
  • Fix bug where registration was not idempotent (PR #649)
  • Update aliases event after deleting aliases (PR #652)
  • Fix unread notification count, which was sometimes wrong (PR #661)