Skip to content

v2.0.0

Choose a tag to compare

@emir emir released this 16 Feb 12:06
· 4 commits to main since this release

Added

  • Strict runtime validation for webhook group shape and targets
  • Provider validation (class_exists + ProviderInterface) before dispatch
  • Extended edge-case test coverage for queue, providers, middleware, facade, and config
  • Upgrade guide for v1.x -> v2.0 in README
  • Maintainer section update including Emir Karşıyakalı

Changed

  • Improved queue dispatch behavior when queue_name is empty
  • Runtime config resolution hardened to reduce stale-config risks
  • Provider timeout, method, URL, and header validation improved
  • WebhookFailed event now carries \Throwable instead of \Exception

Compatibility

  • Laravel: 10.x, 11.x, 12.x
  • PHP: 8.2+