Features
- Add support for Challenge Hound. (#924)
Bugfixes
- Ensure generic webhooks have appropriate Content-Security-Policy headers. (#926)
- Fix a few bugs introduced in challenge hound support. (#927)
- Track which key was used to encrypt secrets in storage, and encrypt/decrypt secrets in Rust. (#929, #930)
Improved Documentation
- Fixes the OpenID Connect call back URI in the config defaults and docs. (#899)
- Clarify permissions system documentation. (#925)
Deprecations and Removals
- The cache/queue configuration has been changed in this release. The
queue.monolithic
option has been deprecated, in place of a dedicatedcache
config section. Check the "Cache configuration" section for more information on how to configure Hookshot caches. (#902)