Skip to content

Commit 673129e

Browse files
chore(main): release 1.43.0 (#1341)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a5a1399 commit 673129e

File tree

5 files changed

+20
-5
lines changed

5 files changed

+20
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.42.0"
2+
".": "1.43.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

33

4+
## [1.43.0](https://github.com/googleapis/js-genai/compare/v1.42.0...v1.43.0) (2026-02-26)
5+
6+
7+
### Features
8+
9+
* Add gemini-3.1-pro-preview to list of models in Interactions ([14775fe](https://github.com/googleapis/js-genai/commit/14775fefb814c21d8f34b776935b72d7f20896bd))
10+
* Add Image Grounding support to GoogleSearch tool ([9187ca7](https://github.com/googleapis/js-genai/commit/9187ca748b9de10037134e34e4da8ca06f0d2696))
11+
* enable server side MCP and disable all other AFC when server side MCP is configured. ([c7888c4](https://github.com/googleapis/js-genai/commit/c7888c4aec34b7f86983ea0c55c499c1f8d089c2))
12+
* Support more image sizes and resolutions ([54f4145](https://github.com/googleapis/js-genai/commit/54f41457984fc451e659ab594086bc462486e9d0))
13+
14+
15+
### Bug Fixes
16+
17+
* change interactions media mime type to enum (breaking change for experimental feature) ([7c2d5b2](https://github.com/googleapis/js-genai/commit/7c2d5b29b8e7d2a146ec1a117ccef4fe13b4362e))
18+
419
## [1.42.0](https://github.com/googleapis/js-genai/compare/v1.41.0...v1.42.0) (2026-02-18)
520

621

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google/genai",
3-
"version": "1.42.0",
3+
"version": "1.43.0",
44
"description": "",
55
"type": "module",
66
"main": "dist/node/index.mjs",

src/_api_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
1818
const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
1919
const USER_AGENT_HEADER = 'User-Agent';
2020
export const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
21-
export const SDK_VERSION = '1.42.0'; // x-release-please-version
21+
export const SDK_VERSION = '1.43.0'; // x-release-please-version
2222
const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
2323
const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
2424
const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';

0 commit comments

Comments
 (0)