Releases: spatie/laravel-webhook-server
Releases · spatie/laravel-webhook-server
3.3.0
3.2.1
What's Changed
- Allow sub-classes of
CallWebhookJob
to use aGuzzleHttp\Client
specific for outgoing webhooks by @bezhermoso in #125
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- feat: add dispatchIf, dispatchUnless, dispatchSyncIf and dispatchSync… by @regnerisch in #124
New Contributors
- @regnerisch made their first contribution in #124
Full Changelog: 3.1.2...3.2.0
3.1.2
- support Laravel 9
3.1.1
What's Changed
- Include Exception with Laravel queue failures by @awarrenlove in #114
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- Updating README to show how to use the package in automated tests by @MajorasJack in #100
- Migrate to PHP-CS-Fixer 3.x by @shuvroroy in #101
- Update docs to show correct
dispatchSync()
by @expertcoder in #96 - Update README.md by @mansoorkhan96 in #93
- add option "failed if error" by @maximepvrt in #105
New Contributors
- @MajorasJack made their first contribution in #100
- @shuvroroy made their first contribution in #101
- @expertcoder made their first contribution in #96
- @mansoorkhan96 made their first contribution in #93
- @maximepvrt made their first contribution in #105
Full Changelog: 3.0.0...3.1.0
3.0.0
2.1.1
2.1.0
2.0.1
- fix tests