Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jul 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:google-cloud-storage 2.53.32.62.0 age adoption passing confidence

Release Notes

googleapis/java-storage (com.google.cloud:google-cloud-storage)

v2.62.0

Compare Source

Features
  • Add default e2e checksum validation in the final call of resumable uploads (#​3450) (37d2bba)
Bug Fixes
  • Update appendable upload retry logic to be able to more gracefully handle slow uploads (#​3438) (e660e5a)
Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.55.1 (#​3461) (7e45b9e)
  • Update googleapis/sdk-platform-java action to v2.65.1 (#​3460) (2a42131)

v2.61.0

Compare Source

Features
  • Add support for partial success in ListBuckets for json (#​3415) (37ef7f3)
  • Modifying getters and setters to be more inline with s3 interface. (0a8bbea)
  • mpu: Breaking change modifying getters and setters in MPU to be more inline with s3 interface. (66d54e2)
Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.64.1 (511ff51)
Dependencies
  • Update actions/checkout action to v6 (d934ad9)
  • Update actions/checkout action to v6 (d99dd53)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20251118-2.0.0 (f48fa3f)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20251118-2.0.0 (#​3427) (4612e72)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 (90a71be)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 (#​3424) (c989dc3)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.59.0 (f5d8337)
  • Update gcr.io/cloud-devrel-public-resources/storage-testbench docker tag to v0.59.0 (5480ce3)
  • Update googleapis/sdk-platform-java action to v2.64.2 (23494d7)
  • Update googleapis/sdk-platform-java action to v2.64.2 (#​3425) (fad2d7a)

v2.60.0

Compare Source

Features
Bug Fixes
  • Add new system property (com.google.cloud.storage.grpc.bound_token) to allow disabling bound token use with grpc (#​3365) (ebf5e6d)
  • Call response.disconnect() after resolving resumable upload url (#​3385) (ac3be4b)
  • deps: Update the Java code generator (gapic-generator-java) to 2.63.0 (c1a8968)
Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.54.1 (#​3381) (e3d3700)

v2.59.0

Compare Source

Features
  • Add per-message checksum validation for gRPC ReadObject operations (#​3336) (6eef1b0)
Bug Fixes
  • Add case insensitive check for X-Goog-Content-SHA256 in SignatureInfo (#​3337) (54bc2c1)
  • Migrate away from GoogleCredentials.fromStream() usages (#​3339) (7e42c2f)
  • Update BlobReadSession channels to not implicitly close once EOF is observed (#​3344) (9f0a93e)
  • Update grpc single-shot uploads to attach the callers stracktrace as suppressed exception if an error happens in the background (#​3330) (64e2b2e)
  • Update retry logic for grpc start resumable upload to properly handle client side deadline_exceeded (#​3354) (6eb3331)
Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.53.0 (#​3351) (e64565a)

v2.58.1

Compare Source

Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.62.3 (ba84793)
  • Update BlobReadSession ScatteringByteChannel projection to use less CPU (#​3324) (678fecc)
  • Update DefaultRetryContext to trap and forward RejectedExceptionException to onFailure (#​3327) (1be31bd)
  • Update PCU request building logic to properly clear crc32c and md5 (#​3323) (4da9f31)
Dependencies
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250925-2.0.0 (#​3313) (ab310eb)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.3 (#​3325) (4d3e3be)
  • Update googleapis/sdk-platform-java action to v2.62.3 (#​3322) (a5808ea)

v2.58.0

Compare Source

Features
  • storagecontrol: Add GetIamPolicy, SetIamPolicy, and TestIamPermissions RPCs (c884551)
Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.62.2 (984f8ca)
  • Fix appendable upload finalization race condition (#​3295) (485be18)
  • Fix IllegalMonitorStateException thrown from BlobAppendableUpload.isOpen() (#​3302) (aa90468)
  • Update object context diff logic to be shallow rather than deep (#​3287) (2fd15f6)
Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.2 (#​3298) (1489f3a)
  • Update googleapis/sdk-platform-java action to v2.62.2 (#​3299) (c3b05ac)

v2.57.0

Compare Source

Features
Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.62.1 (0e348db)
  • Update BlobAppendableUpload implementation to periodically flush for large writes (#​3278) (d0ffe18)
  • Update otel integration to properly activate span context for lazy RPCs such as reads & writes pt.2 (#​3277) (3240f67)
Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.1 (#​3280) (d046ea3)
  • Update googleapis/sdk-platform-java action to v2.62.1 (#​3281) (c9078bb)

v2.56.0

Compare Source

Features
  • breaking behavior rewrite Storage.blobAppendableUpload to be non-blocking and have improved throughput (#​3231) (7bd73d3)
  • Add AppendableUploadWriteableByteChannel#flush() (#​3261) (950c56f)
  • Add MinFlushSizeFlushPolicy#withMaxPendingBytes(long) (#​3231) (7bd73d3)
  • Add StorageChannelUtils to provide helper methods to perform blocking read/write to/from non-blocking channels (#​3231) (7bd73d3)
Bug Fixes
  • Make FlushPolicy${Min,Max}FlushSizeFlushPolicy constructors private (#​3217) (7bd73d3)
  • Update BlobAppendableUploadConfig and FlushPolicy.MinFlushSizeFlushPolicy to default to 4MiB minFlushSize and 16MiB maxPendingBytes (#​3249) (7bd73d3)
  • Update otel integration to properly activate span context for lazy RPCs such as reads & writes (#​3255) (d6587f4)
Dependencies
  • Update actions/checkout action to v5 (#​3239) (33f024b)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250815-2.0.0 (#​3245) (87afe1a)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.52.0 (#​3250) (0782e62)

v2.55.0

Compare Source

Features
  • Add new preview Bucket encryption policy configuration (#​3204) (7b250dd)
Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.61.0 (f98b686)
  • Enable ALTS bound token (for DirectPath) in the grpc channel provider (#​2919) (38d248d)
Dependencies
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.51.0 (#​3213) (86ff697)

v2.54.0

Compare Source

Features
  • Add BucketInfo.IpFilter (#​3177) (14a91ec)
  • Add default end-to-end checksumming for JournalingBlobWriteSessionConfig #​3180 (fa0f6a0)
  • Add default end-to-end crc32c checksumming for several upload methods via grpc transport #​3176 (fa0f6a0)
Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.60.2 (bd1f199)
  • Give user provided checksum precondition priority for Storage#create methods that accept byte[] #​3182 (fa0f6a0)
  • Move crc32c computation before writing to disk for BufferToDiskThenUpload BlobWriteSession config #​3187 (fa0f6a0)
Dependencies
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250718-2.0.0 (#​3203) (18978e4)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.50.2 (#​3201) (782c3c4)
  • Update googleapis/sdk-platform-java action to v2.60.1 (#​3196) (6ba56e5)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners July 28, 2025 23:48
@renovate-bot renovate-bot requested a review from whuffman36 July 28, 2025 23:48
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigquery Issues related to the googleapis/java-bigquery API. labels Jul 28, 2025
@dpebot
Copy link

dpebot commented Jul 28, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 28, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 28, 2025
PhongChuong
PhongChuong previously approved these changes Aug 5, 2025
@PhongChuong
Copy link
Contributor

/gcbrun

@renovate-bot renovate-bot changed the title test(deps): update dependency com.google.cloud:google-cloud-storage to v2.54.0 test(deps): update dependency com.google.cloud:google-cloud-storage to v2.55.0 Aug 6, 2025
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from 90eebd4 to c09ac31 Compare August 6, 2025 21:23
@dpebot
Copy link

dpebot commented Aug 6, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 6, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 6, 2025
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from c09ac31 to 819dbd9 Compare August 25, 2025 13:54
@dpebot
Copy link

dpebot commented Aug 25, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 25, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 25, 2025
@PhongChuong
Copy link
Contributor

/gcbrun

PhongChuong
PhongChuong previously approved these changes Aug 25, 2025
@renovate-bot renovate-bot changed the title test(deps): update dependency com.google.cloud:google-cloud-storage to v2.55.0 test(deps): update dependency com.google.cloud:google-cloud-storage to v2.56.0 Aug 25, 2025
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from 819dbd9 to 266cd6d Compare August 25, 2025 23:15
@dpebot
Copy link

dpebot commented Aug 25, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 25, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 25, 2025
@PhongChuong
Copy link
Contributor

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from 266cd6d to a664554 Compare September 2, 2025 13:58
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from c21487c to e803ab2 Compare November 8, 2025 01:48
@dpebot
Copy link

dpebot commented Nov 8, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 8, 2025
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Nov 8, 2025
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from e803ab2 to a8e4ffc Compare November 13, 2025 18:35
@dpebot
Copy link

dpebot commented Nov 13, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 13, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 13, 2025
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from a8e4ffc to aafd9cb Compare November 13, 2025 18:40
@dpebot
Copy link

dpebot commented Nov 13, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 13, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 13, 2025
@renovate-bot renovate-bot changed the title test(deps): update dependency com.google.cloud:google-cloud-storage to v2.60.0 test(deps): update dependency com.google.cloud:google-cloud-storage to v2.61.0 Dec 15, 2025
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from aafd9cb to 6d2d234 Compare December 15, 2025 15:48
@renovate-bot renovate-bot requested a review from a team as a code owner December 15, 2025 15:48
@dpebot
Copy link

dpebot commented Dec 15, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 15, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 15, 2025
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from 6d2d234 to 18faf6f Compare December 17, 2025 19:58
@renovate-bot renovate-bot changed the title test(deps): update dependency com.google.cloud:google-cloud-storage to v2.61.0 test(deps): update dependency com.google.cloud:google-cloud-storage to v2.62.0-rc1 Dec 17, 2025
@dpebot
Copy link

dpebot commented Dec 17, 2025

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 17, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 17, 2025
@renovate-bot renovate-bot changed the title test(deps): update dependency com.google.cloud:google-cloud-storage to v2.62.0-rc1 test(deps): update dependency com.google.cloud:google-cloud-storage to v2.62.0 Jan 15, 2026
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-storage-2.x branch from 18faf6f to f8ecb67 Compare January 15, 2026 20:29
@dpebot
Copy link

dpebot commented Jan 15, 2026

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 15, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigquery Issues related to the googleapis/java-bigquery API. size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants