Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 12e01b2

Browse filesBrowse files
chore(main): release 1.64.0 (#11692)
🤖 I have created a release *beep* *boop* --- <details><summary>1.64.0</summary> ## [1.64.0](v1.63.0...v1.64.0) (2025-07-30) ### Features * add v1 for configdelivery ([#11691](#11691)) ([9f91ae2](9f91ae2)) * add v2 for bigquerydatapolicy ([#11690](#11690)) ([069be0f](069be0f)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: yoshi-code-bot <yoshi-code-bot@users.noreply.github.com>
1 parent 9f91ae2 commit 12e01b2
Copy full SHA for 12e01b2

1,522 files changed

+6,535-5,408Lines changed: 6535 additions & 5408 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.release-please-manifest.json‎

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.63.0"
2+
".": "1.64.0"
33
}
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.64.0](https://github.com/googleapis/google-cloud-java/compare/v1.63.0...v1.64.0) (2025-07-30)
4+
5+
6+
### Features
7+
8+
* add v1 for configdelivery ([#11691](https://github.com/googleapis/google-cloud-java/issues/11691)) ([9f91ae2](https://github.com/googleapis/google-cloud-java/commit/9f91ae2d5a0613f7ba4c81d2208636385d904b40))
9+
* add v2 for bigquerydatapolicy ([#11690](https://github.com/googleapis/google-cloud-java/issues/11690)) ([069be0f](https://github.com/googleapis/google-cloud-java/commit/069be0f5be641b786e947f372b1f9ef463f2038e))
10+
311
## [1.63.0](https://github.com/googleapis/google-cloud-java/compare/v1.62.0...v1.63.0) (2025-07-28)
412

513

Collapse file

‎changelog.json‎

Copy file name to clipboardExpand all lines: changelog.json
+35-1Lines 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": "feat",
8+
"sha": "069be0f5be641b786e947f372b1f9ef463f2038e",
9+
"message": "add v2 for bigquerydatapolicy",
10+
"issues": [
11+
"11690"
12+
]
13+
}
14+
],
15+
"version": "1.64.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-bigquerydatapolicy",
18+
"id": "cb554116-45c5-4492-b69d-ad1974997126",
19+
"createTime": "2025-07-30T01:09:54.792Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "9f91ae2d5a0613f7ba4c81d2208636385d904b40",
26+
"message": "add v1 for configdelivery",
27+
"issues": [
28+
"11691"
29+
]
30+
}
31+
],
32+
"version": "1.64.0",
33+
"language": "JAVA",
34+
"artifactName": "com.google.cloud:google-cloud-configdelivery",
35+
"id": "ab55c576-ae49-4bfd-b638-40a985aaec8b",
36+
"createTime": "2025-07-30T01:09:53.745Z"
37+
},
438
{
539
"changes": [
640
{
@@ -893315,5 +893349,5 @@
893315893349
"createTime": "2023-02-03T16:27:23.198Z"
893316893350
}
893317893351
],
893318-
"updateTime": "2025-07-28T23:35:07.375Z"
893352+
"updateTime": "2025-07-30T01:09:54.792Z"
893319893353
}
Collapse file

‎gapic-libraries-bom/pom.xml‎

Copy file name to clipboardExpand all lines: gapic-libraries-bom/pom.xml
+194-194Lines changed: 194 additions & 194 deletions
Large diffs are not rendered by default.
Collapse file

‎google-cloud-jar-parent/pom.xml‎

Copy file name to clipboardExpand all lines: google-cloud-jar-parent/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>google-cloud-jar-parent</artifactId>
77
<groupId>com.google.cloud</groupId>
8-
<version>1.64.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
8+
<version>1.64.0</version><!-- {x-version-update:google-cloud-java:current} -->
99
<packaging>pom</packaging>
1010
<name>Google Cloud JAR Parent</name>
1111
<description>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-pom-parent</artifactId>
18-
<version>1.64.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
18+
<version>1.64.0</version><!-- {x-version-update:google-cloud-java:current} -->
1919
<relativePath>../google-cloud-pom-parent/pom.xml</relativePath>
2020
</parent>
2121
<properties>
Collapse file

‎google-cloud-pom-parent/pom.xml‎

Copy file name to clipboardExpand all lines: google-cloud-pom-parent/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>google-cloud-pom-parent</artifactId>
77
<groupId>com.google.cloud</groupId>
8-
<version>1.64.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
8+
<version>1.64.0</version><!-- {x-version-update:google-cloud-java:current} -->
99
<packaging>pom</packaging>
1010
<name>Google Cloud POM Parent</name>
1111
<url>https://github.com/googleapis/google-cloud-java</url>
Collapse file

‎java-accessapproval/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: java-accessapproval/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.71.0 (2025-07-30)
4+
5+
* No change
6+
7+
38
## 2.70.0 (2025-07-28)
49

510
### Dependencies
Collapse file

‎java-accessapproval/google-cloud-accessapproval-bom/pom.xml‎

Copy file name to clipboardExpand all lines: java-accessapproval/google-cloud-accessapproval-bom/pom.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-accessapproval-bom</artifactId>
6-
<version>2.71.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
6+
<version>2.71.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
77
<packaging>pom</packaging>
88

99
<parent>
1010
<groupId>com.google.cloud</groupId>
1111
<artifactId>google-cloud-pom-parent</artifactId>
12-
<version>1.64.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
12+
<version>1.64.0</version><!-- {x-version-update:google-cloud-java:current} -->
1313
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
1414
</parent>
1515

@@ -23,17 +23,17 @@
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>google-cloud-accessapproval</artifactId>
26-
<version>2.71.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
26+
<version>2.71.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
2727
</dependency>
2828
<dependency>
2929
<groupId>com.google.api.grpc</groupId>
3030
<artifactId>grpc-google-cloud-accessapproval-v1</artifactId>
31-
<version>2.71.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
31+
<version>2.71.0</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
3232
</dependency>
3333
<dependency>
3434
<groupId>com.google.api.grpc</groupId>
3535
<artifactId>proto-google-cloud-accessapproval-v1</artifactId>
36-
<version>2.71.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
36+
<version>2.71.0</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
3737
</dependency>
3838
</dependencies>
3939
</dependencyManagement>
Collapse file

‎java-accessapproval/google-cloud-accessapproval/pom.xml‎

Copy file name to clipboardExpand all lines: java-accessapproval/google-cloud-accessapproval/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-accessapproval</artifactId>
6-
<version>2.71.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
6+
<version>2.71.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
77
<packaging>jar</packaging>
88
<name>Google Cloud Access Approval</name>
99
<description>Java idiomatic client for Google Cloud accessapproval</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-accessapproval-parent</artifactId>
13-
<version>2.71.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
13+
<version>2.71.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
1414
</parent>
1515
<properties>
1616
<site.installationModule>google-cloud-accessapproval</site.installationModule>
Collapse file

‎java-accessapproval/grpc-google-cloud-accessapproval-v1/pom.xml‎

Copy file name to clipboardExpand all lines: java-accessapproval/grpc-google-cloud-accessapproval-v1/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>grpc-google-cloud-accessapproval-v1</artifactId>
7-
<version>2.71.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
7+
<version>2.71.0</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
88
<name>grpc-google-cloud-accessapproval-v1</name>
99
<description>GRPC library for grpc-google-cloud-accessapproval-v1</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-accessapproval-parent</artifactId>
13-
<version>2.71.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
13+
<version>2.71.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.