Skip to content

Commit 538e7e1

Browse files
blakeli0ShreyasSinhaDhriti Chopracloud-java-botBenWhitehead
authored
chore: Merge release v2.62.0 into protobuf-3.x (#3483)
Co-authored-by: Shreyas Sinha <shreyassinha@google.com> Co-authored-by: Dhriti Chopra <dhritichopra@google.com> Co-authored-by: cloud-java-bot <cloud-java-bot@google.com> Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com> Co-authored-by: Mend Renovate <bot@renovateapp.com> Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: cloud-java-bot <122572305+cloud-java-bot@users.noreply.github.com> Co-authored-by: Dhriti07 <56169283+Dhriti07@users.noreply.github.com> Co-authored-by: nidhiii-27 <nidhiii@google.com> Co-authored-by: Diego Marquez <diegomarquezp@google.com> Co-authored-by: Tomo Suzuki <suztomo@google.com> Co-authored-by: Louis Christopher <louis9171@outlook.com>
1 parent 3a95990 commit 538e7e1

283 files changed

Lines changed: 3186 additions & 514 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/release-please.yml

Lines changed: 24 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2,67 +2,28 @@ bumpMinorPreMajor: true
22
handleGHRelease: true
33
releaseType: java-yoshi
44
extraFiles:
5-
- README.md
6-
- .readme-partials.yaml
5+
- README.md
6+
- .readme-partials.yaml
77
branches:
8-
- bumpMinorPreMajor: true
9-
handleGHRelease: true
10-
releaseType: java-lts
11-
branch: 1.113.14-sp
12-
- bumpMinorPreMajor: true
13-
handleGHRelease: true
14-
releaseType: java-yoshi
15-
branch: 1.106.1-patch
16-
- bumpMinorPreMajor: true
17-
handleGHRelease: true
18-
releaseType: java-yoshi
19-
branch: 1.111.3-patch
20-
- bumpMinorPreMajor: true
21-
handleGHRelease: true
22-
releaseType: java-yoshi
23-
branch: java7
24-
- bumpMinorPreMajor: true
25-
handleGHRelease: true
26-
releaseType: java-yoshi
27-
branch: 2.1.x
28-
- bumpMinorPreMajor: true
29-
handleGHRelease: true
30-
releaseType: java-backport
31-
branch: 2.6.x
32-
- bumpMinorPreMajor: true
33-
handleGHRelease: true
34-
releaseType: java-backport
35-
branch: 2.15.x
36-
- bumpMinorPreMajor: true
37-
handleGHRelease: true
38-
releaseType: java-backport
39-
extraFiles:
40-
- README.md
41-
branch: 2.22.x
42-
- bumpMinorPreMajor: true
43-
handleGHRelease: true
44-
releaseType: java-backport
45-
extraFiles:
46-
- README.md
47-
branch: 2.30.x
48-
- bumpMinorPreMajor: true
49-
handleGHRelease: true
50-
releaseType: java-backport
51-
extraFiles:
52-
- README.md
53-
- .readme-partials.yaml
54-
branch: 2.38.x
55-
- bumpMinorPreMajor: true
56-
handleGHRelease: true
57-
releaseType: java-backport
58-
extraFiles:
59-
- README.md
60-
- .readme-partials.yaml
61-
branch: 2.47.x
62-
- bumpMinorPreMajor: true
63-
handleGHRelease: true
64-
releaseType: java-backport
65-
extraFiles:
66-
- README.md
67-
- .readme-partials.yaml
68-
branch: 2.49.x
8+
- branch: 1.113.14-sp
9+
releaseType: java-lts
10+
- branch: 1.106.1-patch
11+
- branch: 1.111.3-patch
12+
- branch: java7
13+
- branch: 2.1.x
14+
- branch: 2.6.x
15+
releaseType: java-backport
16+
- branch: 2.15.x
17+
releaseType: java-backport
18+
- branch: 2.22.x
19+
releaseType: java-backport
20+
- branch: 2.30.x
21+
releaseType: java-backport
22+
- branch: 2.38.x
23+
releaseType: java-backport
24+
- branch: 2.47.x
25+
releaseType: java-backport
26+
- branch: 2.49.x
27+
releaseType: java-backport
28+
- branch: protobuf-4.x-rc
29+
manifest: true

.github/workflows/hermetic_library_generation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
else
3333
echo "SHOULD_RUN=true" >> $GITHUB_ENV
3434
fi
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
if: env.SHOULD_RUN == 'true'
3737
with:
3838
fetch-depth: 0
@@ -77,7 +77,7 @@ jobs:
7777
echo "SHOULD_RUN=false" >> $GITHUB_ENV
7878
fi
7979
80-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.64.1
80+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.65.1
8181
if: env.SHOULD_RUN == 'true'
8282
with:
8383
base_ref: ${{ github.base_ref }}

.github/workflows/unmanaged_dependency_check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
unmanaged_dependency_check:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
- uses: actions/setup-java@v3
1010
with:
1111
distribution: temurin
@@ -17,6 +17,6 @@ jobs:
1717
# repository
1818
.kokoro/build.sh
1919
- name: Unmanaged dependency check
20-
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.54.1
20+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.55.1
2121
with:
2222
bom-path: google-cloud-storage-bom/pom.xml

CHANGELOG.md

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

3+
## [2.62.0](https://github.com/googleapis/java-storage/compare/v2.61.0...v2.62.0) (2026-01-15)
4+
5+
6+
### Features
7+
8+
* Add default e2e checksum validation in the final call of resumable uploads ([#3450](https://github.com/googleapis/java-storage/issues/3450)) ([37d2bba](https://github.com/googleapis/java-storage/commit/37d2bba93dfbdc9a81195aff9325a66883b6795f))
9+
10+
11+
### Bug Fixes
12+
13+
* Update appendable upload retry logic to be able to more gracefully handle slow uploads ([#3438](https://github.com/googleapis/java-storage/issues/3438)) ([e660e5a](https://github.com/googleapis/java-storage/commit/e660e5a24f35798c6fcd6c9b30cf0a8324e5f5f8))
14+
15+
16+
### Dependencies
17+
18+
* Update dependency com.google.cloud:sdk-platform-java-config to v3.55.1 ([#3461](https://github.com/googleapis/java-storage/issues/3461)) ([7e45b9e](https://github.com/googleapis/java-storage/commit/7e45b9e6f03ddea3e0fce31b95f5b54c37799be4))
19+
* Update googleapis/sdk-platform-java action to v2.65.1 ([#3460](https://github.com/googleapis/java-storage/issues/3460)) ([2a42131](https://github.com/googleapis/java-storage/commit/2a42131d3850e661a53a93dd36b87fd58acd2a4f))
20+
21+
## [2.61.0](https://github.com/googleapis/java-storage/compare/v2.60.0...v2.61.0) (2025-12-15)
22+
23+
24+
### Features
25+
26+
* Add support for partial success in ListBuckets for json ([#3415](https://github.com/googleapis/java-storage/issues/3415)) ([37ef7f3](https://github.com/googleapis/java-storage/commit/37ef7f3894a867257d5366ab36129043b9a884f8))
27+
* Modifying getters and setters to be more inline with s3 interface. ([0a8bbea](https://github.com/googleapis/java-storage/commit/0a8bbeaf8babd296fce0690421d2e480b361ca7e))
28+
* **mpu:** Breaking change modifying getters and setters in MPU to be more inline with s3 interface. ([66d54e2](https://github.com/googleapis/java-storage/commit/66d54e2dc36d90853bae4d529a620f45a7001487))
29+
30+
31+
### Bug Fixes
32+
33+
* **deps:** Update the Java code generator (gapic-generator-java) to 2.64.1 ([511ff51](https://github.com/googleapis/java-storage/commit/511ff514410e55425e968ab900ac1b8825fe507a))
34+
35+
36+
### Dependencies
37+
38+
* Update actions/checkout action to v6 ([d934ad9](https://github.com/googleapis/java-storage/commit/d934ad91aa1bf50e04870b1af747f1947fb2cbea))
39+
* Update actions/checkout action to v6 ([d99dd53](https://github.com/googleapis/java-storage/commit/d99dd53a0401f5460a63be7a6b927a27cdad0997))
40+
* Update dependency com.google.apis:google-api-services-storage to v1-rev20251118-2.0.0 ([f48fa3f](https://github.com/googleapis/java-storage/commit/f48fa3f1dc5feabd89be063b138804b83f722c0c))
41+
* Update dependency com.google.apis:google-api-services-storage to v1-rev20251118-2.0.0 ([#3427](https://github.com/googleapis/java-storage/issues/3427)) ([4612e72](https://github.com/googleapis/java-storage/commit/4612e72051d35b22135811a8723a65646a90d45e))
42+
* Update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 ([90a71be](https://github.com/googleapis/java-storage/commit/90a71be0899d06995b515d875c65cdc5f852c7b0))
43+
* Update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 ([#3424](https://github.com/googleapis/java-storage/issues/3424)) ([c989dc3](https://github.com/googleapis/java-storage/commit/c989dc3e65386e55bc25d2f6f63e499deda3fc69))
44+
* Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.59.0 ([f5d8337](https://github.com/googleapis/java-storage/commit/f5d8337ad556770a55cc260975e44e85e8e831b0))
45+
* Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.59.0 ([5480ce3](https://github.com/googleapis/java-storage/commit/5480ce347493ec425b675f462a42f45c22b06c28))
46+
* Update googleapis/sdk-platform-java action to v2.64.2 ([23494d7](https://github.com/googleapis/java-storage/commit/23494d79d3a2785c30c75f50fd3b0a03598c3599))
47+
* Update googleapis/sdk-platform-java action to v2.64.2 ([#3425](https://github.com/googleapis/java-storage/issues/3425)) ([fad2d7a](https://github.com/googleapis/java-storage/commit/fad2d7a780a084acd8ccdf2bb2f97a335c438594))
48+
349
## [2.60.0](https://github.com/googleapis/java-storage/compare/v2.59.0...v2.60.0) (2025-11-07)
450

551

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.71.0</version>
22+
<version>26.73.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -46,33 +46,33 @@ 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-storage</artifactId>
49-
<version>2.60.0</version>
49+
<version>2.61.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-storage-control</artifactId>
54-
<version>2.60.0</version>
54+
<version>2.61.0</version>
5555
</dependency>
5656

5757
```
5858

5959
If you are using Gradle 5.x or later, add this to your dependencies:
6060

6161
```Groovy
62-
implementation platform('com.google.cloud:libraries-bom:26.71.0')
62+
implementation platform('com.google.cloud:libraries-bom:26.72.0')
6363
6464
implementation 'com.google.cloud:google-cloud-storage'
6565
```
6666
If you are using Gradle without BOM, add this to your dependencies:
6767

6868
```Groovy
69-
implementation 'com.google.cloud:google-cloud-storage:2.60.0'
69+
implementation 'com.google.cloud:google-cloud-storage:2.62.0'
7070
```
7171

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

7474
```Scala
75-
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.60.0"
75+
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.62.0"
7676
```
7777

7878
## Authentication
@@ -484,7 +484,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
484484
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storage/java11.html
485485
[stability-image]: https://img.shields.io/badge/stability-stable-green
486486
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storage.svg
487-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.60.0
487+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storage/2.62.0
488488
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
489489
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
490490
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

gapic-google-cloud-storage-v2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api.grpc</groupId>
66
<artifactId>gapic-google-cloud-storage-v2</artifactId>
7-
<version>2.60.1-SNAPSHOT</version><!-- {x-version-update:gapic-google-cloud-storage-v2:current} -->
7+
<version>2.62.0</version><!-- {x-version-update:gapic-google-cloud-storage-v2:current} -->
88
<name>gapic-google-cloud-storage-v2</name>
99
<description>GRPC library for gapic-google-cloud-storage-v2</description>
1010
<parent>
1111
<groupId>com.google.cloud</groupId>
1212
<artifactId>google-cloud-storage-parent</artifactId>
13-
<version>2.60.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
13+
<version>2.62.0</version><!-- {x-version-update:google-cloud-storage:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025 Google LLC
2+
* Copyright 2026 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025 Google LLC
2+
* Copyright 2026 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025 Google LLC
2+
* Copyright 2026 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/GrpcStorageCallableFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025 Google LLC
2+
* Copyright 2026 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)