0.11.0 (2025-04-30)
Features
- add models.delete and models.update to manage tuned models (0766718)
- Added support for Tuning operations (d5a035f)
- make min_property, max_property, min_length, max_length, example, patter fields available for Schema class when calling Gemini API (5f91ee7)
Bug Fixes
- Apply converters to list items when the API value isn't an array (249769f)
- chats: Properly handle streaming errors to not throw an error that couldn't be caught, which might result in crash in web. Fixes #487 (0b62e15)
- CI: Fix docs generation for release event (899969e)
- Clean the CHANGELOG to remove the changes not included in the bundle. (89b1d66)
- do not raise error for
defaultfield in Schema for Gemini API calls (6f72396) - Don't transform lists twice (249769f)