1.133.0 (2026-01-08)
Features
- Deprecate tuning public preview SDK in favor of tuning SDK (35d362c)
- GenAI SDK client - Enabling Few-shot Prompt Optimization by passing either "OPTIMIZATION_TARGET_FEW_SHOT_RUBRICS" or "OPTIMIZATION_TARGET_FEW_SHOT_TARGET_RESPONSE" to the
optimize_promptmethod (715cc5b) - GenAI SDK client(memory): Add enable_third_person_memories (65717fa)
- Support Developer Connect in AE (04f1771)
Bug Fixes
- Add None check for agent_info in evals.py (c8c0f0f)
- GenAI client(evals) - Fix TypeError in _build_generate_content_config (be2eaaa)
- Make project_number to project_id mapping fail-open. (f1c8458)
- Replace asyncio.run with create_task in ADK async thread mains. (83f4076)
- Replace asyncio.run with create_task in ADK async thread mains. (8c876ef)
- Require uri or staging bucket configuration for saving model to Vertex Experiment. (5448f06)
- Return embedding metadata if available (d9c6eb1)
- Update
examples_dataframetype toPandasDataFramein Prompt Optimizer. (a2564cc)