* Libs/Python: Removed internal use of `match` statement, allowing python versions older than 3.10 to be used
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`
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