0.4.0 (2025-01-08)
- Make Imagen upscale_factor a required argument, make upscale config optional
- ApiClient - support timeout in HttpOptions (b22286f)
- Enable response_logprobs and logprobs for Google AI (5586f3d)
- Support function_calls quick accessor in GenerateContentResponse class (81b8a23)
- Change string type to int type (5c15243)
- FunctionCallCancellation ids type. (b0e46b7)
- Gracefully catch error if streamed json does not meet schema validation (fixes #14) (f494432)
- Update RealtimeClientLiveMessage realtime content parameter field. (4340939)
- Add readme example for Chats module (830f0f5)
- Fix typo in code document (f9243e8)
- Fix typo in CONTRIBUTING.md (3e42644)
- Make Imagen upscale_factor a required argument, make upscale config optional (b06629f)
0.3.0 (2024-12-17)
- contents must be passed to CreateCachedContentConfig instead as a parameter to create_cached_content.
- Add support for Pydantic default value in Automatic Function Calling.
- Add support for thought.
- Add support for streaming chat.