What's Changed
- CLI: Add
svix seed
command to create testing resources (thanks @KranzAklilu) - Libs/Go: Fix request retries not working (thanks @mixnblend!)
- Libs/All: Revert accidental addition of some authentication APIs
- Libs/All: Fix name and input structure for rarely used set-transformation route
- Rename
endpoint.transformationPartialUpdate
toendpoint.patchTransformation
- Replace
EndpointTransformationIn
withEndpointTransformationPatch
- In some but not all the SDKs, these have slightly different field types
- This is a breaking change, but based on server statistics this method is barely used by anybody
New Contributors
- @mixnblend made their first contribution in https://github.com/svix/svix-webhooks/pull/1952
- @KranzAklilu made their first contribution in https://github.com/svix/svix-webhooks/pull/1965
Full Changelog: https://github.com/svix/svix-webhooks/compare/v1.69.0...v1.70.0