All notable changes to laravel-webhook-server
will be documented in this file
- fix exception name for invalid signers (#67)
- add support for PHP 8
- add
getUuid
- support Guzzle 7
- support Laravel 8
- do not use body in GET request (#43)
- add
doNotSign
- fix
uuid
- add
uuid
- add
dispatchNow
(#39)
- add support for Laravel 7
- drop support for PHP 7.3
- add error info to the dispatched event
- remove duplicate line
- do not release job on last attempt
- add
getResponse
- Add Laravel 6 support
- avoid sending unsuccessfull event when the final try of a job succeeds
- remove constructor on
WebhookCallFailedEvent
so it inherits properties
- add
ContentType
header with valueapplication/json
by default
- move
test-time
to dev dependencies
- fixed method names
contains bug, do not use
- initial release