1.146.0 (2026-04-07)
⚠ BREAKING CHANGES
to_bigframeshas been removed from the datasets module and moved into theMultimodalDatasetclass. Instead ofdataframe = client.datasets.to_bigframes(multimodal_dataset=multimodal_dataset), usedataframe = multimodal_dataset.to_bigframes()to create a BigFrame instance from a multimodal dataset.
Features
- Add consolidation customization to Memory Bank (a8948c4)
- Add support for custom result parsing in LLM-based evaluation metrics (3e0ddff)
- GenAI Client(evals) - add core data models and code-gen mapping for auto-loss analysis (09794ba)
- GenAI Client(evals): Apply default user persona 'Evaluator' in multi-turn agent scraping (7002dc5)
- In run_query_job, rename gcs_bucket to gcs_uri and allow the case that user sets the filename for the output. (f302d1f)
- Pass state from first bidi_stream_query request to async_create_session (37b5a0f)