0.19.0 (2020-07-06)
No significant changes.
0.19.0-rc2 (2020-06-29)
Features
- Add
bridge_app_version
metric to report the bridge version. (#1071)
Bugfixes
- Fix issue where some metrics would not be reported,
and a bug ininspectUsers
which would return an empty list. (#1075)
Internal Changes
- Refactor room creation code to use one function for tracking and creation of rooms (#1074)
- Code improvements: Simplify use of Map and RegEx methods (#1076)
0.19.0-rc1 (2020-06-26)
0.19 introduces a minimum reqirement of NodeJS 12.x
Features
- Split out metrics endpoint to a seperate worker (#1069)
- Add ability to limit the number of kicked users, and order by inactive time when using the reapUsers Debug API command. (#1072)
Internal Changes
- BREAKING CHANGE: The bridge now requires a minimum of
NodeJS
v12.x (#1070)