Skip to content

Releases: svix/svix-webhooks

v1.67.0

06 Jun 14:38
58f97a5
Compare
Choose a tag to compare

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

22 May 14:21
473da07
Compare
Choose a tag to compare

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

07 May 16:21
a0224c3
Compare
Choose a tag to compare

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 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

16 Apr 14:21
01c208b
Compare
Choose a tag to compare

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.

New Contributors

v1.64.0

10 Apr 19:25
Compare
Choose a tag to compare

Version 1.64.0

  • CLI: Add interactive login with dashboard.svix.com

Full Changelog: v1.63.2...v1.64.0

v1.63.2

07 Apr 14:57
7ec1ca0
Compare
Choose a tag to compare

Version 1.63.2

  • Libs/JavaScript: Fix deserialization for optional arrays
  • Libs/Python: Fix minimum version requirement for pydantic

v1.63.1

03 Apr 20:40
01a7858
Compare
Choose a tag to compare

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

31 Mar 16:56
f2e6538
Compare
Choose a tag to compare

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

18 Mar 19:17
42f9fdb
Compare
Choose a tag to compare

Version 1.62.0

  • Libs/Python: The client will now reuse the same httpx Client across api calls

v1.61.4

11 Mar 18:25
Compare
Choose a tag to compare

Version 1.61.4

  • Libs/(C#,Java,Kotlin,Rust): The type of BackgroundTaskFinishedEvent2.data changed from Data (a custom type) to Object(Java C#), serde_json::Value(Rust), Map<String, Any>(Kotlin)
  • server: Run recover in batches by @future-highway in #1814

New Contributors

Full Changelog: v1.61.3...v1.61.4