Skip to content

Commit fdf184c

Browse files
chore(main): release 1.24.0
1 parent 6008788 commit fdf184c

File tree

82 files changed

+304
-239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+304
-239
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.23.0"
2+
".": "1.24.0"
33
}

CHANGELOG.md

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

3+
## [1.24.0](https://github.com/googleapis/google-cloud-java/compare/v1.23.0...v1.24.0) (2023-10-26)
4+
5+
6+
### Features
7+
8+
* [dataform] Support for ReleaseConfigs ([#9999](https://github.com/googleapis/google-cloud-java/issues/9999)) ([2021b5a](https://github.com/googleapis/google-cloud-java/commit/2021b5a92fdcb0907985a60301006576dfe51833))
9+
* [dlp] Introduce Discovery API protos and methods ([#9996](https://github.com/googleapis/google-cloud-java/issues/9996)) ([36fd92b](https://github.com/googleapis/google-cloud-java/commit/36fd92bbcd9b7f38d3567e7146499d35cb0b41af))
10+
11+
12+
### Documentation
13+
14+
* [artifactregistry] use code font for resource name references ([#9997](https://github.com/googleapis/google-cloud-java/issues/9997)) ([baf18bd](https://github.com/googleapis/google-cloud-java/commit/baf18bd13715a18ec0f9dbb5812ba150695e34f6))
15+
* fix Speech Recognition Client link ([#10001](https://github.com/googleapis/google-cloud-java/issues/10001)) ([e681bd2](https://github.com/googleapis/google-cloud-java/commit/e681bd252f796f733602bfa72b8b8d77bb9c024e))
16+
317
## [1.23.0](https://github.com/googleapis/google-cloud-java/compare/v1.22.0...v1.23.0) (2023-10-25)
418

519

changelog.json

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "36fd92bbcd9b7f38d3567e7146499d35cb0b41af",
9+
"message": "[dlp] Introduce Discovery API protos and methods",
10+
"issues": [
11+
"9996"
12+
]
13+
}
14+
],
15+
"version": "1.24.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-dlp",
18+
"id": "84f11fc0-e3b5-4a47-82a8-f8b9f7c4eafc",
19+
"createTime": "2023-10-26T19:20:12.840Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "docs",
25+
"sha": "baf18bd13715a18ec0f9dbb5812ba150695e34f6",
26+
"message": "[artifactregistry] use code font for resource name references",
27+
"issues": [
28+
"9997"
29+
]
30+
}
31+
],
32+
"version": "1.24.0",
33+
"language": "JAVA",
34+
"artifactName": "com.google.cloud:google-cloud-artifact-registry",
35+
"id": "b12f9028-e84e-4350-9f52-18a0fe435957",
36+
"createTime": "2023-10-26T19:20:12.835Z"
37+
},
38+
{
39+
"changes": [
40+
{
41+
"type": "feat",
42+
"sha": "2021b5a92fdcb0907985a60301006576dfe51833",
43+
"message": "[dataform] Support for ReleaseConfigs",
44+
"issues": [
45+
"9999"
46+
]
47+
}
48+
],
49+
"version": "1.24.0",
50+
"language": "JAVA",
51+
"artifactName": "com.google.cloud:google-cloud-dataform",
52+
"id": "d412a13f-4823-4aaf-8faa-bbc6ae68d17a",
53+
"createTime": "2023-10-26T19:20:12.827Z"
54+
},
455
{
556
"changes": [
657
{
@@ -12437,5 +12488,5 @@
1243712488
"createTime": "2023-02-03T16:27:23.198Z"
1243812489
}
1243912490
],
12440-
"updateTime": "2023-10-25T03:09:16.122Z"
12491+
"updateTime": "2023-10-26T19:20:12.840Z"
1244112492
}

java-iamcredentials/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-iamcredentials</artifactId>
45-
<version>2.29.0</version>
45+
<version>2.30.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-iamcredentials:2.29.0'
52+
implementation 'com.google.cloud:google-cloud-iamcredentials:2.30.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.29.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-iamcredentials" % "2.30.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-ids/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-ids</artifactId>
45-
<version>1.28.0</version>
45+
<version>1.29.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-ids:1.28.0'
52+
implementation 'com.google.cloud:google-cloud-ids:1.29.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.28.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.29.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-infra-manager/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-infra-manager</artifactId>
48-
<version>0.6.0</version>
48+
<version>0.7.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-infra-manager:0.6.0'
55+
implementation 'com.google.cloud:google-cloud-infra-manager:0.7.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.6.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.7.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-iot/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-iot</artifactId>
45-
<version>2.29.0</version>
45+
<version>2.30.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-iot:2.29.0'
52+
implementation 'com.google.cloud:google-cloud-iot:2.30.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.29.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.30.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-kms/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-kms</artifactId>
45-
<version>2.32.0</version>
45+
<version>2.33.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-kms:2.32.0'
52+
implementation 'com.google.cloud:google-cloud-kms:2.33.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.32.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.33.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-kmsinventory/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-kmsinventory</artifactId>
48-
<version>0.18.0</version>
48+
<version>0.19.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-kmsinventory:0.18.0'
55+
implementation 'com.google.cloud:google-cloud-kmsinventory:0.19.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-kmsinventory" % "0.18.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-kmsinventory" % "0.19.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-language/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-language</artifactId>
45-
<version>2.30.0</version>
45+
<version>2.31.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-language:2.30.0'
52+
implementation 'com.google.cloud:google-cloud-language:2.31.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-language" % "2.30.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-language" % "2.31.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-life-sciences/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-life-sciences</artifactId>
48-
<version>0.31.0</version>
48+
<version>0.32.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.cloud:google-cloud-life-sciences:0.31.0'
55+
implementation 'com.google.cloud:google-cloud-life-sciences:0.32.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.31.0"
61+
libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.32.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-managed-identities/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.cloud</groupId>
4444
<artifactId>google-cloud-managed-identities</artifactId>
45-
<version>1.27.0</version>
45+
<version>1.28.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.cloud:google-cloud-managed-identities:1.27.0'
52+
implementation 'com.google.cloud:google-cloud-managed-identities:1.28.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % "1.27.0"
58+
libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % "1.28.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

java-maps-addressvalidation/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.maps</groupId>
4747
<artifactId>google-maps-addressvalidation</artifactId>
48-
<version>0.23.0</version>
48+
<version>0.24.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.maps:google-maps-addressvalidation:0.23.0'
55+
implementation 'com.google.maps:google-maps-addressvalidation:0.24.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.maps" % "google-maps-addressvalidation" % "0.23.0"
61+
libraryDependencies += "com.google.maps" % "google-maps-addressvalidation" % "0.24.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-maps-mapsplatformdatasets/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4545
<dependency>
4646
<groupId>com.google.maps</groupId>
4747
<artifactId>google-maps-mapsplatformdatasets</artifactId>
48-
<version>0.18.0</version>
48+
<version>0.19.0</version>
4949
</dependency>
5050
```
5151

5252
If you are using Gradle without BOM, add this to your dependencies:
5353

5454
```Groovy
55-
implementation 'com.google.maps:google-maps-mapsplatformdatasets:0.18.0'
55+
implementation 'com.google.maps:google-maps-mapsplatformdatasets:0.19.0'
5656
```
5757

5858
If you are using SBT, add this to your dependencies:
5959

6060
```Scala
61-
libraryDependencies += "com.google.maps" % "google-maps-mapsplatformdatasets" % "0.18.0"
61+
libraryDependencies += "com.google.maps" % "google-maps-mapsplatformdatasets" % "0.19.0"
6262
```
6363
<!-- {x-version-update-end} -->
6464

java-maps-routing/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4242
<dependency>
4343
<groupId>com.google.maps</groupId>
4444
<artifactId>google-maps-routing</artifactId>
45-
<version>1.14.0</version>
45+
<version>1.15.0</version>
4646
</dependency>
4747
```
4848

4949
If you are using Gradle without BOM, add this to your dependencies:
5050

5151
```Groovy
52-
implementation 'com.google.maps:google-maps-routing:1.14.0'
52+
implementation 'com.google.maps:google-maps-routing:1.15.0'
5353
```
5454

5555
If you are using SBT, add this to your dependencies:
5656

5757
```Scala
58-
libraryDependencies += "com.google.maps" % "google-maps-routing" % "1.14.0"
58+
libraryDependencies += "com.google.maps" % "google-maps-routing" % "1.15.0"
5959
```
6060
<!-- {x-version-update-end} -->
6161

0 commit comments

Comments
 (0)