Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.0"
".": "0.9.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.9.0](https://github.com/googleapis/nodejs-agentplatform/compare/v0.8.0...v0.9.0) (2026-07-02)


### Features

* 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))
* Rename GitHub repo to googleapis/nodejs-agentplatform ([b433d47](https://github.com/googleapis/nodejs-agentplatform/commit/b433d4781d3a06a9a940ce1a749746c8285628a2))

## [0.8.0](https://github.com/googleapis/nodejs-vertexai/compare/v0.7.0...v0.8.0) (2026-06-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/agentplatform",
"description": "Vertex Generative AI client for Node.js",
"version": "0.8.0",
"version": "0.9.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {ApiClient, NodeAuth, NodeDownloader, NodeUploader,} from '@google/genai/
import {AgentEngines} from './agentengines';
import {Skills} from './skills';

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

let agentEnginesInternalWarned = false;

Expand Down
Loading