Skip to content

Commit

Permalink
chore(main): release 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 28, 2023
1 parent 8a54d50 commit 39536c0
Show file tree
Hide file tree
Showing 82 changed files with 304 additions and 239 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.23.0"
".": "1.24.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.24.0](https://github.com/googleapis/google-cloud-java/compare/v1.23.0...v1.24.0) (2023-10-28)


### Features

* [dataform] Support for ReleaseConfigs ([#9999](https://github.com/googleapis/google-cloud-java/issues/9999)) ([2021b5a](https://github.com/googleapis/google-cloud-java/commit/2021b5a92fdcb0907985a60301006576dfe51833))
* [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))


### Documentation

* [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))
* 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))

## [1.23.0](https://github.com/googleapis/google-cloud-java/compare/v1.22.0...v1.23.0) (2023-10-25)


Expand Down
53 changes: 52 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "36fd92bbcd9b7f38d3567e7146499d35cb0b41af",
"message": "[dlp] Introduce Discovery API protos and methods",
"issues": [
"9996"
]
}
],
"version": "1.24.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-dlp",
"id": "a2027374-7145-4dc9-9df1-05f34099a1a4",
"createTime": "2023-10-28T01:22:52.805Z"
},
{
"changes": [
{
"type": "docs",
"sha": "baf18bd13715a18ec0f9dbb5812ba150695e34f6",
"message": "[artifactregistry] use code font for resource name references",
"issues": [
"9997"
]
}
],
"version": "1.24.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-artifact-registry",
"id": "a2ca886e-341c-40c9-8367-8763c885dd91",
"createTime": "2023-10-28T01:22:52.800Z"
},
{
"changes": [
{
"type": "feat",
"sha": "2021b5a92fdcb0907985a60301006576dfe51833",
"message": "[dataform] Support for ReleaseConfigs",
"issues": [
"9999"
]
}
],
"version": "1.24.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-dataform",
"id": "2a99dab9-34cf-4cc7-9094-299c7a7cee45",
"createTime": "2023-10-28T01:22:52.792Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -12437,5 +12488,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2023-10-25T03:09:16.122Z"
"updateTime": "2023-10-28T01:22:52.805Z"
}
6 changes: 3 additions & 3 deletions java-iamcredentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iamcredentials</artifactId>
<version>2.29.0</version>
<version>2.30.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-iamcredentials:2.29.0'
implementation 'com.google.cloud:google-cloud-iamcredentials:2.30.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-ids/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-ids</artifactId>
<version>1.28.0</version>
<version>1.29.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-ids:1.28.0'
implementation 'com.google.cloud:google-cloud-ids:1.29.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-infra-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-infra-manager</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-infra-manager:0.6.0'
implementation 'com.google.cloud:google-cloud-infra-manager:0.7.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-iot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-iot</artifactId>
<version>2.29.0</version>
<version>2.30.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-iot:2.29.0'
implementation 'com.google.cloud:google-cloud-iot:2.30.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-kms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-kms</artifactId>
<version>2.32.0</version>
<version>2.33.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-kms:2.32.0'
implementation 'com.google.cloud:google-cloud-kms:2.33.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-kmsinventory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-kmsinventory</artifactId>
<version>0.18.0</version>
<version>0.19.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-kmsinventory:0.18.0'
implementation 'com.google.cloud:google-cloud-kmsinventory:0.19.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-language/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-language</artifactId>
<version>2.30.0</version>
<version>2.31.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-language:2.30.0'
implementation 'com.google.cloud:google-cloud-language:2.31.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-life-sciences/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-life-sciences</artifactId>
<version>0.31.0</version>
<version>0.32.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-life-sciences:0.31.0'
implementation 'com.google.cloud:google-cloud-life-sciences:0.32.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-managed-identities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-managed-identities</artifactId>
<version>1.27.0</version>
<version>1.28.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-managed-identities:1.27.0'
implementation 'com.google.cloud:google-cloud-managed-identities:1.28.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-maps-addressvalidation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-addressvalidation</artifactId>
<version>0.23.0</version>
<version>0.24.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.maps:google-maps-addressvalidation:0.23.0'
implementation 'com.google.maps:google-maps-addressvalidation:0.24.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-maps-mapsplatformdatasets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-mapsplatformdatasets</artifactId>
<version>0.18.0</version>
<version>0.19.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.maps:google-maps-mapsplatformdatasets:0.18.0'
implementation 'com.google.maps:google-maps-mapsplatformdatasets:0.19.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-maps-routing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.maps</groupId>
<artifactId>google-maps-routing</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.maps:google-maps-routing:1.14.0'
implementation 'com.google.maps:google-maps-routing:1.15.0'
```

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

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

Expand Down
Loading

0 comments on commit 39536c0

Please sign in to comment.