Skip to content

Commit 7ffc0c6

Browse files
diegomarquezpShreyasSinhaDhriti Chopracloud-java-botBenWhitehead
authored
feat: update with latest from main (#3436)
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>
1 parent eec9efa commit 7ffc0c6

47 files changed

Lines changed: 2296 additions & 247 deletions

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.64.2
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.54.2
2121
with:
2222
bom-path: google-cloud-storage-bom/pom.xml

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.60.0"
2+
".": "2.61.0"
33
}

CHANGELOG.md

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

3+
## [2.61.0](https://github.com/googleapis/java-storage/compare/v2.60.0...v2.61.0) (2025-12-15)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* Modifying getters and setters to be more inline with s3 interface. ([0a8bbea](https://github.com/googleapis/java-storage/commit/0a8bbeaf8babd296fce0690421d2e480b361ca7e))
10+
* **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))
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** Update the Java code generator (gapic-generator-java) to 2.64.1 ([511ff51](https://github.com/googleapis/java-storage/commit/511ff514410e55425e968ab900ac1b8825fe507a))
16+
17+
18+
### Dependencies
19+
20+
* Update actions/checkout action to v6 ([d934ad9](https://github.com/googleapis/java-storage/commit/d934ad91aa1bf50e04870b1af747f1947fb2cbea))
21+
* Update actions/checkout action to v6 ([d99dd53](https://github.com/googleapis/java-storage/commit/d99dd53a0401f5460a63be7a6b927a27cdad0997))
22+
* Update dependency com.google.apis:google-api-services-storage to v1-rev20251118-2.0.0 ([f48fa3f](https://github.com/googleapis/java-storage/commit/f48fa3f1dc5feabd89be063b138804b83f722c0c))
23+
* 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))
24+
* Update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 ([90a71be](https://github.com/googleapis/java-storage/commit/90a71be0899d06995b515d875c65cdc5f852c7b0))
25+
* 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))
26+
* Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.59.0 ([f5d8337](https://github.com/googleapis/java-storage/commit/f5d8337ad556770a55cc260975e44e85e8e831b0))
27+
* Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.59.0 ([5480ce3](https://github.com/googleapis/java-storage/commit/5480ce347493ec425b675f462a42f45c22b06c28))
28+
* Update googleapis/sdk-platform-java action to v2.64.2 ([23494d7](https://github.com/googleapis/java-storage/commit/23494d79d3a2785c30c75f50fd3b0a03598c3599))
29+
* 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))
30+
331
## [2.60.0](https://github.com/googleapis/java-storage/compare/v2.59.0...v2.60.0) (2025-11-07)
432

533

README.md

Lines changed: 5 additions & 5 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.72.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -59,20 +59,20 @@ If you are using Maven without the BOM, add this to your dependencies:
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.61.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.61.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.61.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.61.1-SNAPSHOT</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.61.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
1414
</parent>
1515
<dependencies>
1616
<dependency>

generation_config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.64.1
2-
googleapis_commitish: cf0434f4bd20618db60ddd16a1e7db2c0dfb9158
3-
libraries_bom_version: 26.71.0
2+
googleapis_commitish: 8c06c1e04ae562f49f411357577c700e9142f33c
3+
libraries_bom_version: 26.72.0
44
libraries:
55
- api_shortname: storage
66
name_pretty: Cloud Storage

google-cloud-storage-bom/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-storage-bom</artifactId>
22-
<version>2.60.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
22+
<version>2.61.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
2323
<packaging>pom</packaging>
2424
<parent>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>sdk-platform-java-config</artifactId>
27-
<version>3.54.1</version>
27+
<version>3.54.2</version>
2828
<relativePath/>
2929
</parent>
3030

@@ -69,37 +69,37 @@
6969
<dependency>
7070
<groupId>com.google.cloud</groupId>
7171
<artifactId>google-cloud-storage</artifactId>
72-
<version>2.60.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
72+
<version>2.61.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
7373
</dependency>
7474
<dependency>
7575
<groupId>com.google.api.grpc</groupId>
7676
<artifactId>gapic-google-cloud-storage-v2</artifactId>
77-
<version>2.60.1-SNAPSHOT</version><!-- {x-version-update:gapic-google-cloud-storage-v2:current} -->
77+
<version>2.61.1-SNAPSHOT</version><!-- {x-version-update:gapic-google-cloud-storage-v2:current} -->
7878
</dependency>
7979
<dependency>
8080
<groupId>com.google.api.grpc</groupId>
8181
<artifactId>grpc-google-cloud-storage-v2</artifactId>
82-
<version>2.60.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-v2:current} -->
82+
<version>2.61.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-v2:current} -->
8383
</dependency>
8484
<dependency>
8585
<groupId>com.google.api.grpc</groupId>
8686
<artifactId>proto-google-cloud-storage-v2</artifactId>
87-
<version>2.60.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-v2:current} -->
87+
<version>2.61.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-v2:current} -->
8888
</dependency>
8989
<dependency>
9090
<groupId>com.google.cloud</groupId>
9191
<artifactId>google-cloud-storage-control</artifactId>
92-
<version>2.60.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
92+
<version>2.61.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
9393
</dependency>
9494
<dependency>
9595
<groupId>com.google.api.grpc</groupId>
9696
<artifactId>grpc-google-cloud-storage-control-v2</artifactId>
97-
<version>2.60.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-control-v2:current} -->
97+
<version>2.61.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-storage-control-v2:current} -->
9898
</dependency>
9999
<dependency>
100100
<groupId>com.google.api.grpc</groupId>
101101
<artifactId>proto-google-cloud-storage-control-v2</artifactId>
102-
<version>2.60.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-control-v2:current} -->
102+
<version>2.61.1-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-storage-control-v2:current} -->
103103
</dependency>
104104
</dependencies>
105105
</dependencyManagement>

google-cloud-storage-control/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.cloud</groupId>
77
<artifactId>google-cloud-storage-control</artifactId>
8-
<version>2.60.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
8+
<version>2.61.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage-control:current} -->
99
<name>google-cloud-storage-control</name>
1010
<description>GRPC library for google-cloud-storage-control</description>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-storage-parent</artifactId>
14-
<version>2.60.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
14+
<version>2.61.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-storage:current} -->
1515
</parent>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)