Skip to content

Releases: customd/cd-webhook-registry

v1.0.0

07 Feb 20:47
2a26500
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.2...v1.0.0

v0.9.2

22 Sep 02:50
d994dcc
Compare
Choose a tag to compare

• 🐛 Resolves an issue with referencing a webhook from an event.

v0.9.1

27 Jul 00:10
ce57c4e
Compare
Choose a tag to compare

• 🐛 Don't throw an exception when checking events that don't implement the webhook contract

v0.9.0: Merge pull request #1 from customd/webhook-based-payload-configuration

17 Jul 22:57
ea1a17e
Compare
Choose a tag to compare
feat: webhook models can optionally modify payloads individually

0.8.0

07 Jun 03:36
f81f82f
Compare
Choose a tag to compare

• Laravel 9 Compatibility

0.6.1

07 Jul 14:07
Compare
Choose a tag to compare
  • use correct relationship field when registering events to endpoints

0.6.0

07 Jul 13:34
Compare
Choose a tag to compare
  • Allow more flexibility in when webhooks are fired
  • Allow implementors to use custom models
  • Improved documentation
  • Provide model contracts
  • No longer need to manually implement webhook payload methods, can now use DeliversWebhooks trait

BREAKING: Changed existing model namespaces, and method names. Changed ShouldDeliverWebhooks contract.

0.5.1

07 Jul 03:33
Compare
Choose a tag to compare

• Support Laravel 8

0.5.0

30 Sep 22:17
Compare
Choose a tag to compare
Event implementation