Skip to content

v1.61.1

Compare
Choose a tag to compare
@svix-mman svix-mman released this 03 Mar 22:48
f2b697f

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