Skip to content

Commit e7f0d45

Browse files
chore(main): release 1.35.0 (#1198)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Wanlin Du <wanlindu@google.com>
1 parent f8aba7a commit e7f0d45

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-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.34.0"
2+
".": "1.35.0"
33
}

CHANGELOG.md

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

33

4+
## [1.35.0](https://github.com/googleapis/js-genai/compare/v1.34.0...v1.35.0) (2026-01-07)
5+
6+
7+
### Features
8+
9+
* [Python] add RegisterFiles so gcs files can be used with genai. ([1bf555c](https://github.com/googleapis/js-genai/commit/1bf555c38e5001f147e29db16c1141653ec252d4))
10+
* Add PersonGeneration to ImageConfig for Vertex Gempix ([b0753d7](https://github.com/googleapis/js-genai/commit/b0753d7a527ab1f5f7544576207036ef48ac75d1))
11+
412
## [1.34.0](https://github.com/googleapis/js-genai/compare/v1.33.0...v1.34.0) (2025-12-16)
513

614

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.34.0",
3+
"version": "1.35.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
@@ -17,7 +17,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
1717
const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
1818
const USER_AGENT_HEADER = 'User-Agent';
1919
export const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
20-
export const SDK_VERSION = '1.34.0'; // x-release-please-version
20+
export const SDK_VERSION = '1.35.0'; // x-release-please-version
2121
const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
2222
const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
2323
const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';

0 commit comments

Comments
 (0)