Skip to content

Commit

Permalink
chore(main): release 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 19, 2024
1 parent 1b616b0 commit f09df4c
Show file tree
Hide file tree
Showing 93 changed files with 166,652 additions and 272 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.35.0"
".": "1.36.0"
}
237 changes: 237 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

166,145 changes: 166,144 additions & 1 deletion changelog.json

Large diffs are not rendered by default.

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.40.0</version>
<version>1.41.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-ids:1.40.0'
implementation 'com.google.cloud:google-cloud-ids:1.41.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.40.0"
libraryDependencies += "com.google.cloud" % "google-cloud-ids" % "1.41.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.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-infra-manager:0.18.0'
implementation 'com.google.cloud:google-cloud-infra-manager:0.19.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.18.0"
libraryDependencies += "com.google.cloud" % "google-cloud-infra-manager" % "0.19.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.41.0</version>
<version>2.42.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-iot:2.41.0'
implementation 'com.google.cloud:google-cloud-iot:2.42.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.41.0"
libraryDependencies += "com.google.cloud" % "google-cloud-iot" % "2.42.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.44.0</version>
<version>2.45.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-kms:2.44.0'
implementation 'com.google.cloud:google-cloud-kms:2.45.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.44.0"
libraryDependencies += "com.google.cloud" % "google-cloud-kms" % "2.45.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.30.0</version>
<version>0.31.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-kmsinventory:0.30.0'
implementation 'com.google.cloud:google-cloud-kmsinventory:0.31.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-kmsinventory" % "0.30.0"
libraryDependencies += "com.google.cloud" % "google-cloud-kmsinventory" % "0.31.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.42.0</version>
<version>2.43.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-language:2.42.0'
implementation 'com.google.cloud:google-cloud-language:2.43.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-language" % "2.42.0"
libraryDependencies += "com.google.cloud" % "google-cloud-language" % "2.43.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.43.0</version>
<version>0.44.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.43.0'
implementation 'com.google.cloud:google-cloud-life-sciences:0.44.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.43.0"
libraryDependencies += "com.google.cloud" % "google-cloud-life-sciences" % "0.44.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.39.0</version>
<version>1.40.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.39.0'
implementation 'com.google.cloud:google-cloud-managed-identities:1.40.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % "1.39.0"
libraryDependencies += "com.google.cloud" % "google-cloud-managed-identities" % "1.40.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.35.0</version>
<version>0.36.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.maps:google-maps-addressvalidation:0.35.0'
implementation 'com.google.maps:google-maps-addressvalidation:0.36.0'
```

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

```Scala
libraryDependencies += "com.google.maps" % "google-maps-addressvalidation" % "0.35.0"
libraryDependencies += "com.google.maps" % "google-maps-addressvalidation" % "0.36.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.30.0</version>
<version>0.31.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.maps:google-maps-mapsplatformdatasets:0.30.0'
implementation 'com.google.maps:google-maps-mapsplatformdatasets:0.31.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-maps-places/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-places</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.maps:google-maps-places:0.12.0'
implementation 'com.google.maps:google-maps-places:0.13.0'
```

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

```Scala
libraryDependencies += "com.google.maps" % "google-maps-places" % "0.12.0"
libraryDependencies += "com.google.maps" % "google-maps-places" % "0.13.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.26.0</version>
<version>1.27.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.maps:google-maps-routing:1.26.0'
implementation 'com.google.maps:google-maps-routing:1.27.0'
```

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

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

Expand Down
6 changes: 3 additions & 3 deletions java-mediatranslation/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-mediatranslation</artifactId>
<version>0.47.0</version>
<version>0.48.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-mediatranslation:0.47.0'
implementation 'com.google.cloud:google-cloud-mediatranslation:0.48.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.47.0"
libraryDependencies += "com.google.cloud" % "google-cloud-mediatranslation" % "0.48.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-meet/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-meet</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-meet:0.8.0'
implementation 'com.google.cloud:google-cloud-meet:0.9.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-meet" % "0.8.0"
libraryDependencies += "com.google.cloud" % "google-cloud-meet" % "0.9.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-memcache/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-memcache</artifactId>
<version>2.41.0</version>
<version>2.42.0</version>
</dependency>
```

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

```Groovy
implementation 'com.google.cloud:google-cloud-memcache:2.41.0'
implementation 'com.google.cloud:google-cloud-memcache:2.42.0'
```

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

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-memcache" % "2.41.0"
libraryDependencies += "com.google.cloud" % "google-cloud-memcache" % "2.42.0"
```
<!-- {x-version-update-end} -->

Expand Down
6 changes: 3 additions & 3 deletions java-migrationcenter/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-migrationcenter</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.cloud:google-cloud-migrationcenter:0.23.0'
implementation 'com.google.cloud:google-cloud-migrationcenter:0.24.0'
```

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

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

Expand Down
Loading

0 comments on commit f09df4c

Please sign in to comment.