Skip to content

Releases: svix/svix-webhooks

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

v1.59.2

22 Feb 23:09
e91305e
Compare
Choose a tag to compare

Version 1.59.2

  • Libs/Go: Fixed regression where go >= 1.23 was needed, now Go >= 1.21 is supported

v1.59.1

20 Feb 20:33
Compare
Choose a tag to compare

Version 1.59.1

  • Libs/JavaScript: Fixed regression introduced in version 1.59.0, types are now correctly exported