Skip to content

Releases: webhooksite/webhook.site

Version 1.3 – LTS

21 Jun 12:01
605a331
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2...1.3

Version 1.2 – LTS

17 May 08:09
8b65e38
Compare
Choose a tag to compare
  • JSON bigint support (#76)
  • Use browser locale (#66)
  • Fix fastcgi address for Docker (#64)
  • Syntax highlighting (#61)
  • Form parameters displayed in table (#39, #37)
  • Ability to delete all requests (#31)

Version 1.1 – Redis support

29 Apr 10:08
Compare
Choose a tag to compare

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.

Version 1.0

29 Apr 09:51
c8f207c
Compare
Choose a tag to compare

This is the last release that supports SQLite as storage. Newer versions have shifted to using Redis.