Releases: webhooksite/webhook.site
Releases · webhooksite/webhook.site
Version 1.3 – LTS
What's Changed
- Rate limit removed
- Bump k8s manifests up to ~> ver 1.20 by @soharaki in #110
- Fix Redis environment variable name by @lopeg in #111
- Update docker-compose.yml by @spurin in #100
- Create SECURITY.md by @JamieSlome in #127
- Make WebApp dependency with redis explicit on docker-compose file by @Aztic in #132
- Redis TLS support - Update database.php by @DunkinDonat in #131
New Contributors
- @soharaki made their first contribution in #110
- @lopeg made their first contribution in #111
- @spurin made their first contribution in #100
- @JamieSlome made their first contribution in #127
- @Aztic made their first contribution in #132
- @DunkinDonat made their first contribution in #131
Full Changelog: 1.2...1.3
Version 1.2 – LTS
Version 1.1 – Redis support
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
This is the last release that supports SQLite as storage. Newer versions have shifted to using Redis.