Skip to content

2.4.0 (2022-10-21)

Compare
Choose a tag to compare
@AndrewFerr AndrewFerr released this 21 Oct 15:36
· 229 commits to main since this release
2.4.0

Features

  • Add support for notifying when a GitHub workflow completes. (#520)
  • Disable GitHub workflow events by default. (#528)
  • Support Jira version events. (#534)
  • Allow multiple Jira connections at a time (either in the same room or across multiple rooms). (#540)

Bugfixes

  • Mention the help in AdminRooms if they send an invalid command. (#522)
  • Fix an issue where github status would not respond with an error if your personal token had expired.
    Fix GitHub refresh tokens occasionally not working. (#523)
  • Add support for notifying when a GitHub workflow completes. (#524)
  • Fix a crash caused by invalid configuration in connection state events. (#537)
  • Fix the Jira config widget to properly add listeners for issue creation events & expose support for issue update events. (#543)

Internal Changes

  • Use the matrix-appservice-bridge logging implementation. (#488)
  • Increase network timeout for Docker builds, and fix Docker build OOMing in CI for arm64 builds. (#535)