Skip to content

Latest commit

 

History

History
293 lines (152 loc) · 7.66 KB

CHANGELOG.md

File metadata and controls

293 lines (152 loc) · 7.66 KB

Changelog

All notable changes to laravel-webhook-server will be documented in this file

3.8.1 - 2024-02-12

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: https://github.com/spatie/laravel-webhook-server/compare/3.8.0...3.8.1

3.8.0 - 2023-11-27

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: https://github.com/spatie/laravel-webhook-server/compare/3.7.0...3.8.0

3.7.0 - 2023-11-20

What's Changed

  • Adds support for mutual TLS by @JonErickson in #149

New Contributors

  • @JonErickson made their first contribution in #149

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.6.0...3.7.0

3.6.0 - 2023-09-25

What's Changed

  • Fix webhook event type for raw body by @DotNetSimon in #147

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.5.0...3.6.0

3.5.0 - 2023-09-12

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: https://github.com/spatie/laravel-webhook-server/compare/3.4.3...3.5.0

3.4.3 - 2023-03-17

What's Changed

  • Change to protected properties $response, $errorType and $errorMessage in CallWebhookJob by @Kazuto in #143

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.4.2...3.4.3

3.4.2 - 2023-01-25

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: https://github.com/spatie/laravel-webhook-server/compare/3.4.1...3.4.2

3.4.1 - 2023-01-10

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: https://github.com/spatie/laravel-webhook-server/compare/3.4.0...3.4.1

3.4.0 - 2022-11-16

What's Changed

  • Add proxy option by @andycowan in #136

New Contributors

  • @andycowan made their first contribution in #136

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.3.0...3.4.0

3.3.0 - 2022-11-09

What's Changed

  • Add missing config documentation to readme by @Kazuto in #134
  • Add option for configurable Webhook Job by @Kazuto in #135

New Contributors

  • @Kazuto made their first contribution in #134

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.2.1...3.3.0

3.2.1 - 2022-07-29

What's Changed

  • Allow sub-classes of CallWebhookJob to use a GuzzleHttp\Client specific for outgoing webhooks by @bezhermoso in #125

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.2.0...3.2.1

3.2.0 - 2022-06-24

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: https://github.com/spatie/laravel-webhook-server/compare/3.1.2...3.2.0

3.1.2 - 2022-01-26

  • support Laravel 9

3.1.1 - 2021-12-10

What's Changed

  • Include Exception with Laravel queue failures by @awarrenlove in #114

Full Changelog: https://github.com/spatie/laravel-webhook-server/compare/3.1.0...3.1.1

3.0.0 - 2021-09-10

  • support using webhook URLs as part of webhook signatures (#98)

The only breaking change in this release is the addidation of string $webhookUrl to the calculateSignature method of the Signer interface. If you have a custom Signer in your project, add that $webhookUrl to the calculateSignature method.

2.1.1 - 2021-08-27

  • add ability to use default queue of connection (#94)

2.1.0 - 2021-08-01

  • allow setting queue connection (#92)

2.0.1 - 2021-07-23

  • fix tests

2.0.0 - 2021-07-23

  • require Laravel 8
  • require PHP 8

No changes to the API were made, so you can safely upgrade from v1 to v2

1.13.0 - 2021-04-28

  • add dispatchSync

1.12.0 - 2021-04-20

  • pass Guzzle TransferStats into resulting Event (#81)

1.11.3 - 2021-04-02

  • fix for missing default headers when using withHeaders (#79)

1.11.2 - 2021-03-17

  • dispatch should return the PendingDispatch (#74)

1.11.1 - 2020-12-15

  • fix exception name for invalid signers (#67)

1.11.0 - 2020-11-28

  • add support for PHP 8

1.10.0 - 2020-10-04

  • add getUuid

1.9.3 - 2020-09-09

  • support Guzzle 7

1.9.2 - 2020-09-09

  • support Laravel 8

1.9.1 - 2020-04-10

  • do not use body in GET request (#43)

1.9.0 - 2020-03-19

  • add doNotSign

1.8.1 - 2020-03-19

  • fix uuid

1.8.0 - 2020-03-18

  • add uuid

1.7.0 - 2020-03-05

  • add dispatchNow (#39)

1.6.0 - 2020-03-02

  • add support for Laravel 7

1.5.0 - 2019-12-08

  • drop support for PHP 7.3

1.4.0 - 2019-09-05

  • add error info to the dispatched event

1.3.1 - 2019-09-05

  • remove duplicate line

1.3.0 - 2019-09-04

  • do not release job on last attempt

1.2.0 - 2019-09-04

  • add getResponse

1.1.0 - 2019-09-04

  • Add Laravel 6 support

1.0.5 - 2019-07-24

  • avoid sending unsuccessfull event when the final try of a job succeeds

1.0.4 - 2019-06-22

  • remove constructor on WebhookCallFailedEvent so it inherits properties

1.0.3 - 2019-06-19

  • add ContentType header with value application/json by default

1.0.2 - 2019-06-16

  • move test-time to dev dependencies

1.0.1 - 2019-06-15

  • fixed method names

1.0.0 - 2019-06-15

contains bug, do not use

  • initial release