* 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`
1.62.0
* Libs/Python: The client will now reuse the same httpx Client across api calls
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)
1.61.3
* Libs/Javascript: Fix bug where a missing content-type header would cause some requests to fail
1.61.2
* Libs/Java and Libs/Kotlin: Fix bug introduced in v1.61.1, where `message.create` would return 422 on all requests
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`