2.4.0 (2020-12-01)
No significant changes since 2.4.0-rc2
Features
- Add function
registerMetrics
toMembershipQueue
to track metrics. (#276) - Add
defaultTtl
option toMembershipQueue
to expire membership that is too old. (#277) - Logs from
matrix-js-sdk
will now be passed through the bridgeLogger
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)