Version 1.65.0
- Libs/Python: Bring back the (deprecated) sync
dashboard_access
method, which was accidentally removed in v1.64.1 - Libs/Csharp: The
options
argument to theSvixClient
initializer is now optional. - Libs/Csharp: The
SvixOptions.BaseUrl
field is deprecated in favor ofSvixOptions.ServerUrl
- Libs/(Ruby and Kotlin): Add doc comments to class attributes
- Libs/Go: Added a new
<Enum>From<UnderlyingType>
map to all enums. For exampleBackgroundTaskStatusFromString["running"]
will result inBACKGROUNDTASKSTATUS_RUNNING
- Libs/Go: Fixed bug where the correct
content-type
was not set onPUT
requests - Bridge: Add
/health
endpoint by @CodeMan62 in https://github.com/svix/svix-webhooks/pull/1903 - Server: Add URL validation to operational server webhooks by @CodeMan62 in https://github.com/svix/svix-webhooks/pull/1887