Skip to content

v1.3.0

Choose a tag to compare

@release-please release-please released this 01 May 00:04
bb8c125

1.3.0 (2025-04-30)

Features

  • add models.delete and models.update to manage tuned models (6f5bbed)
  • add NewPartFromFile for File type convenience. Related to #281 (2ac0429)
  • add support for live grounding metadata (9ce2ed9)
  • make min_property, max_property, min_length, max_length, example, patter fields available for Schema class when calling Gemini API (b487724)
  • Populate X-Server-Timeout header when a request timeout is set. (8f446a0)
  • Support setting the default base URL in clients via SetDefaultBaseURLs() (f465a20)

Bug Fixes

  • do not raise error for default field in Schema for Gemini API calls (ec31e4b)
  • do not remove content parts with Text unset. (b967057)
  • files: deep copy config struct before modifying it. (a6b0fd6)