Skip to content

2.4.0 (2020-12-01)

Compare
Choose a tag to compare
@Half-Shot Half-Shot released this 01 Dec 11:33
· 475 commits to develop since this release
2.4.0

No significant changes since 2.4.0-rc2

Features

  • Add function registerMetrics to MembershipQueue to track metrics. (#276)
  • Add defaultTtl option to MembershipQueue to expire membership that is too old. (#277)
  • Logs from matrix-js-sdk will now be passed through the bridge Logger to keep logging in one place. (#280)

Bugfixes

  • Fixed a issue the membership queue where a failed action would cause the membershipqueue_pending metric to increase. (#283)
  • Fix a bug where intent.uploadContent would return the full JSON response of an upload rather than it's MXC url. (#279)

Misc

  • Add a script to automatically generate documentation for a release. (#275)