Skip to content

Commit 2afb3a4

Browse files
chore(main): release 0.9.0 (#650)
* chore(main): release 0.9.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jaycee Li <102714969+jaycee-li@users.noreply.github.com>
1 parent 693654f commit 2afb3a4

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/googleapis/nodejs-agentplatform/compare/v0.8.0...v0.9.0) (2026-07-07)
4+
5+
6+
### Features
7+
8+
* Add revision_labels, revision_expire_time, revision_ttl, disable_memory_revisions, metadata, metadata_merge_strategy and overlap_event_count to Memory Bank IngestEvents API ([0e8e285](https://github.com/googleapis/nodejs-agentplatform/commit/0e8e285339034c3bc1ad28cbf55add550afe0d05))
9+
* Rename GitHub repo to googleapis/nodejs-agentplatform ([b433d47](https://github.com/googleapis/nodejs-agentplatform/commit/b433d4781d3a06a9a940ce1a749746c8285628a2))
10+
311
## [0.8.0](https://github.com/googleapis/nodejs-vertexai/compare/v0.7.0...v0.8.0) (2026-06-02)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/agentplatform",
33
"description": "Vertex Generative AI client for Node.js",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {ApiClient, NodeAuth, NodeDownloader, NodeUploader,} from '@google/genai/
88
import {AgentEngines} from './agentengines';
99
import {Skills} from './skills';
1010

11-
export const SDK_VERSION = '0.8.0'; // x-release-please-version
11+
export const SDK_VERSION = '0.9.0'; // x-release-please-version
1212

1313
let agentEnginesInternalWarned = false;
1414

0 commit comments

Comments
 (0)