From 1a368c10d8da84f861db46207a4c782a616a0ae8 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 1 Dec 2023 16:44:40 +0000
Subject: [PATCH] chore(main): release 2.30.0
---
CHANGELOG.md | 32 +++++++++++++++++++++++++++
README.md | 8 +++----
gapic-google-cloud-storage-v2/pom.xml | 4 ++--
google-cloud-storage-bom/pom.xml | 10 ++++-----
google-cloud-storage/pom.xml | 6 ++---
grpc-google-cloud-storage-v2/pom.xml | 4 ++--
pom.xml | 12 +++++-----
proto-google-cloud-storage-v2/pom.xml | 4 ++--
samples/install-without-bom/pom.xml | 2 +-
samples/native-image-sample/pom.xml | 2 +-
samples/snapshot/pom.xml | 4 ++--
samples/snippets/pom.xml | 2 +-
storage-shared-benchmarking/pom.xml | 4 ++--
versions.txt | 8 +++----
14 files changed, 67 insertions(+), 35 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e016233b8..615b09308c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,37 @@
# Changelog
+## [2.30.0](https://github.com/googleapis/java-storage/compare/v2.29.1...v2.30.0) (2023-12-01)
+
+
+### Features
+
+* Add object retention feature ([#2277](https://github.com/googleapis/java-storage/issues/2277)) ([3deb29b](https://github.com/googleapis/java-storage/commit/3deb29b2b78310a46b268e20d88f383b9a818e0b))
+
+
+### Bug Fixes
+
+* Fix JSON read handling when socket broken resulting in partial bytes copied ([#2303](https://github.com/googleapis/java-storage/issues/2303)) ([d4bfcf0](https://github.com/googleapis/java-storage/commit/d4bfcf0d4d5155a78c9230bc85be739f99391b1a)), closes [#2301](https://github.com/googleapis/java-storage/issues/2301)
+* Fix Storage#readAllBytes to allow reading compressed bytes ([#2304](https://github.com/googleapis/java-storage/issues/2304)) ([68b96a9](https://github.com/googleapis/java-storage/commit/68b96a97352925a6142e677949395044ddc6c605))
+* Update implementation of readAllBytes and downloadTo to be more robust to retryable errors ([#2305](https://github.com/googleapis/java-storage/issues/2305)) ([21821da](https://github.com/googleapis/java-storage/commit/21821da1483570b0b913f6bfcbc7c5637a637bca))
+
+
+### Dependencies
+
+* Update actions/github-script action to v7 ([#2300](https://github.com/googleapis/java-storage/issues/2300)) ([062df62](https://github.com/googleapis/java-storage/commit/062df62948c5bd4fc11090f42495043fc697c38a))
+* Update actions/github-script action to v7 ([#2302](https://github.com/googleapis/java-storage/issues/2302)) ([c46c24f](https://github.com/googleapis/java-storage/commit/c46c24f64ab0164cffc30b68ed070d854bb4b156))
+* Update actions/github-script action to v7 ([#2318](https://github.com/googleapis/java-storage/issues/2318)) ([44c1b00](https://github.com/googleapis/java-storage/commit/44c1b0022fe892177ae4ae45acaf52e8e9971ec2))
+* Update actions/setup-java action to v4 ([#2315](https://github.com/googleapis/java-storage/issues/2315)) ([5791470](https://github.com/googleapis/java-storage/commit/57914706d2ef8de9895c0c80e6b89755b378c89f))
+* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.20.0 ([#2316](https://github.com/googleapis/java-storage/issues/2316)) ([49cdc20](https://github.com/googleapis/java-storage/commit/49cdc2085adbba5024b27fda5b1add328de82684))
+* Update dependency net.jqwik:jqwik to v1.8.2 ([#2312](https://github.com/googleapis/java-storage/issues/2312)) ([70d1d1c](https://github.com/googleapis/java-storage/commit/70d1d1c91c28e9a1fa5f9f938301ff5346a56a7b))
+* Update dependency org.junit.vintage:junit-vintage-engine to v5.10.1 ([#2292](https://github.com/googleapis/java-storage/issues/2292)) ([7471a7c](https://github.com/googleapis/java-storage/commit/7471a7ced7a3d53c67c08aeb9a56bb7b2b23b2d0))
+* Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.40.0 ([#2306](https://github.com/googleapis/java-storage/issues/2306)) ([29f4ea6](https://github.com/googleapis/java-storage/commit/29f4ea60891914eb87db9227a76b1c51b818a492))
+* Update junit-platform.version to v5.10.1 ([#2293](https://github.com/googleapis/java-storage/issues/2293)) ([6e36cc4](https://github.com/googleapis/java-storage/commit/6e36cc4feba180247a87b095e4f9c145f724d9e8))
+
+
+### Documentation
+
+* Add @TransportCompatibility to StorageBatch ([#2276](https://github.com/googleapis/java-storage/issues/2276)) ([d3b7bb3](https://github.com/googleapis/java-storage/commit/d3b7bb38537117c508527fd843bc9450ebbfe1ee))
+
## [2.29.1](https://github.com/googleapis/java-storage/compare/v2.29.0...v2.29.1) (2023-11-02)
diff --git a/README.md b/README.md
index 0566dd8062..71d69e8e58 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-storage
- 2.29.1
+ 2.30.0
```
@@ -50,20 +50,20 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:
```Groovy
-implementation platform('com.google.cloud:libraries-bom:26.27.0')
+implementation platform('com.google.cloud:libraries-bom:2.30.0')
implementation 'com.google.cloud:google-cloud-storage'
```
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
-implementation 'com.google.cloud:google-cloud-storage:2.29.1'
+implementation 'com.google.cloud:google-cloud-storage:2.30.0'
```
If you are using SBT, add this to your dependencies:
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.29.1"
+libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.30.0"
```
diff --git a/gapic-google-cloud-storage-v2/pom.xml b/gapic-google-cloud-storage-v2/pom.xml
index 906ae2294d..2fa91d5a21 100644
--- a/gapic-google-cloud-storage-v2/pom.xml
+++ b/gapic-google-cloud-storage-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
gapic-google-cloud-storage-v2
- 2.29.2-alpha-SNAPSHOT
+ 2.30.0-alpha
gapic-google-cloud-storage-v2
GRPC library for gapic-google-cloud-storage-v2
com.google.cloud
google-cloud-storage-parent
- 2.29.2-SNAPSHOT
+ 2.30.0
diff --git a/google-cloud-storage-bom/pom.xml b/google-cloud-storage-bom/pom.xml
index 3dc21cfcbd..8f244a76a3 100644
--- a/google-cloud-storage-bom/pom.xml
+++ b/google-cloud-storage-bom/pom.xml
@@ -19,7 +19,7 @@
4.0.0
com.google.cloud
google-cloud-storage-bom
- 2.29.2-SNAPSHOT
+ 2.30.0
pom
com.google.cloud
@@ -69,22 +69,22 @@
com.google.cloud
google-cloud-storage
- 2.29.2-SNAPSHOT
+ 2.30.0
com.google.api.grpc
gapic-google-cloud-storage-v2
- 2.29.2-alpha-SNAPSHOT
+ 2.30.0-alpha
com.google.api.grpc
grpc-google-cloud-storage-v2
- 2.29.2-alpha-SNAPSHOT
+ 2.30.0-alpha
com.google.api.grpc
proto-google-cloud-storage-v2
- 2.29.2-alpha-SNAPSHOT
+ 2.30.0-alpha
diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml
index 60c2b68374..2a1ac484c4 100644
--- a/google-cloud-storage/pom.xml
+++ b/google-cloud-storage/pom.xml
@@ -2,7 +2,7 @@
4.0.0
google-cloud-storage
- 2.29.2-SNAPSHOT
+ 2.30.0
jar
Google Cloud Storage
https://github.com/googleapis/java-storage
@@ -12,11 +12,11 @@
com.google.cloud
google-cloud-storage-parent
- 2.29.2-SNAPSHOT
+ 2.30.0
google-cloud-storage
- 1.107.13
+ 1.107.12
5.10.1
diff --git a/grpc-google-cloud-storage-v2/pom.xml b/grpc-google-cloud-storage-v2/pom.xml
index ea6fa9dc8e..6f89fe1c42 100644
--- a/grpc-google-cloud-storage-v2/pom.xml
+++ b/grpc-google-cloud-storage-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
grpc-google-cloud-storage-v2
- 2.29.2-alpha-SNAPSHOT
+ 2.30.0-alpha
grpc-google-cloud-storage-v2
GRPC library for grpc-google-cloud-storage-v2
com.google.cloud
google-cloud-storage-parent
- 2.29.2-SNAPSHOT
+ 2.30.0
diff --git a/pom.xml b/pom.xml
index c0be557d07..0c5777830a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.google.cloud
google-cloud-storage-parent
pom
- 2.29.2-SNAPSHOT
+ 2.30.0
Storage Parent
https://github.com/googleapis/java-storage
@@ -76,7 +76,7 @@
com.google.cloud
google-cloud-storage
- 2.29.2-SNAPSHOT
+ 2.30.0
com.google.apis
@@ -86,7 +86,7 @@
com.google.cloud
google-cloud-pubsub
- 1.125.13
+ 1.125.12
test
@@ -117,17 +117,17 @@
com.google.api.grpc
proto-google-cloud-storage-v2
- 2.29.2-alpha-SNAPSHOT
+ 2.30.0-alpha
com.google.api.grpc
grpc-google-cloud-storage-v2
- 2.29.2-alpha-SNAPSHOT
+ 2.30.0-alpha
com.google.api.grpc
gapic-google-cloud-storage-v2
- 2.29.2-alpha-SNAPSHOT
+ 2.30.0-alpha
com.google.cloud
diff --git a/proto-google-cloud-storage-v2/pom.xml b/proto-google-cloud-storage-v2/pom.xml
index 872aa4e9c1..fd8de2a7bd 100644
--- a/proto-google-cloud-storage-v2/pom.xml
+++ b/proto-google-cloud-storage-v2/pom.xml
@@ -4,13 +4,13 @@
4.0.0
com.google.api.grpc
proto-google-cloud-storage-v2
- 2.29.2-alpha-SNAPSHOT
+ 2.30.0-alpha
proto-google-cloud-storage-v2
PROTO library for proto-google-cloud-storage-v2
com.google.cloud
google-cloud-storage-parent
- 2.29.2-SNAPSHOT
+ 2.30.0
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index a69de14a56..b484fd5adf 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -61,7 +61,7 @@
com.google.cloud
google-cloud-pubsub
- 1.125.13
+ 1.125.12
test
diff --git a/samples/native-image-sample/pom.xml b/samples/native-image-sample/pom.xml
index 858be12640..3654328506 100644
--- a/samples/native-image-sample/pom.xml
+++ b/samples/native-image-sample/pom.xml
@@ -61,7 +61,7 @@
com.google.cloud
google-cloud-pubsub
- 1.125.13
+ 1.125.12
test
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 02092b43e5..56d50f540e 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -28,7 +28,7 @@
com.google.cloud
google-cloud-storage
- 2.29.2-SNAPSHOT
+ 2.30.0
@@ -52,7 +52,7 @@
com.google.cloud
google-cloud-pubsub
- 1.125.13
+ 1.125.12
test
diff --git a/samples/snippets/pom.xml b/samples/snippets/pom.xml
index a2467285f6..05efc112f9 100644
--- a/samples/snippets/pom.xml
+++ b/samples/snippets/pom.xml
@@ -72,7 +72,7 @@
com.google.cloud
google-cloud-pubsub
- 1.125.13
+ 1.125.12
test
diff --git a/storage-shared-benchmarking/pom.xml b/storage-shared-benchmarking/pom.xml
index ecea593cec..cedc14b428 100644
--- a/storage-shared-benchmarking/pom.xml
+++ b/storage-shared-benchmarking/pom.xml
@@ -10,7 +10,7 @@
com.google.cloud
google-cloud-storage-parent
- 2.29.2-SNAPSHOT
+ 2.30.0
@@ -31,7 +31,7 @@
com.google.cloud
google-cloud-storage
- 2.29.2-SNAPSHOT
+ 2.30.0
tests
diff --git a/versions.txt b/versions.txt
index 45c919bd04..5eebc1a7b9 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,7 +1,7 @@
# Format:
# module:released-version:current-version
-google-cloud-storage:2.29.1:2.29.2-SNAPSHOT
-gapic-google-cloud-storage-v2:2.29.1-alpha:2.29.2-alpha-SNAPSHOT
-grpc-google-cloud-storage-v2:2.29.1-alpha:2.29.2-alpha-SNAPSHOT
-proto-google-cloud-storage-v2:2.29.1-alpha:2.29.2-alpha-SNAPSHOT
+google-cloud-storage:2.30.0:2.30.0
+gapic-google-cloud-storage-v2:2.30.0-alpha:2.30.0-alpha
+grpc-google-cloud-storage-v2:2.30.0-alpha:2.30.0-alpha
+proto-google-cloud-storage-v2:2.30.0-alpha:2.30.0-alpha