Skip to content

Conversation

@renovate-bot
Copy link
Contributor

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

This PR contains the following updates:

Package Change Age Confidence
com.google.apis:google-api-services-storage (source) v1-rev20250524-2.0.0 -> v1-rev20251118-2.0.0 age confidence
com.google.cloud:google-cloud-storage 2.52.3 -> 2.60.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

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)

v2.53.3

Compare Source

Bug Fixes
  • Fix DefaultBlobWriteSessionConfig init to work when grpc classes are excluded (#​3147) (8571ba8)
Dependencies
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250629-2.0.0 (#​3185) (4ce8281)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.50.1 (#​3189) (7fbfb01)

v2.53.2

Compare Source

Bug Fixes
  • Fix Journaling BlobWriteSessionConfig to properly handle multiple consecutive retries (#​3166) (895bfbd)
Dependencies
  • Update dependency com.google.cloud.opentelemetry:exporter-trace to v0.36.0 (#​3162) (41a1030)
  • Update sdk-platform-java dependencies (#​3164) (c22a131)

v2.53.1

Compare Source

Bug Fixes
  • Cancel the future in RemoteStorageHelper#forceDelete when TimeoutException happens (#​3136) (e6007d5)
  • deps: Update the Java code generator (gapic-generator-java) to 2.59.0 (7dba9f0)
Dependencies
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250605-2.0.0 (#​3143) (17a80d8)
  • Update sdk-platform-java dependencies (#​3152) (2f78192)

v2.53.0

Compare Source

Features
  • Expose BucketInfo.getProject as a BigInteger (#​3119) (64bbb60), closes #​3023
  • storagecontrol: Add Anywhere cache control APIs (06572b7)
  • storagecontrol: Add Client Libraries Storage IntelligenceConfig (06572b7)
Bug Fixes
  • deps: Update the Java code generator (gapic-generator-java) to 2.58.0 (06572b7)
Dependencies
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250521-2.0.0 (#​3118) (e1be49e)
  • Update dependency com.google.apis:google-api-services-storage to v1-rev20250524-2.0.0 (#​3127) (2a4499d)
  • Update sdk-platform-java dependencies (#​3129) (31cd058)
Documentation
  • Add explicit Optional annotations to fields that have always been treated as optional (53b6927)
  • Add note that Bucket.project output format is always project number format (53b6927)
  • Add note that managedFolders are supported for GetIamPolicy and SetIamPolicy (53b6927)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 a review from a team as a code owner July 9, 2025 15:11
@renovate-bot renovate-bot force-pushed the renovate/first-party-storage-dependencies branch from 0d1a550 to d4eb38d Compare July 11, 2025 19:00
@renovate-bot renovate-bot force-pushed the renovate/first-party-storage-dependencies branch 2 times, most recently from b7bf443 to eb8a11b Compare July 28, 2025 23:40
@renovate-bot renovate-bot force-pushed the renovate/first-party-storage-dependencies branch from eb8a11b to 5c34485 Compare August 6, 2025 18:29
@renovate-bot renovate-bot force-pushed the renovate/first-party-storage-dependencies branch from 5c34485 to 621637c Compare August 18, 2025 10:01
@renovate-bot renovate-bot force-pushed the renovate/first-party-storage-dependencies branch 2 times, most recently from babb3b3 to 83e1d9e Compare August 25, 2025 22:15
@renovate-bot renovate-bot force-pushed the renovate/first-party-storage-dependencies branch from 83e1d9e to 21f82ae Compare September 10, 2025 00:57
blakeli0
blakeli0 previously approved these changes Sep 10, 2025
@blakeli0 blakeli0 added kokoro:force-run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. labels Sep 10, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 10, 2025
@gcf-merge-on-green
Copy link
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 11, 2025
@renovate-bot renovate-bot force-pushed the renovate/first-party-storage-dependencies branch from 8fa4f9a to ee301ec Compare December 12, 2025 20:57
@blakeli0 blakeli0 added kokoro:force-run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. labels Dec 12, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 12, 2025
@gcf-merge-on-green gcf-merge-on-green bot merged commit f89945c into googleapis:main Dec 12, 2025
34 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 12, 2025
@renovate-bot renovate-bot deleted the renovate/first-party-storage-dependencies branch December 12, 2025 23:35
blakeli0 pushed a commit that referenced this pull request Dec 16, 2025
🤖 I have created a release *beep* *boop*
---


<details><summary>1.75.0</summary>

##
[1.75.0](v1.74.0...v1.75.0)
(2025-12-16)


### ⚠ BREAKING CHANGES

* [admanager] Added proto3 optional to Network primitive fields
* [aiplatform] fix issue when using UrlContext tool

### Features

* [aiplatform] A new field `min_gpu_driver_version` is added to message
`.google.cloud.aiplatform.v1beta1.MachineSpec`
([b887034](b887034))
* [aiplatform] add `gpu_partition_size` in `machine_spec` v1 api
([b887034](b887034))
* [aiplatform] add `ReplicatedVoiceConfig` to `VoiceConfig` to enable
Gemini TTS voice replication
([b887034](b887034))
* [aiplatform] add `ReplicatedVoiceConfig` to `VoiceConfig` to enable
Gemini TTS voice replication
([b887034](b887034))
* [aiplatform] add streaming function call argument API changes
([ecb0b2a](ecb0b2a))
* [aiplatform] Add support for developer connect based deployment
([b887034](b887034))
* [aiplatform] Add support for developer connect based deployment
([b887034](b887034))
* [aiplatform] Expose FullFineTunedResources for full fine tuned
deployments
([b887034](b887034))
* [aiplatform] Expose zone when creating a FeatureOnlineStore
([b887034](b887034))
* [aiplatform] Introduce RagManagedVertexVectorSearch as a new vector db
option
([b887034](b887034))
* [artifact-registry] add ExportArtifact API
([b887034](b887034))
* [artifact-registry] add image_manifest field in DockerImage
([b887034](b887034))
* [backupdr] Adding new fields for CMEK and Retention Inheritance
features
([b887034](b887034))
* [batch] added new provisioning models
([b887034](b887034))
* [chat] Addition of GMAIL_MESSAGE value for RichLinkType enum in the
RichLinkMetadata proto
([02a9cd4](02a9cd4))
* [cloudbuild] Update GCB with latest proto changes
([b887034](b887034))
* [compute] [DIREGAPIC] Update v1 API definitions to revision 20251202
([02a9cd4](02a9cd4))
* [compute] Update Compute Engine v1 API to revision 20251031
([b887034](b887034))
* [dialogflow-cx] updated v3beta1 dialogflow client libraries
([02a9cd4](02a9cd4))
* [dialogflow] updated v2 dialogflow client libraries
([02a9cd4](02a9cd4))
* [dialogflow] updated v2beta1 dialogflow client libraries
([02a9cd4](02a9cd4))
* [eventarc] add wide-scope Eventarc GoogleApiSource flags
([b887034](b887034))
* [geminidataanalytics] add a QueryData API for NL2SQL conversion
([ecb0b2a](ecb0b2a))
* [gke-multi-cloud] added custom tolerations and labels support for
Attached Clusters
([b887034](b887034))
* [gkerecommender] new module for gkerecommender
([#11828](#11828))
([c65852e](c65852e))
* [hypercomputecluster] new module for hypercomputecluster
([#11821](#11821))
([b3789bd](b3789bd))
* [java-shopping-merchant-issue-resolution] Added the
`product_id_base64_url_encoded` field to `RenderProductIssuesRequest`.
This allows for product IDs containing special characters to be
correctly handled when unpadded base64url-encoded
([b887034](b887034))
* [java-shopping-merchant-issue-resolution] Added the
`product_id_base64_url_encoded` field to `RenderProductIssuesRequest`.
This allows for product IDs containing special characters to be
correctly handled when unpadded base64url-encoded
([b887034](b887034))
* [netapp] Add Squash Mode to Export Policy
([b887034](b887034))
* [network-security] publish networksecurity v1beta1 api
([b887034](b887034))
* [parallelstore] add transfer metadata options proto definition
([b887034](b887034))
* [recaptchaenterprise] add verifiedBots field to RiskAnalysis and
definitions for a Bot object to store metadata for a detected bot
([02a9cd4](02a9cd4))
* [run] add SourceCode proto to Run container config
([2f0f298](2f0f298))
* [shopping-merchant-accounts] A new field `radius_area` is added to
message `.google.shopping.merchant.accounts.v1.Region`
([b887034](b887034))
* [shopping-merchant-inventories] Added the
`product_id_base64_url_encoded` field to `ListLocalInventoriesRequest`,
`InsertLocalInventoryRequest`, `DeleteLocalInventoryRequest`,
`ListRegionalInventoriesRequest`, `InsertRegionalInventoryRequest`, and
`DeleteRegionalInventoryRequest`. This allows for product IDs containing
special characters to be correctly handled when base64url-encoded
([b887034](b887034))
* [shopping-merchant-inventories] Added the
`product_id_base64_url_encoded` field to `ListLocalInventoriesRequest`,
`InsertLocalInventoryRequest`, `DeleteLocalInventoryRequest`,
`ListRegionalInventoriesRequest`, `InsertRegionalInventoryRequest`, and
`DeleteRegionalInventoryRequest`. This allows for product IDs containing
special characters to be correctly handled when unpadded
base64url-encoded
([b887034](b887034))
* [shopping-merchant-products] Added the `product_id_base64_url_encoded`
field to `InsertProductInputRequest`, `DeleteProductInputRequest`, and
`GetProductRequest`. This allows for product IDs containing special
characters to be correctly handled when unpadded base64url-encoded
([b887034](b887034))
* [shopping-merchant-products] Added the `product_id_base64_url_encoded`
field to `InsertProductInputRequest`, `DeleteProductInputRequest`, and
`GetProductRequest`. This allows for product IDs containing special
characters to be correctly handled when unpadded base64url-encoded
([b887034](b887034))
* [shopping-merchant-quota] Add the AccountLimit resource and its
service to the quota bundle
([b887034](b887034))
* [storagebatchoperations] Add support for creating Job resource in
dry-run mode
([02a9cd4](02a9cd4))
* [valkey] A new field `Instance.simulate_maintenance_event` is added to
message `.google.cloud.memorystore.v1.`
([02a9cd4](02a9cd4))
* [vectorsearch] Added TextSearch support to the batch search API
([b887034](b887034))
* [vmmigration] add adaptation modifiers and storage pools to
MigratingVM target defaults
([b887034](b887034))
* Generate Maintenance V1 library
([#11824](#11824))
([2eadab5](2eadab5))


### Bug Fixes

* [admanager] Added proto3 optional to Network primitive fields
([ecb0b2a](ecb0b2a))
* [aiplatform] fix issue when using UrlContext tool
([b887034](b887034))
* [channel] Changed field behavior for an existing field
`entitlement_granularity` in message
`.google.cloud.channel.v1.RepricingConfig`
([b887034](b887034))
* **deps:** update dependency com.google.cloud:libraries-bom to v26.72.0
([#11664](#11664))
([6854bbe](6854bbe))
* **deps:** update first-party storage dependencies
([#11657](#11657))
([f89945c](f89945c))
* **deps:** update the Java code generator (gapic-generator-java) to
2.64.2
([ecb0b2a](ecb0b2a))
* partial release of java-asset and gapic-libraries-bom
([ce3d3fb](ce3d3fb))
* update dependency com.google.cloud:sdk-platform-java-config to v3.54.2
([#11819](#11819))
([f32924a](f32924a))


### Documentation

* [aiplatform] update `ReplicatedVoiceConfig.mime_type` comment
([b887034](b887034))
* [aiplatform] update `ReplicatedVoiceConfig.mime_type` comment
([b887034](b887034))
* [alloydb] Clarify that [initial_user](http://_vscodecontentref_/3) is
not required in Cluster
([2f0f298](2f0f298))
* [dlp] add messages stating that Data Catalog actions are deprecated
([ecb0b2a](ecb0b2a))
* [parallelstore] update tickets component number
([b887034](b887034))
* [shopping-merchant-accounts] A comment for enum `AccessRight` is
changed
([b887034](b887034))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: yoshi-code-bot <yoshi-code-bot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants