Skip to content

Version 1.1 – Redis support

Compare
Choose a tag to compare
@fredsted fredsted released this 29 Apr 10:08
· 136 commits to master since this release

New features:

  • Redis is used for storage of requests.
  • A SQLite-to-Redis migration script is provided (php artisan webhook:migrate)
  • Laravel Echo has replaced Pusher, however Pusher can still be used as backend.
  • A default expiry date for webhooks is now 7 days, and requests are automatically expired (using EXPIRE in Redis) if they haven't been requested in 7 days.