Skip to content

Releases: spatie/laravel-webhook-server

3.3.0

09 Nov 11:03
56bc36c
Compare
Choose a tag to compare

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

Full Changelog: 3.2.1...3.3.0

3.2.1

29 Jul 15:10
57b5bab
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 3.2.0...3.2.1

3.2.0

24 Jun 05:56
08a34ee
Compare
Choose a tag to compare

What's Changed

  • feat: add dispatchIf, dispatchUnless, dispatchSyncIf and dispatchSync… by @regnerisch in #124

New Contributors

Full Changelog: 3.1.2...3.2.0

3.1.2

26 Jan 22:30
c8d73d5
Compare
Choose a tag to compare
  • support Laravel 9

3.1.1

10 Dec 12:13
4ae12a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.1.1

3.1.0

28 Oct 00:09
e3ac980
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.0...3.1.0

3.0.0

10 Sep 07:48
059f262
Compare
Choose a tag to compare
  • support using webhook URLs as part of webhook signatures (#98)

2.1.1

27 Aug 08:37
21292b3
Compare
Choose a tag to compare
  • add ability to use default queue of connection (#94)

2.1.0

01 Aug 20:07
b4ded87
Compare
Choose a tag to compare
  • allow setting queue connection (#92)

2.0.1

23 Jul 19:55
Compare
Choose a tag to compare
  • fix tests