Breaking change: JIRA Cloud webhooks now require a secret to configured to ensure secure handling of webhook information. This is a change from previously accepting a query string. See the documentation for more information.
Features
- Add support for JIRA cloud secure webhooks. See the documentation for more information. (#1044)
- Add support for OpenProject. (#1050, #1056)
- Add new
mentions
field to generic hook transformation functions, to intentionally mention users. (#1051)
Bugfixes
- Fix JIRA integration config not updating when applying changes via the widget. (#c01d13b)
- GitHub repository listings / room configuration will now work correctly if your organization or username contains uppercase characters. (#1033)
- Hookshot will now attempt to join permission rooms on startup. (#1041)
Deprecations and Removals
- The legacy provisioning API has been removed (used by services such as Dimension). Developers should seek to update
to use the widget API, which supports more features and is regularly updated. (#931)