Features
Core
- Added configurable data retention (disabled by default, see
retentionsection in config.yml) to automatically remove expired events and delivery attempts from database. #359
Fixes
Core
- Fixed an issue where DAO events were not propagated due to the canceled context. #350
- Initialized metrics counters (webhookx.request.total, webhookx.attempt.total, webhookx.attempt.failed, webhookx.event.total, webhookx.event.persisted) to 0 at startup. #351 (Thanks @wrightbuilt for reporting this issue)
- Deleted unused unique constraint on
sources.name. #367
Perf
- ACL hostnames are now evaluated before DNS resolution, avoiding unnecessary DNS lookups for denied hosts. #369
Dependencies
Full Changelog: v1.2.0...v1.1.0