0.7.0 (2025-03-27)
- Change File.sizeBytes from number type to string type
- Add experimental generate_video support (0fa1f05)
- add MediaModalities for ModalityTokenCount (9869098)
- Change File.sizeBytes from number type to string type (184c7db)
- Update tLiveClienttToolResponse() to accept FunctionResponse[] (4cab8bf)
0.6.1 (2025-03-25)
- Add engine to VertexAISearch (69dfbaf)
- allow title property to be sent to Gemini API. Gemini API now supports the title property, so it's ok to pass this onto both Vertex and Gemini API. (c5855a3)
- implement files.delete for JS client SDK. (4ac44de)
- Save prompt safety attributes in dedicated field for generate_images (1a774fa)
- schema transformer logic fix. (6311f60)
0.6.0 (2025-03-20)
- Unexport Content converter functions
- add IMAGE_SAFTY enum value to FinishReason (81ae907)
- Separate converter functions to dedicated _{module}_converters.ts file for readability (bb9ba98)
0.5.0 (2025-03-20)
- Make "turnComplete:true" the default.
- Add sendClientContent, sendRealtimeInput, sendToolResponse to live session (e7ec3c0)
- Make "turnComplete:true" the default. (5f77e3e)
- Support Google Cloud Express for Vertex AI (e15c7f3)
- support new UsageMetadata fields (fe000ed)
- Support Vertex AI on browser runtimes (e15c7f3)
- Upgrade the SDK launch stage to preview. (da38b6d)
0.4.0 (2025-03-14)
- remove the createPartFromVideoMetadata usability function.
- enable union type for Schema when calling Gemini API. (180983c)
- Provide a better error message when trying to use VertexAI in browsers. (1ab1402)
- Support returned safety attributes for generate_images (a0e0fcf)
- throw exception when given method is not supported in Gemini API or Vertex AI (96ccb6f)
- remove the createPartFromVideoMetadata usability function. (d660a7f)
- Make file.upload use named parameters.
- Enable Live for Vertex AI. (2bda9d4)
- Set web as the browser entry points for bundlers that don't support the exports key (18cb728)
- Make file.upload use named parameters. (60433f4)