Back
AI summary
Written by AI from the official notes. Check them for exact details.The 0.1.12 release fixes a deserialization issue in image generation outputs.
- Fixed deserialization errors in ActionGenerateImage output paths.
- Ensured compatibility between bundled binary and Python proto.
- Improved robustness in protobuf parsing for image generation.
Why it matters: Developers using Gemini for image generation should update to avoid deserialization issues.
Full release notes
The 0.1.12 release fixes a client-side proto deserialization regression in image generation result handling.
- ActionGenerateImage Proto Skew: Resolved client-side deserialization errors where the bundled binary emitted
ActionGenerateImage.output_pathwhile the shipped Python proto lacked the corresponding field, ensuring robust protobuf parsing across image generation steps.