Skip to content
Merged
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.2.0"
".": "0.3.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/googleapis/java-vertexai/compare/v0.2.0...v0.3.0) (2026-07-06)


### 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 ([2dda057](https://github.com/googleapis/java-vertexai/commit/2dda05790073fbd00ac90b0aae9d5ac9cb939b75))


### Documentation

* fix typos across docstrings ([2d9beea](https://github.com/googleapis/java-vertexai/commit/2d9beea29a906170f4a4c7f0922a6194892be535))

## [0.2.0](https://github.com/googleapis/java-vertexai/compare/v0.1.0...v0.2.0) (2026-05-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-agentplatform</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
</dependency>
```
<!-- {x-version-update-end} -->
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

<groupId>com.google.cloud.agentplatform.examples</groupId>
<artifactId>google-agentplatform-examples</artifactId>
<version>0.3.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-agentplatform:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-agentplatform:current} -->
<name>google-agentplatform-examples</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- {x-version-update-start:google-cloud-agentplatform:current} -->
<google-cloud-agentplatform.version>0.3.0-SNAPSHOT</google-cloud-agentplatform.version>
<google-cloud-agentplatform.version>0.3.0</google-cloud-agentplatform.version>
<!-- {x-version-update-end} -->
</properties>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-agentplatform</artifactId>
<version>0.3.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-agentplatform:current} -->
<version>0.3.0</version><!-- {x-version-update:google-cloud-agentplatform:current} -->
<packaging>jar</packaging>
<name>google-cloud-agentplatform</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/google/cloud/agentplatform/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public Async(ApiClient apiClient) {
}

// {x-version-update-start:google-cloud-agentplatform:released}
private static final String SDK_VERSION = "0.2.0";
private static final String SDK_VERSION = "0.3.0";
// {x-version-update-end:google-cloud-agentplatform:released}
private static final ImmutableMap<String, String> TRACKING_HEADERS;
private static final Logger logger = Logger.getLogger(Client.class.getName());
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-agentplatform:0.2.0:0.3.0-SNAPSHOT
google-cloud-agentplatform:0.3.0:0.3.0
Loading