Skip to content

Releases: mpociot/captainhook

Log ALL the requests!

16 Feb 22:29
Compare
Choose a tag to compare

Since Guzzle's asynchronous requests don't mean that the request is executed in the background, we switched to synchronous requests for all webhooks.
This also means that webhook logging can be used even with the sync queue driver.

Added Webhook Logging

27 Jan 20:55
Compare
Choose a tag to compare

Upgrade Captain Hook from version 1.* to 2.*

Breaking changes

  • Custom event listeners are no longered declared in an extended Service Provider. Place your custom events in the config/captain_hook.php instead.
  • There's no longer the need to extend the Service Provider.

New features

  • Event listeners can be defined in the config file
  • Event data transformer can be defined in the config file
  • Support for Webhook response logging

Asynchronous Webhooks

23 Jan 22:48
Compare
Choose a tag to compare
1.0.4

Updated Guzzle dependency and made sure that webhook calls are sent a…

1.0.2

16 Nov 12:49
Compare
Choose a tag to compare
Make tenant_id fillable

1.0.1

16 Nov 12:39
Compare
Choose a tag to compare
Register event listeners after booting them