1.3.0 (2025-02-24)
Features
- Add generate_videos (Veo 2) support for Python (e9e2be7)
- Add sdk logger instance (fixes #278) (cf281b5)
- Introduce response.executable_code and response.code_execution_result quick accessors for GenerateContentResponse class (3725ddf)
- Introduce UserContent and ModelContent to facilitate easier content creation (c8cfef8)
- Native async client support using httpx (c38da8d)
- Provide a public property for determining the module backend. (8e561de)
Bug Fixes
- Enable sending empty input to Live API as turn complete (99a5510)
- Fix automatic function calling warning message logic. (b99da95)
- Fix duplicate get_function_response_parts in (async) generate_content_stream and ensure chunk isn't empty before get_function_response_parts (d4193e6)
- Properly handle empty json response with headers for list models (859ebc3)