All notable changes to laravel-webhook-client
will be documented in this file
- Fix php constraint
- add support for PHP 8
- fix docblock
- add support for Laravel 8
- use default webhook response as fallback (#60)
- add support for creating your own webhook response
- use job class instead of instance in webhook config
- drop support for Laravel 5
- 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