1.115.0 (2025-09-18)
⚠ BREAKING CHANGES
- The
optimize_promptmethod no longer returns the parsed response directly. Code must be updated to access the.raw_text_responseor.parsed_responseattribute on the new return object.
Features
- Add
has_template_configto MultimodalDataset. (97a6e71) - GenAI SDK client - add experimental async create_version and get methods to prompt management (d8de037)
- GenAI SDK client - Add experimental delete_prompt() and delete_version() methods to Prompt Management (3f7f976)
- GenAI SDK client - Modify optimize_prompt to return raw and parsed responses. (415cf26)
- GenAI SDK client -- add support for user defined labels for ReasoningEngine (002b441)
- Update list_deploy_options api for Vertex AI Model Garden custom model to support filtering by machines that user has quota for. (540e9e0)
Bug Fixes
- GenAI Client(evals) - Improve LiteLLM model completion response parsing (ff55a48)
- Update definition of async_add_session_to_memory to not depend on Session (dc9a5da)
Documentation
- Add Agent Engine with ADK examples to README. (c74305b)
- Streamline installation section in README and add uv package installation command (bf91a55)
Miscellaneous Chores
- Release 1.115.0 (bcf9ce0)