Skip to content

Commit 2b08666

Browse files
chore(main): release 1.47.0
1 parent e6c0f63 commit 2b08666

File tree

20 files changed

+82
-53
lines changed

20 files changed

+82
-53
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.46.0"
2+
".": "1.47.0"
33
}

CHANGELOG.md

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

3+
## [1.47.0](https://github.com/googleapis/google-cloud-java/compare/v1.46.0...v1.47.0) (2024-10-26)
4+
5+
6+
### Features
7+
8+
* [parallelstore] new module for parallelstore v1 ([#11272](https://github.com/googleapis/google-cloud-java/issues/11272)) ([ea1ab21](https://github.com/googleapis/google-cloud-java/commit/ea1ab21a35ccbe0564ce6a183d4c39a2225c52e6))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.134.0 ([#11267](https://github.com/googleapis/google-cloud-java/issues/11267)) ([ca21732](https://github.com/googleapis/google-cloud-java/commit/ca217328efde67b26d4e8fc22474f4eda7bbb76f))
14+
315
## [1.46.0](https://github.com/googleapis/google-cloud-java/compare/v1.45.0...v1.46.0) (2024-10-09)
416

517

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "ea1ab21a35ccbe0564ce6a183d4c39a2225c52e6",
9+
"message": "[parallelstore] new module for parallelstore v1",
10+
"issues": [
11+
"11272"
12+
]
13+
}
14+
],
15+
"version": "1.47.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-parallelstore",
18+
"id": "b6949725-9376-4039-a576-6dc6bcb75ae0",
19+
"createTime": "2024-10-26T01:11:55.471Z"
20+
},
421
{
522
"changes": [
623
{
@@ -339686,5 +339703,5 @@
339686339703
"createTime": "2023-02-03T16:27:23.198Z"
339687339704
}
339688339705
],
339689-
"updateTime": "2024-10-09T13:37:39.936Z"
339706+
"updateTime": "2024-10-26T01:11:55.471Z"
339690339707
}

java-translate/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-translate</artifactId>
46-
<version>2.52.0</version>
46+
<version>2.53.0</version>
4747
</dependency>
4848
```
4949

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

5252
```Groovy
53-
implementation 'com.google.cloud:google-cloud-translate:2.52.0'
53+
implementation 'com.google.cloud:google-cloud-translate:2.53.0'
5454
```
5555

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

5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.52.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.53.0"
6060
```
6161
<!-- {x-version-update-end} -->
6262

java-vertexai/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ If you're using Maven without the BOM, add the following to your dependencies:
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-vertexai</artifactId>
43-
<version>1.12.0</version>
43+
<version>1.13.0</version>
4444
</dependency>
4545
```
4646

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

4949
```Groovy
50-
implementation 'com.google.cloud:google-cloud-vertexai:1.12.0'
50+
implementation 'com.google.cloud:google-cloud-vertexai:1.13.0'
5151
```
5252

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

5555
```Scala
56-
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.12.0"
56+
libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.13.0"
5757
```
5858
<!-- {x-version-update-end} -->
5959

java-video-intelligence/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-video-intelligence</artifactId>
46-
<version>2.51.0</version>
46+
<version>2.52.0</version>
4747
</dependency>
4848
```
4949

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

5252
```Groovy
53-
implementation 'com.google.cloud:google-cloud-video-intelligence:2.51.0'
53+
implementation 'com.google.cloud:google-cloud-video-intelligence:2.52.0'
5454
```
5555

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

5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.51.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.52.0"
6060
```
6161
<!-- {x-version-update-end} -->
6262

java-video-live-stream/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>google-cloud-live-stream</artifactId>
49-
<version>0.54.0</version>
49+
<version>0.55.0</version>
5050
</dependency>
5151
```
5252

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

5555
```Groovy
56-
implementation 'com.google.cloud:google-cloud-live-stream:0.54.0'
56+
implementation 'com.google.cloud:google-cloud-live-stream:0.55.0'
5757
```
5858

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

6161
```Scala
62-
libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.54.0"
62+
libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.55.0"
6363
```
6464
<!-- {x-version-update-end} -->
6565

java-video-stitcher/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-video-stitcher</artifactId>
46-
<version>0.52.0</version>
46+
<version>0.53.0</version>
4747
</dependency>
4848
```
4949

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

5252
```Groovy
53-
implementation 'com.google.cloud:google-cloud-video-stitcher:0.52.0'
53+
implementation 'com.google.cloud:google-cloud-video-stitcher:0.53.0'
5454
```
5555

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

5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.52.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.53.0"
6060
```
6161
<!-- {x-version-update-end} -->
6262

java-video-transcoder/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-video-transcoder</artifactId>
46-
<version>1.51.0</version>
46+
<version>1.52.0</version>
4747
</dependency>
4848
```
4949

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

5252
```Groovy
53-
implementation 'com.google.cloud:google-cloud-video-transcoder:1.51.0'
53+
implementation 'com.google.cloud:google-cloud-video-transcoder:1.52.0'
5454
```
5555

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

5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.51.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.52.0"
6060
```
6161
<!-- {x-version-update-end} -->
6262

java-vision/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-vision</artifactId>
46-
<version>3.50.0</version>
46+
<version>3.51.0</version>
4747
</dependency>
4848
```
4949

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

5252
```Groovy
53-
implementation 'com.google.cloud:google-cloud-vision:3.50.0'
53+
implementation 'com.google.cloud:google-cloud-vision:3.51.0'
5454
```
5555

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

5858
```Scala
59-
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.50.0"
59+
libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.51.0"
6060
```
6161
<!-- {x-version-update-end} -->
6262

0 commit comments

Comments
 (0)