Skip to content

chore(deps): bump @google/genai from 2.9.0 to 2.13.0 - #285

Merged
zjshen14 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/google/genai-2.13.0
Jul 27, 2026
Merged

chore(deps): bump @google/genai from 2.9.0 to 2.13.0#285
zjshen14 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/google/genai-2.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps @google/genai from 2.9.0 to 2.13.0.

Release notes

Sourced from @​google/genai's releases.

v2.13.0

2.13.0 (2026-07-21)

Features

  • A new field custom_vocabulary is added to Live API(f32ec0a)
  • add model selector (b5d70da)
  • interaction-api: add queued status to interaction proto (1b7dd39)
  • make ASR fields public in v1main and Interactions (08ef3eb)

v2.12.0

2.12.0 (2026-07-15)

Features

  • Add AntigravityAgentConfig to OpenAPI schema overlays and regenerate SDKs. (872aa26)
  • Add history config. (8666bc2)
  • Add support for preserve custom headers for gaos (f96662a)
  • add trigger resource (43e0137)
  • Add Triggers resource to GoogleGenAI client. (8d520cd)
  • interactions: add CodeMenderAgentConfig (4469a85)
  • Populate per-modality prompt token count in embedding responses for gemini-embedding-2 (163bf72)

v2.11.0

2.11.0 (2026-07-09)

Features

  • Add environment_id in network config (85fe0a5)
  • Add response_format and Translation_config in GenerationConfig (3f3b7bc)
  • add retrieval result step and new fields to maps and search results (ecfdc69)
  • Add Tool.exa_ai_search for Gemini Enterprise API (3f3b7bc)
  • support Function declarations during Agent Creation (824badf)
  • voice consent signature types across all SDK languages. (5fb5354)

Bug Fixes

  • interactions: accept both dict and list[dict] for transform (67d2f68)

Code Refactoring

  • interactions: remove cached_content, presence_penalty, and frequency_penalty; expose safety_settings and labels (0f414be)

v2.10.0

2.10.0 (2026-06-24)

... (truncated)

Changelog

Sourced from @​google/genai's changelog.

2.13.0 (2026-07-21)

Features

  • A new field custom_vocabulary is added to message .google.cloud.aiplatform.v1beta1.BidiGenerateContentSetup (f32ec0a)
  • add model selector (b5d70da)
  • interaction-api: add queued status to interaction proto (1b7dd39)
  • make ASR fields public in v1main and Interactions (08ef3eb)

2.12.0 (2026-07-15)

Features

  • Add AntigravityAgentConfig to OpenAPI schema overlays and regenerate SDKs. (872aa26)
  • Add history config. (8666bc2)
  • Add support for preserve custom headers for gaos (f96662a)
  • add trigger resource (43e0137)
  • Add Triggers resource to GoogleGenAI client. (8d520cd)
  • interactions: add CodeMenderAgentConfig (4469a85)
  • Populate per-modality prompt token count in embedding responses for gemini-embedding-2 (163bf72)

2.11.0 (2026-07-09)

Features

  • Add environment_id in network config (85fe0a5)
  • Add response_format and Translation_config in GenerationConfig (3f3b7bc)
  • add retrieval result step and new fields to maps and search results (ecfdc69)
  • Add Tool.exa_ai_search for Gemini Enterprise API (3f3b7bc)
  • support Function declarations during Agent Creation (824badf)
  • voice consent signature types across all SDK languages. (5fb5354)

Bug Fixes

  • interactions: accept both dict and list[dict] for transform (67d2f68)

Code Refactoring

  • interactions: remove cached_content, presence_penalty, and frequency_penalty; expose safety_settings and labels (0f414be)

2.10.0 (2026-06-24)

Features

... (truncated)

Commits
  • ebf3eb4 chore(main): release 2.13.0 (#1783)
  • 1b7dd39 feat(interaction-api): add queued status to interaction proto
  • bcad1c4 feat: Add environments service to GenAI SDK.
  • 08ef3eb feat: make ASR fields public in v1main and Interactions
  • ca3eca5 feat: Add environments service to GenAI SDK.
  • 0b8f01f chore: internal change
  • 04e0cb9 chore: internal change
  • b5d70da feat: add model selector
  • 0ce2aab No public description
  • f32ec0a feat: A new field custom_vocabulary is added to message `.google.cloud.aipl...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@google/genai](https://github.com/googleapis/js-genai) from 2.9.0 to 2.13.0.
- [Release notes](https://github.com/googleapis/js-genai/releases)
- [Changelog](https://github.com/googleapis/js-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/js-genai@v2.9.0...v2.13.0)

---
updated-dependencies:
- dependency-name: "@google/genai"
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 25, 2026
@zjshen14

Copy link
Copy Markdown
Owner

Clean minor version bump (2.9.0 → 2.13.0, spanning four releases). All CI checks pass (Typecheck/Lint/Test ✓, Analyze ✓, CodeQL ✓), mergeable_state is clean. Changes across v2.10–2.13 are additive: new Live API fields, model selector, history config, trigger resources — none touching the core generation or streaming API this project uses in src/providers/gemini.ts. Merging.


Generated by Claude Code

@zjshen14
zjshen14 merged commit 4e2295f into main Jul 27, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/google/genai-2.13.0 branch July 27, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant