From 64061af8d420e90158c71d1b67ac6cd007d6467f Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 19:12:44 +0000 Subject: [PATCH] chore(main): release 2.29.2 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ README.md | 8 ++++---- gapic-google-cloud-storage-v2/pom.xml | 4 ++-- google-cloud-storage-bom/pom.xml | 10 +++++----- google-cloud-storage/pom.xml | 4 ++-- grpc-google-cloud-storage-v2/pom.xml | 4 ++-- pom.xml | 10 +++++----- proto-google-cloud-storage-v2/pom.xml | 4 ++-- samples/install-without-bom/pom.xml | 2 +- samples/snapshot/pom.xml | 4 ++-- storage-shared-benchmarking/pom.xml | 4 ++-- versions.txt | 8 ++++---- 12 files changed, 55 insertions(+), 31 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e016233b8..d46227aa3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [2.29.2](https://github.com/googleapis/java-storage/compare/v2.29.1...v2.29.2) (2023-11-30) + + +### 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 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..09fcf684b0 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.29.2 ``` @@ -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.29.2') 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.29.2' ``` 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.29.2" ``` diff --git a/gapic-google-cloud-storage-v2/pom.xml b/gapic-google-cloud-storage-v2/pom.xml index 906ae2294d..5b18e3fbae 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.29.2-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.29.2 diff --git a/google-cloud-storage-bom/pom.xml b/google-cloud-storage-bom/pom.xml index 3dc21cfcbd..ad5d42763c 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.29.2 pom com.google.cloud @@ -69,22 +69,22 @@ com.google.cloud google-cloud-storage - 2.29.2-SNAPSHOT + 2.29.2 com.google.api.grpc gapic-google-cloud-storage-v2 - 2.29.2-alpha-SNAPSHOT + 2.29.2-alpha com.google.api.grpc grpc-google-cloud-storage-v2 - 2.29.2-alpha-SNAPSHOT + 2.29.2-alpha com.google.api.grpc proto-google-cloud-storage-v2 - 2.29.2-alpha-SNAPSHOT + 2.29.2-alpha diff --git a/google-cloud-storage/pom.xml b/google-cloud-storage/pom.xml index 7c2dbf31b8..36ac08f822 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.29.2 jar Google Cloud Storage https://github.com/googleapis/java-storage @@ -12,7 +12,7 @@ com.google.cloud google-cloud-storage-parent - 2.29.2-SNAPSHOT + 2.29.2 google-cloud-storage diff --git a/grpc-google-cloud-storage-v2/pom.xml b/grpc-google-cloud-storage-v2/pom.xml index ea6fa9dc8e..8dd26efb7e 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.29.2-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.29.2 diff --git a/pom.xml b/pom.xml index 4a3310c9b7..81bbcd4dfc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-storage-parent pom - 2.29.2-SNAPSHOT + 2.29.2 Storage Parent https://github.com/googleapis/java-storage @@ -76,7 +76,7 @@ com.google.cloud google-cloud-storage - 2.29.2-SNAPSHOT + 2.29.2 com.google.apis @@ -117,17 +117,17 @@ com.google.api.grpc proto-google-cloud-storage-v2 - 2.29.2-alpha-SNAPSHOT + 2.29.2-alpha com.google.api.grpc grpc-google-cloud-storage-v2 - 2.29.2-alpha-SNAPSHOT + 2.29.2-alpha com.google.api.grpc gapic-google-cloud-storage-v2 - 2.29.2-alpha-SNAPSHOT + 2.29.2-alpha com.google.cloud diff --git a/proto-google-cloud-storage-v2/pom.xml b/proto-google-cloud-storage-v2/pom.xml index 872aa4e9c1..a3c321637c 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.29.2-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.29.2 diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml index dd257bc31b..2b33c1994e 100644 --- a/samples/install-without-bom/pom.xml +++ b/samples/install-without-bom/pom.xml @@ -72,7 +72,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.5.0 + 3.4.0 add-snippets-source diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml index b3158214f2..9608b67138 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.29.2 @@ -63,7 +63,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.5.0 + 3.4.0 add-snippets-source diff --git a/storage-shared-benchmarking/pom.xml b/storage-shared-benchmarking/pom.xml index ecea593cec..ab69d99d07 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.29.2 @@ -31,7 +31,7 @@ com.google.cloud google-cloud-storage - 2.29.2-SNAPSHOT + 2.29.2 tests diff --git a/versions.txt b/versions.txt index 45c919bd04..32bbf823ad 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.29.2:2.29.2 +gapic-google-cloud-storage-v2:2.29.2-alpha:2.29.2-alpha +grpc-google-cloud-storage-v2:2.29.2-alpha:2.29.2-alpha +proto-google-cloud-storage-v2:2.29.2-alpha:2.29.2-alpha