Skip to content

v1.2.0

Latest

Choose a tag to compare

@webhookx-x webhookx-x released this 18 Aug 17:29
83fa1c6

Features

Core

  • Added configurable data retention (disabled by default, see retention section 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

  • Upgraded Go version to 1.26.5. #355
  • Bump dependencies. #358

Full Changelog: v1.2.0...v1.1.0