Releases: svix/svix-webhooks
Releases · svix/svix-webhooks
v1.68.0
v1.67.0
What's Changed
- Libs/Go: Disable HTTP/2 for API calls because it was causing issues for some users
- Libs/Python: Enable configuring a proxy for API requests
- Libs/All: Add support for PandaDoc ingest source
Full Changelog: v1.66.0...v1.67.0
v1.66.0
What's Changed
- Libs/JavaScript: Fix response processing code for endpoints with an optional datetime field in the response body
- Libs/PHP: Update minimum version of PHP to 8.0
- Server: Support sending raw (pre-formatted) JSON payloads
Full Changelog: v1.65.0...v1.66.0
v1.65.0
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 #1903 - Server: Add URL validation to operational server webhooks by @CodeMan62 in #1887
v1.64.1
Version 1.64.1
- Libs/JavaScript: Add
HTTPValidationError
,HttpErrorOut
,
ValidationError
andApiException
to the top level exports. - Server: Add response duration tracking to webhook message attempts by
@CodeMan62 in #1877 - Libs/Python: Specify minimum version of pydantic
pydantic >=2.10
in
setup.py.
New Contributors
- @CodeMan62 made their first contribution in #1877
v1.64.0
v1.63.2
Version 1.63.2
- Libs/JavaScript: Fix deserialization for optional arrays
- Libs/Python: Fix minimum version requirement for pydantic