Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps com.google.cloud:libraries-bom from 26.30.0 to 26.39.0.

Release notes

Sourced from com.google.cloud:libraries-bom's releases.

v26.39.0

GCP Libraries BOM 26.39.0

Here are the differences from the previous version (26.38.0)

The group ID of the following artifacts is com.google.cloud.

Notable Changes

google-cloud-bigquery 2.40.1 (prev: 2.39.1)

  • Add getStringOrDefault method to FieldValue (#3255) (8bac33a)

google-cloud-spanner 6.66.0 (prev: 6.65.1)

  • Allow DDL with autocommit=false (#3057) (22833ac)

  • Include stack trace of checked out sessions in exception (#3092) (ba6a0f6)

  • Multiplexed session metrics were not included in refactor move (#3088) (f3589c4)

google-cloud-spanner-jdbc 2.18.0 (prev: 2.17.0)

  • Allow DDL with autocommit=false (#1600) (a61c25d)

  • Support concurrent transactions on the emulator (#1601) (7123991)

  • ClassCastException in Spring Data JDBC sample (#1595) (e96a86a)

google-cloud-storage 2.38.0 (prev: 2.37.0)

  • Promoted google-cloud-storage-control to beta (#2531) (09f7191)

  • Add strict client side response validation for gRPC chunked resumable uploads (#2527) (c1d1f4a)

  • An existing resource pattern value projects/{project}/buckets/{bucket}/managedFolders/{managedFolder=**} to resource definition storage.googleapis.com/ManagedFolder is removed (#2524) (7d7f526)

  • ParallelCompositeUpload in Transfer Manager hangs when encountering OOM (#2526) (67a7c6b)

  • Update grpc WriteObject response handling to provide context when a failure happens (#2532) (170a3f5)

  • Update GzipReadableByteChannel to be tolerant of one byte reads (#2512) (87b63f4)

  • Update StorageOptions to carry forward fields that aren't part of ServiceOptions (#2521) (b84654e)

Other libraries

  • [aiplatform] A new field app_id is added to message .google.cloud.aiplatform.v1beta1.RuntimeConfig (6b1e9fa)
  • [aiplatform] A new field create_notebook_execution_job_request is added to message .google.cloud.aiplatform.v1beta1.Schedule (6b1e9fa)
  • [aiplatform] A new field custom_environment_spec is added to message .google.cloud.aiplatform.v1beta1.NotebookExecutionJob (6b1e9fa)
  • [aiplatform] A new field deploy_task_name is added to message .google.cloud.aiplatform.v1.PublisherModel (8179bb9)
  • [aiplatform] A new field deploy_task_name is added to message .google.cloud.aiplatform.v1beta1.PublisherModel (6b1e9fa)
  • [aiplatform] A new field direct_notebook_source is added to message .google.cloud.aiplatform.v1beta1.NotebookExecutionJob (6b1e9fa)
  • [aiplatform] A new field failed_rag_files_count is added to message .google.cloud.aiplatform.v1beta1.ImportRagFilesResponse (6b1e9fa)
  • [aiplatform] A new field fine_tune is added to message .google.cloud.aiplatform.v1beta1.PublisherModel (6b1e9fa)
  • [aiplatform] A new field import_rag_files_config is added to message .google.cloud.aiplatform.v1beta1.ImportRagFilesOperationMetadata (6b1e9fa)
  • [aiplatform] A new field invalid_sparse_record_count is added to message .google.cloud.aiplatform.v1beta1.NearestNeighborSearchOperationMetadata (6b1e9fa)
  • [aiplatform] A new field private_service_connect_config is added to message .google.cloud.aiplatform.v1.Endpoint (8179bb9)
  • [aiplatform] A new field private_service_connect_config is added to message .google.cloud.aiplatform.v1beta1.Endpoint (6b1e9fa)
  • [aiplatform] A new field rag_resources is added to message .google.cloud.aiplatform.v1beta1.RetrieveContextsRequest (6b1e9fa)

... (truncated)

Commits
  • 2ad7ee8 chore: release main (#6563)
  • ca0fe00 deps: update dependency com.google.cloud:google-cloud-nio to v0.127.17 (#6583)
  • 54c33f0 deps: update dependency com.google.cloud:google-cloud-bigtable-bom to v2.39.2...
  • eb1590f deps: update dependency com.google.cloud:google-cloud-storage-bom to v2.38.0 ...
  • d118387 deps: update dependency com.google.cloud:google-cloud-bigquery to v2.40.1 (#6...
  • a8a51bf deps: update dependency com.google.cloud:gapic-libraries-bom to v1.37.0 (#6578)
  • 637b303 deps: update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.13...
  • db2e1d7 deps: update dependency com.google.cloud:google-cloud-logging-logback to v0.1...
  • 1557cf9 deps: update dependency com.google.cloud:google-cloud-logging-bom to v3.17.1 ...
  • 3fadbe1 deps: update dependency com.google.cloud:google-cloud-datastore-bom to v2.19....
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team May 13, 2024 22:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels May 13, 2024
@eddumelendez
Copy link
Member

@dependabot rebase

Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.30.0 to 26.39.0.
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](googleapis/java-cloud-bom@v26.30.0...v26.39.0)

---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/gcloud/com.google.cloud-libraries-bom-26.39.0 branch from ce7ba55 to 770b255 Compare May 20, 2024 23:35
This was referenced May 21, 2024
@eddumelendez eddumelendez merged commit 8908a45 into main May 21, 2024
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/gcloud/com.google.cloud-libraries-bom-26.39.0 branch May 21, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file modules/gcloud

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants