Version 1.61.1
- Libs/Java (Breaking): The type of
MessageIn.transformationsParams
changed fromObject
toMap<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 anObject
(for Java) orMap<String, Any>
(for Kotlin) - Libs/Go: Fix regression in Go lib, operations now return
&svix.Error
instead ofsvix.Error