|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [2.61.0](https://github.com/googleapis/java-storage/compare/v2.60.0...v2.61.0) (2025-12-11) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Add preview MultipartUploadClient#listMultipartUploads. ([4111afd](https://github.com/googleapis/java-storage/commit/4111afde04cb3b6284f570063dc604f518671d72)) |
| 9 | +* Add support for partial success in ListBuckets for grpc ([#3418](https://github.com/googleapis/java-storage/issues/3418)) ([2ddb979](https://github.com/googleapis/java-storage/commit/2ddb9791d335618320719a7f8200d67fe5d86345)) |
| 10 | +* 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)) |
| 11 | +* Add UploadPartRequest.crc32c property and requisite plumbing ([#3395](https://github.com/googleapis/java-storage/issues/3395)) ([0701c6b](https://github.com/googleapis/java-storage/commit/0701c6b4888b142ef243bb674f4bf4ff688dafc8)) |
| 12 | +* Adding support for grpc partial list buckets ([8a0adf4](https://github.com/googleapis/java-storage/commit/8a0adf41b20becd3f69c4466b10872d56ec4db45)) |
| 13 | +* Adding user-project as an argument for CompleteMultipartUpload and removing the default value from options. ([a66f696](https://github.com/googleapis/java-storage/commit/a66f6968c8268852559d2e70c88c12f589bf16f7)) |
| 14 | +* Adding user-project to CompleteMultipartUploadRequest, removing default value. ([52bfddf](https://github.com/googleapis/java-storage/commit/52bfddf0f8ce15024146c371ab6a038cc2754d89)) |
| 15 | +* Adding user-project to MultipartUpload APIs ([33f225c](https://github.com/googleapis/java-storage/commit/33f225c2fcb7bc09746ed5578b54a91d01c7c24b)) |
| 16 | +* Adding user-project to MultipartUpload APIs. ([adb8d45](https://github.com/googleapis/java-storage/commit/adb8d4524d9dfb09a97ab74cb17a179094931463)) |
| 17 | +* Modifying getters and setters to be more inline with s3 interface. ([0a8bbea](https://github.com/googleapis/java-storage/commit/0a8bbeaf8babd296fce0690421d2e480b361ca7e)) |
| 18 | +* **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)) |
| 19 | + |
| 20 | + |
| 21 | +### Bug Fixes |
| 22 | + |
| 23 | +* Adding & to request uri builder ([a33268c](https://github.com/googleapis/java-storage/commit/a33268c256e751250d846c80f8bc09e0bb3d4401)) |
| 24 | +* Adding default for backward compaitbility ([de8dc78](https://github.com/googleapis/java-storage/commit/de8dc789e0e6095a22b11458de137f01d10218c7)) |
| 25 | +* Call response.disconnect() after resolving resumable upload url ([#3385](https://github.com/googleapis/java-storage/issues/3385)) ([6af874b](https://github.com/googleapis/java-storage/commit/6af874bfa7f85f081341da9be87dd923a739c85d)) |
| 26 | +* **deps:** Update the Java code generator (gapic-generator-java) to 2.64.1 ([511ff51](https://github.com/googleapis/java-storage/commit/511ff514410e55425e968ab900ac1b8825fe507a)) |
| 27 | +* Fixing formatting issues ([af7800c](https://github.com/googleapis/java-storage/commit/af7800c9a8c1cfcb8e6bab877055b3c12a2051dd)) |
| 28 | +* Formatting fixes ([6b14271](https://github.com/googleapis/java-storage/commit/6b1427133e5fa50253296ade71410702cbbc7619)) |
| 29 | +* Making function package private ([0ed2945](https://github.com/googleapis/java-storage/commit/0ed2945dae2d96c43ca94f0833d2b8e23f53c0e7)) |
| 30 | +* Reverting deleted comments ([b900983](https://github.com/googleapis/java-storage/commit/b90098331c6a0b862e46baf60891bd07f4fb5cef)) |
| 31 | +* Update version for ListMulipartUploadsResponse ([194284b](https://github.com/googleapis/java-storage/commit/194284bb1bebd0c763691e8eae44b57ac3779cac)) |
| 32 | +* Updating version and formatting code ([37bf4ec](https://github.com/googleapis/java-storage/commit/37bf4ecc259e24d7f6af040402791383f458b617)) |
| 33 | +* Using MoreObjects helper ([310754d](https://github.com/googleapis/java-storage/commit/310754dc3ecd766f0a25aca599111dd08b11d2df)) |
| 34 | +* Using String Builder ([e14725e](https://github.com/googleapis/java-storage/commit/e14725e279a5753a83d3232eaabaf3018df06406)) |
| 35 | + |
| 36 | + |
| 37 | +### Dependencies |
| 38 | + |
| 39 | +* Update actions/checkout action to v6 ([d934ad9](https://github.com/googleapis/java-storage/commit/d934ad91aa1bf50e04870b1af747f1947fb2cbea)) |
| 40 | +* Update actions/checkout action to v6 ([d99dd53](https://github.com/googleapis/java-storage/commit/d99dd53a0401f5460a63be7a6b927a27cdad0997)) |
| 41 | +* Update dependency com.google.cloud:sdk-platform-java-config to v3.54.1 ([#3381](https://github.com/googleapis/java-storage/issues/3381)) ([ac9387d](https://github.com/googleapis/java-storage/commit/ac9387d7d74dbbaa4f97cecc49a09a81abfeffcf)) |
| 42 | +* Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.59.0 ([f5d8337](https://github.com/googleapis/java-storage/commit/f5d8337ad556770a55cc260975e44e85e8e831b0)) |
| 43 | +* Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.59.0 ([5480ce3](https://github.com/googleapis/java-storage/commit/5480ce347493ec425b675f462a42f45c22b06c28)) |
| 44 | + |
3 | 45 | ## [2.60.0](https://github.com/googleapis/java-storage/compare/v2.59.0...v2.60.0) (2025-11-07) |
4 | 46 |
|
5 | 47 |
|
|
0 commit comments