Skip to content

0.23.0 (2020-12-01)

Compare
Choose a tag to compare
@Half-Shot Half-Shot released this 01 Dec 11:43
· 849 commits to develop since this release
0.23.0

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)