0.23.0 (2020-12-01)
No significant changes since 0.23.0-rc1
Features
- Add membership queue Prometheus metrics under the prefix
bridge_membershipqueue_
. (#1185) - When multiple users leave the room at the same time, batch together powerlevel removals (#1196)
Bugfixes
- Reduce verbosity of some log lines from INFO to DEBUG (#1168)
- Drop IRC messages directed towards invalid nicks early. (#1189)
- Improve the performance of sending messages by speeding up some function calls (#1192)
- Fix a performance issue where many mode changes in quick succession for a channel would cause many m.room.power_level events to be created. (#1186)
Internal Changes
- Improve the handling speed of IRC joins. (#1187)