Packages

Elixir client for the Svix webhook API

Current section

Files

Jump to
svix CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.1.0
Initial release.
- Coverage of the Svix webhook API (v1) core and streaming endpoints
- Webhook signature verification (HMAC-SHA256)
- Regional URL auto-detection from token
- Automatic retry on 5xx with fixed schedule
- snake_case/camelCase conversion at the boundary
- Auto-generated idempotency keys on POST requests
- Bang variants for all API functions