Skip to content

v1.3.0

Compare
Choose a tag to compare
@jochenkirstaetter jochenkirstaetter released this 18 Apr 22:23
· 361 commits to main since this release

Added

  • implement Server-Sent Events (SSE)
  • add enum FunctionCallingMode
  • implement type ToolConfig
  • add model gemini-1.0-pro-vision-001
  • implement exception for max file upload size
  • expose Timeout property

Changed

  • rename method UploadMedia to UploadFile (in sync with other SDKs)
  • rename TaskType Unspecified property
  • refactor FileResource.SizeBytes to long data type (int64)
  • refactor response type of ListFiles (discovery)
  • streaming response using SSE format works for other models than gemini-pro (original limitation)
  • specify default values for pageSize
  • refactor constants to external file
  • add and amend enum identifiers
  • add and amend XML doc

Full Changelog: v1.2.0...v1.3.0