Skip to content

Commit 8d507bf

Browse files
Annhiluccopybara-github
authored andcommitted
feat: Update test-server-sdk dependency to ^0.2.9.
PiperOrigin-RevId: 823242370
1 parent 1dc1008 commit 8d507bf

File tree

5 files changed

+10
-22
lines changed

5 files changed

+10
-22
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.27.0"
2+
".": "1.26.0"
33
}

CHANGELOG.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
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-
164
## [1.26.0](https://github.com/googleapis/js-genai/compare/v1.25.0...v1.26.0) (2025-10-21)
175

186

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google/genai",
3-
"version": "1.27.0",
3+
"version": "1.26.0",
44
"description": "",
55
"type": "module",
66
"main": "dist/node/index.mjs",
@@ -96,7 +96,7 @@
9696
"prettier": "3.3.3",
9797
"prettier-plugin-organize-imports": "^4.1.0",
9898
"rollup-plugin-typescript2": "^0.36.0",
99-
"test-server-sdk": "^0.2.7",
99+
"test-server-sdk": "^0.2.9",
100100
"ts-node": "^10.9.2",
101101
"tslib": "^2.8.1",
102102
"tsx": "^4.19.4",

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.27.0'; // x-release-please-version
24+
export const SDK_VERSION = '1.26.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)