Skip to content

Tags: svix/svix-webhooks

Tags

v1.66.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Publish version 1.66.0 (#1932)

## Version 1.66.0
* 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

v1.65.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to v1.65.0 (#1921)

* Libs/Python: Bring back the (deprecated) sync `dashboard_access` method, which was accidentally
  removed in v1.64.1
* Libs/Csharp: The `options` argument to the `SvixClient` initializer is now optional.
* Libs/Csharp: The `SvixOptions.BaseUrl` field is deprecated in favor of `SvixOptions.ServerUrl`
* Libs/(Ruby and Kotlin): Add doc comments to class attributes
* Libs/Go: Added a new `<Enum>From<UnderlyingType>` map to all enums. For example `BackgroundTaskStatusFromString["running"]` will result in `BACKGROUNDTASKSTATUS_RUNNING`
* Libs/Go: Fixed bug where the correct `content-type` was not set on `PUT` requests
* Bridge: Add `/health` endpoint by @CodeMan62 in #1903
* Server: Add URL validation to operational server webhooks by @CodeMan62 in #1887

v1.64.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to v1.64.1 (#1891)

## Version 1.64.1
* Libs/JavaScript: Add `HTTPValidationError`, `HttpErrorOut`,
`ValidationError` and `ApiException` 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.

v1.64.0

Bump version to 1.64.0 and update changelog

v1.63.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Publish version 1.63.2 (#1871)

## Version 1.63.2
* Libs/JavaScript: Fix deserialization for optional arrays
* Libs/Python: Fix minimum version requirement for pydantic

v1.63.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to version 1.63.1 (#1864)

## Version 1.63.1
* Libs/Python: Removed internal use of `match` statement, allowing
python versions older than 3.10 to be used

v1.63.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to v1.63.0 (#1854)

## Version 1.63.0
* Libs/Cli: New Ingest source and Ingest endpoint APIs are now
available.
* Libs: New environment APIs (import, export) are now available.
* Libs/Ruby: Fix bug causing `application.get_or_create` to raise a
`TypeError`

v1.62.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to version 1.62.0 (#1825)

## Version 1.62.0
* Libs/Python: The client will now reuse the same httpx Client across
api calls

v1.61.4

Bump to version 1.61.4

v1.61.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump to version 1.61.3 (#1802)

## Version 1.61.2
* Libs/Javascript: Fix bug where a missing content-type header would
cause some requests to fail