All notable changes to laravel-webhook-client
will be documented in this file
- add support for Laravel 7
- support older Laravel versions
- drop support for PHP 7.3 and below
- add
WebhookConfigRepository
to make it easier to programmatically add config
- Add Laravel 6 support
- use
bigInteger
by default
- added an overridable method
storeWebhook
on theWebhookCall
model.
- make
signing_secret
andsignature_header_name
config keys optional
DefaultSignatureValidator
is now responsible for verifying that a signature header has been setInvalidSignatureEvent
now only gets the$request
- remove handle abstract method from
ProcessWebhookJob
to allow DI.
- fix config file
- initial release