Skip to content

Latest commit

 

History

History
76 lines (45 loc) · 5.18 KB

File metadata and controls

76 lines (45 loc) · 5.18 KB

Changelog

Version 0.6.0, released 2025-11-18

New features

  • add display name to FunctionResponseBlob (4385bf9)
  • add display name to FunctionResponseFileData (5ad6397)
  • Add generate_content_config.thinking_level (1773949)
  • Add image output options to ImageConfig for Vertex (06bee26)
  • Add part.media_resolution (1773949)
  • support Function call argument streaming for all languages (467fbe4)

Version 0.5.0, released 2025-11-12

New features

  • Add FileSearch tool and associated FileSearchStore management APIs (b4734d7)
  • Add image_size to ImageConfig (Early Access Program) (587208c)

Bug fixes

  • Fix base_steps parameter for recontext_image (0f22c7e)

Version 0.4.0, released 2025-11-05

New features

  • Add FileSearch tool and associated FileSearchStore management APIs (9869797)
  • Add RecontextImage support in Dotnet SDK (f314213)
  • Add safety_filter_level and person_generation for Imagen upscaling (299c8d3)
  • Added phish filtering feature. (deaf715)
  • Auto-detect MIME type in Image.FromFile in Dotnet SDK (8d0b59e)

Documentation improvements

  • Add docstring for enum classes that are not supported in Gemini or Vertex API (91da8bf)

Version 0.3.0, released 2025-10-24

New features

  • Add enable_enhanced_civic_answers in GenerationConfig (5eff838)
  • Add Imagen EditImage support in Dotnet SDK (3055dca)
  • Add labels field to Imagen configs (20ecf3f)
  • Add SegmentImage support in Dotnet SDK (2201d74)
  • Enable Google Maps tool for Genai. (794fba8)
  • Support enableWidget feature in GoogleMaps (7d4ff93)
  • support jailbreak in HarmCategory and BlockedReason (11210cf)
  • support netstandard2.1 build (fix #56) (6803eeb)

Documentation improvements

  • Add docstring for classes and fields that are not supported in Gemini or Vertex API (d1be9eb)
  • update full API reference GitHub Page in README (353b288)
  • update README to reflect the support of netstandard2.1 (ffb5c42)
  • update readme to trigger release please (a916ba0)

Changelog

Features

  • Add support for GenerateContentAsync, GenerateContentStreamAsync, GenerateImagesAsync, and 3 Live APIs, which includes SendClientContentAsync, SendRealtimeInputAsync and SendToolResponseAsync.(c9fbf99)

  • Add FunctionResponsePart & ToolComputerUse.excludedPredefinedFunctions. (29210c6)

Documentation

  • Automatically generate API documentation and host it in GitHub Pages(5538043)