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)
Full Changelog: v1.1.0...v1.1.1