Skip to content

0.3.0 (2021-04-26)

Compare
Choose a tag to compare
@Half-Shot Half-Shot released this 26 Apr 09:13
· 210 commits to develop since this release

Features

  • Add roomRules configuration to block rooms. (#224)

Bugfixes

  • Add @xmpp/component-core and @xmpp/reconnect dependencies so the project is installed well with pnpm (#173). Thanks to @bodqhrohro (#192)
  • If the bridge is already connected to a remote room requested via an alias, add that alias to the room. (#208)
  • Fix bridge errors not showing human error text due to a missing attribute on a stanza. (#209)
  • Download files as binary instead of as UTF-8 string. (#220)
  • Fix TypeError in MatrixEventHandler (#221)

Internal Changes

  • Improve remote gateway join performance (#222)
  • Validate room joins to ensure they contain a handle, domain and localparts (#225)