Skip to content

Releases: svix/svix-webhooks

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

v1.61.3

06 Mar 15:54
b4999c2
Compare
Choose a tag to compare

Version 1.61.3

  • Libs/Javascript: Fix bug where a missing content-type header would cause some requests to fail

v1.61.2

04 Mar 15:32
3c9af8f
Compare
Choose a tag to compare

Version 1.61.2

  • Libs/Java and Libs/Kotlin: Fix bug introduced in v1.61.1, where message.create would return 422 on all requests