Skip to content

deps: bump @google/genai from 1.52.0 to 2.11.0 - #27

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/google/genai-2.11.0
Closed

deps: bump @google/genai from 1.52.0 to 2.11.0#27
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/google/genai-2.11.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @google/genai from 1.52.0 to 2.11.0.

Release notes

Sourced from @​google/genai's releases.

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)

Features

  • [Interactions] Add ComputerUse.disabled_safety_policies (a2ca95c)
  • [Models] Add ComputerUse.disabled_safety_policies (3618023)
  • add usage fields for steps (048db9a)
  • add video generation and response format parameters. (84e795c)

v2.9.0

2.9.0 (2026-06-19)

Features

  • Add audioOffset to VoiceActivity (3bc7d42)
  • Add interimInputTranscription to LiveServerContent (3bc7d42)
  • Add LanguageAuto, LanguageHints, and adaptationPhrases to AudioTranscriptionConfig (3bc7d42)
  • Add ServiceTier to UsageMetadata (1f44b04)
  • expose Computer Use API fields (da54ea4)
  • interaction-api: Add presence_penalty, frequency_penalty, and cached_content to models.proto (2740a42)
  • interaction-api: Rename usage to total_usage in StreamMetadata. (b72db47)
  • introduce gaos sdk libs (bfac5d4)

... (truncated)

Changelog

Sourced from @​google/genai's changelog.

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

  • [Interactions] Add ComputerUse.disabled_safety_policies (a2ca95c)
  • [Models] Add ComputerUse.disabled_safety_policies (3618023)
  • add usage fields for steps (048db9a)
  • add video generation and response format parameters. (84e795c)

2.9.0 (2026-06-19)

Features

  • Add audioOffset to VoiceActivity (3bc7d42)
  • Add interimInputTranscription to LiveServerContent (3bc7d42)
  • Add LanguageAuto, LanguageHints, and adaptationPhrases to AudioTranscriptionConfig (3bc7d42)
  • Add ServiceTier to UsageMetadata (1f44b04)
  • expose Computer Use API fields (da54ea4)
  • interaction-api: Add presence_penalty, frequency_penalty, and cached_content to models.proto (2740a42)
  • interaction-api: Rename usage to total_usage in StreamMetadata. (b72db47)
  • introduce gaos sdk libs (bfac5d4)

Miscellaneous Chores

  • Configure 2.9.0 as the next release (e9968c6)

... (truncated)

Commits
  • 136ea26 chore(main): release 2.11.0 (#1743)
  • 3bf5090 chore: update the release.txt
  • 43c5380 chore: release 2.11.0
  • 824badf feat: support Function declarations during Agent Creation
  • 0f414be refactor(interactions)!: remove cached_content, presence_penalty, and frequen...
  • 1127b43 chore: Add multiple approval check for major releases
  • 67d2f68 fix(interactions): accept both dict and list[dict] for transform
  • 5fb5354 feat: voice consent signature types across all SDK languages.
  • aad178e chore: Remove default api-revision header
  • be7ab10 chore: sort 'properties' keys in OpenAPI schemas
  • 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 1.52.0 to 2.11.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@v1.52.0...v2.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the area/scanner Scanning logic, data collection label Jul 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #28.

@dependabot dependabot Bot closed this Jul 20, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/google/genai-2.11.0 branch July 20, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/scanner Scanning logic, data collection

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants