Skip to content

Commit 1dc1008

Browse files
chore(main): release 1.27.0 (#1037)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent f87611c commit 1dc1008

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-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.26.0"
2+
".": "1.27.0"
33
}

CHANGELOG.md

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

33

4+
## [1.27.0](https://github.com/googleapis/js-genai/compare/v1.26.0...v1.27.0) (2025-10-23)
5+
6+
7+
### Features
8+
9+
* Remove redundant calls to rollup/api-extractor, speeds up the TS SDK testing further by a factor of 2. ([009b75f](https://github.com/googleapis/js-genai/commit/009b75fd06129117cce480822efe9ffe9f13f853))
10+
11+
12+
### Bug Fixes
13+
14+
* google auth ADC error ([f87611c](https://github.com/googleapis/js-genai/commit/f87611c70e0b1edcacd67f384fa14b4b2b37ac57))
15+
416
## [1.26.0](https://github.com/googleapis/js-genai/compare/v1.25.0...v1.26.0) (2025-10-21)
517

618

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.26.0",
3+
"version": "1.27.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
@@ -21,7 +21,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
2121
const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
2222
const USER_AGENT_HEADER = 'User-Agent';
2323
export const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
24-
export const SDK_VERSION = '1.26.0'; // x-release-please-version
24+
export const SDK_VERSION = '1.27.0'; // x-release-please-version
2525
const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
2626
const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
2727
const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';

0 commit comments

Comments
 (0)