Skip to content

Commit 7cddbf2

Browse files
chore(main): release 1.26.0
1 parent cd79a83 commit 7cddbf2

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.25.0"
2+
".": "1.26.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.26.0](https://github.com/googleapis/js-genai/compare/v1.25.0...v1.26.0) (2025-10-21)
5+
6+
7+
### Features
8+
9+
* Add enable_enhanced_civic_answers in GenerationConfig ([0e95d72](https://github.com/googleapis/js-genai/commit/0e95d7244cccaeee3427a46d8843e9ba2fa38930))
10+
* support jailbreak in HarmCategory and BlockedReason ([cd79a83](https://github.com/googleapis/js-genai/commit/cd79a83972a3c6a2e59e9b33004fb8e0e463eb9c))
11+
412
## [1.25.0](https://github.com/googleapis/js-genai/compare/v1.24.0...v1.25.0) (2025-10-15)
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.25.0",
3+
"version": "1.26.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.25.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)