Skip to content

Releases: svix/svix-webhooks

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

v1.61.1

03 Mar 22:48
f2b697f
Compare
Choose a tag to compare

Version 1.61.1

  • Libs/Java (Breaking): The type of MessageIn.transformationsParams changed from Object to Map<String,Object>.
  • Libs/Java and Libs/Kotlin (Breaking): Due to an internal change in the underlining JSON de/serialization library, some JSON objects may not be serialized correctly. To address this MessageIn.payload now accepts a JSON encoded string instead of an Object (for Java) or Map<String, Any> (for Kotlin)
  • Libs/Go: Fix regression in Go lib, operations now return &svix.Error instead of svix.Error

v1.61.0

28 Feb 17:59
Compare
Choose a tag to compare

Version 1.61.0

  • Libs/Ruby (Breaking): Ruby version changed from 2.7 to 3.4.2
  • Libs/Ruby (Breaking): Deprecated methods MessageAttempt.list and MessageAttempt.list_attempts_for_endpoint are removed

v1.60.1

27 Feb 14:36
0e6e512
Compare
Choose a tag to compare

Version 1.60.1

  • Libs/Javascript: Fix regression causing json deserialization to throw exception in a few edge cases

v1.60.0

25 Feb 17:09
33874a0
Compare
Choose a tag to compare

Version 1.60.0

  • Libs/Java (Breaking): All uses of ListOptions/PostOptions are removed, and renamed to {Resource}{Operation}Options. For example in Endpoint.List you would now use EndpointListOptions
  • Libs/Java (Breaking): Deprecated methods MessageAttempt.list and MessageAttempt.listAttemptsForEndpoint are removed