Skip to content

Commit eecba01

Browse files
chore(main): release 1.77.0
1 parent a744ef4 commit eecba01

File tree

4 files changed

+71
-5
lines changed

4 files changed

+71
-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.76.0"
2+
".": "1.77.0"
33
}

CHANGELOG.md

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

3+
## [1.77.0](https://github.com/googleapis/google-cloud-java/compare/v1.76.0...v1.77.0) (2026-01-29)
4+
5+
6+
### Features
7+
8+
* [aiplatform] RAG - add mode config to RagEngineConfig with Spanner and Serverless ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
9+
* [auditmanager] new module for auditmanager ([#11888](https://github.com/googleapis/google-cloud-java/issues/11888)) ([c307b61](https://github.com/googleapis/google-cloud-java/commit/c307b61aa5debb504f49cce5d9d64840590eb93d))
10+
* [backupdr] Add support for AlloyDB backup and restore ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
11+
* [container] Add GPUDirectConfig to configure GPU Direct for node pools ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
12+
* [container] Add SwapConfig to enable and configure swap memory for node pools ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
13+
* [databasecenter] Adding Method AggregateIssueStats of Database Center API v1beta ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
14+
* [dialogflow-cx] updated v3 dialogflow client libraries ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
15+
* [grafeas] A new field `last_vulnerability_update_time` is added to message `.grafeas.v1.DiscoveryOccurrence` ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
16+
* [kms] add the SingleTenantHsm functionality including the management API and resource types ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
17+
* [network-management] add fields and messages for GKE Pods and IP masquerading ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
18+
* [network-management] add fields and messages for GKE Pods and IP masquerading ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
19+
* [networkconnectivity] Added OUTPUT_ONLY annotations to create_time and update_time in InternalRange to reflect existing service behavior ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
20+
* [retail] add a user_attributes field in SearchRequest that can be used for personalization ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
21+
* [run] add instances client library ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
22+
23+
24+
### Bug Fixes
25+
26+
* **deps:** update the Java code generator (gapic-generator-java) to 2.66.0 ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
27+
* update dependency com.google.cloud:sdk-platform-java-config to v3.56.0 ([#11879](https://github.com/googleapis/google-cloud-java/issues/11879)) ([ac1f018](https://github.com/googleapis/google-cloud-java/commit/ac1f0182ac5b405ca164ac867c8c042322736bef))
28+
29+
30+
### Documentation
31+
32+
* [cloudquotas] Correct typo in comment for field `quota_id` ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
33+
* [document-ai] Regenerated REST and RPC Document AI documentation to include missing changes from September 2024 to November 2025 ([d7a49aa](https://github.com/googleapis/google-cloud-java/commit/d7a49aa9502012df1209b55ec741b1d4ac639361))
34+
335
## [1.76.0](https://github.com/googleapis/google-cloud-java/compare/v1.75.0...v1.76.0) (2026-01-15)
436

537

changelog.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "ac1f0182ac5b405ca164ac867c8c042322736bef",
9+
"message": "update dependency com.google.cloud:sdk-platform-java-config to v3.56.0",
10+
"issues": [
11+
"11879"
12+
]
13+
}
14+
],
15+
"version": "1.77.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-compute",
18+
"id": "528a343b-1fde-404f-b60a-05c58984aed5",
19+
"createTime": "2026-01-29T01:41:54.538Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "c307b61aa5debb504f49cce5d9d64840590eb93d",
26+
"message": "[auditmanager] new module for auditmanager",
27+
"issues": [
28+
"11888"
29+
]
30+
}
31+
],
32+
"version": "1.77.0",
33+
"language": "JAVA",
34+
"artifactName": "com.google.cloud:google-cloud-auditmanager",
35+
"id": "84b3a882-8033-4e1f-abc2-bd6b34c310f6",
36+
"createTime": "2026-01-29T01:41:53.441Z"
37+
},
438
{
539
"changes": [
640
{
@@ -1073301,5 +1073335,5 @@
10733011073335
"createTime": "2023-02-03T16:27:23.198Z"
10733021073336
}
10733031073337
],
1073304-
"updateTime": "2026-01-15T03:30:52.629Z"
1073338+
"updateTime": "2026-01-29T01:41:54.538Z"
10733051073339
}

java-vertexai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,20 +48,20 @@ If you're using Maven without the BOM, add the following to your dependencies:
4848
<dependency>
4949
<groupId>com.google.cloud</groupId>
5050
<artifactId>google-cloud-vertexai</artifactId>
51-
<version>1.42.0</version>
51+
<version>1.43.0</version>
5252
</dependency>
5353
```
5454

5555
If you are using Gradle without BOM, add this to your dependencies:
5656

5757
```Groovy
58-
implementation 'com.google.cloud:google-cloud-vertexai:1.42.0'
58+
implementation 'com.google.cloud:google-cloud-vertexai:1.43.0'
5959
```
6060

6161
If you are using SBT, add this to your dependencies:
6262

6363
```Scala
64-
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.42.0"
64+
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.43.0"
6565
```
6666
<!-- {x-version-update-end} -->
6767

0 commit comments

Comments
 (0)