Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 382 Bytes

File metadata and controls

13 lines (10 loc) · 382 Bytes

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