Releases: spatie/laravel-webhook-server
Releases · spatie/laravel-webhook-server
3.8.1
What's Changed
- Add support for laravel 11 by @shuvroroy in #154
- Corrected typos in README.md and webhook-server.php by @OussamaMater in #151
New Contributors
- @OussamaMater made their first contribution in #151
Full Changelog: 3.8.0...3.8.1
3.8.0
3.8.0
What's Changed
- Add event that is being fired upon the webhook's dispatch by @thannaske in #150
New Contributors
- @thannaske made their first contribution in #150
Full Changelog: 3.7.0...3.8.0
3.7.0
What's Changed
- Adds support for mutual TLS by @jonerickson in #149
New Contributors
- @jonerickson made their first contribution in #149
Full Changelog: 3.6.0...3.7.0
3.6.0
What's Changed
- Fix webhook event type for raw body by @DotNetSimon in #147
Full Changelog: 3.5.0...3.6.0
3.5.0
What's Changed
- Webhook option to allow sending a raw body instead of array -> json. by @DotNetSimon in #146
New Contributors
- @DotNetSimon made their first contribution in #146
Full Changelog: 3.4.3...3.5.0
3.4.3
What's Changed
- Change to protected properties
$response
,$errorType
and$errorMessage
inCallWebhookJob
by @Kazuto in #143
Full Changelog: 3.4.2...3.4.3
3.4.2
What's Changed
- Fixes a couple of minor typographical errors. by @cxj in #141
- support Laravel 10.0 by @hihuangwei in #142
New Contributors
- @cxj made their first contribution in #141
- @hihuangwei made their first contribution in #142
Full Changelog: 3.4.1...3.4.2
3.4.1
What's Changed
- Add PHP 8.2 Support by @patinthehat in #138
- Convert all tests to pest by @alexmanase in #139
- Refactored Request to Method by @JamesFreeman in #140
New Contributors
- @patinthehat made their first contribution in #138
- @alexmanase made their first contribution in #139
- @JamesFreeman made their first contribution in #140
Full Changelog: 3.4.0...3.4.1
3.4.0
What's Changed
- Add proxy option by @andycowan in #136
New Contributors
- @andycowan made their first contribution in #136
Full Changelog: 3.3.0...3.4.0