Releases: svix/svix-webhooks
Releases · svix/svix-webhooks
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
v1.63.1
v1.63.0
v1.62.0
v1.61.4
Version 1.61.4
- Libs/(C#,Java,Kotlin,Rust): The type of
BackgroundTaskFinishedEvent2.data
changed fromData
(a custom type) toObject
(Java C#),serde_json::Value
(Rust),Map<String, Any>
(Kotlin) - server: Run recover in batches by @future-highway in #1814
New Contributors
- @future-highway made their first contribution in #1814
Full Changelog: v1.61.3...v1.61.4