Skip to content

chore(version-update): release 1.83.0#12327

Closed
ldetmer wants to merge 20 commits intomainfrom
release-please--branches--version-update
Closed

chore(version-update): release 1.83.0#12327
ldetmer wants to merge 20 commits intomainfrom
release-please--branches--version-update

Conversation

@ldetmer
Copy link
Copy Markdown
Contributor

@ldetmer ldetmer commented Mar 31, 2026

🤖 I have created a release beep boop

1.83.0

1.83.0 (2026-03-31)

Features

  • [backupdr] Adding new workload specific fields for AlloyDB (6344cb0)
  • [ces] update public libraries for CES v1 (6344cb0)
  • [ces] update public libraries for CES v1beta (015d9a1)
  • [databasecenter] A new value SUB_RESOURCE_TYPE_READ_POOL is added to enum SubResourceType (6344cb0)
  • [dataform] add folders and teamFolders related changes to v1 (6344cb0)
  • [datamanager] add INVALID_MERCHANT_ID to the ErrorReason enum for when the merchant_id field is not valid (6344cb0)
  • [dialogflow-cx] updated v3 dialogflow client libraries with dtmf_pattern and trace_blocks (6344cb0)
  • [dialogflow-cx] updated v3beta1 dialogflow client libraries with dtmf_pattern and trace_blocks (015d9a1)
  • [dialogflow] updated v2 dialogflow client libraries (6344cb0)
  • [dialogflow] updated v2beta1 dialogflow client libraries (6344cb0)
  • [discoveryengine] Update DataStoreSpec and add BoostSpec to SearchService (015d9a1)
  • [netapp] Add ONTAP passthrough APIs (6344cb0)
  • [network-security] Publish proto definitions for AuthzPolicy, TlsInspectionPolicy, GatewaySecurityPolicy, GatewaySecurityPolicyRule, and UrlList (6344cb0)
  • [securesourcemanager] Add CustomHostConfig to configure custom hostnames for private instances (6344cb0)
  • Add getProjectId getter for ComputeEngineCredentials (#1833) (0a7895a)
  • bigguery: add url.domain to span tracing (#12208) (6f79c2d)
  • bigquery observability: add version attribute to span tracing (#12132) (95c3eb8)
  • bigquery: add gcp.resource.destination.id for span tracing (#12134) (5f31ded)
  • bigquery: add opentelemetry W3C Trace Context to headers (#12203) (965761a)
  • bigquery: add url.full attribute to span tracing (#12176) (7fdf9ff)
  • bigquery: add url.template to span tracing (#12181) (30f8afb)
  • bigquery: added error attributes to span tracing (#12115) (863d23b)
  • Extract resource name from unary requests for tracing (#4159) (23b16b7)
  • gax: Actionable Errors Logging API Tracer (#12202) (8d23279)
  • gax: add utility for logging actionable errors (#4144) (54fb8a5)
  • Switch Eef metrics to using built in open telemetry (#4385) (759bb22)

Bug Fixes

Dependencies

  • update dependencies.txt for grpc-gcp to 1.9.2 (#4164) (f336fdc)

Reverts

  • ci: only run default list of graalvm tests if too many modules are touched (#12292) (92bcdf4)

Documentation

  • [dataplex] Change Dataplex library from ALPHA to GA (6344cb0)
  • [run] An existing repeated string field custom_audiences is marked deprecated for WorkerPools API (015d9a1)

This PR was generated with Release Please. See documentation.

Base automatically changed from version-update to main March 31, 2026 13:51
@ldetmer ldetmer closed this Mar 31, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the project version to 1.83.0, transitioning numerous Google Cloud library dependencies from snapshot to release versions and documenting these changes in the changelog. Feedback indicates potential errors in the automated release process, specifically regarding version downgrades for the Spanner and IAM Policy BOMs in the gapic-libraries-bom file. A minor typo was also identified in the BigQuery component name within the changelog.

<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-bom</artifactId>
<version>6.113.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner:current} -->
<version>6.113.0</version><!-- {x-version-update:google-cloud-spanner:current} -->
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The version for google-cloud-spanner-bom appears to have been downgraded from 6.113.1-SNAPSHOT to 6.113.0. This is likely an error in the release process and should be 6.113.1.

Suggested change
<version>6.113.0</version><!-- {x-version-update:google-cloud-spanner:current} -->
<version>6.113.1</version><!-- {x-version-update:google-cloud-spanner:current} -->

<groupId>com.google.cloud</groupId>
<artifactId>google-iam-policy-bom</artifactId>
<version>1.87.0-SNAPSHOT</version><!-- {x-version-update:google-iam-policy:current} -->
<version>1.63.0</version><!-- {x-version-update:google-iam-policy:current} -->
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The version for google-iam-policy-bom appears to have been downgraded from 1.87.0-SNAPSHOT to 1.63.0. This is likely an error in the release process and should be 1.87.0.

Suggested change
<version>1.63.0</version><!-- {x-version-update:google-iam-policy:current} -->
<version>1.87.0</version><!-- {x-version-update:google-iam-policy:current} -->

* [network-security] Publish proto definitions for AuthzPolicy, TlsInspectionPolicy, GatewaySecurityPolicy, GatewaySecurityPolicyRule, and UrlList ([6344cb0](https://github.com/googleapis/google-cloud-java/commit/6344cb0ad1ddb788e32834610ff1407f5feabba6))
* [securesourcemanager] Add CustomHostConfig to configure custom hostnames for private instances ([6344cb0](https://github.com/googleapis/google-cloud-java/commit/6344cb0ad1ddb788e32834610ff1407f5feabba6))
* Add getProjectId getter for ComputeEngineCredentials ([#1833](https://github.com/googleapis/google-cloud-java/issues/1833)) ([0a7895a](https://github.com/googleapis/google-cloud-java/commit/0a7895a68c75a4f00ee17594bda98e2bfb5ff445))
* **bigguery:** add url.domain to span tracing ([#12208](https://github.com/googleapis/google-cloud-java/issues/12208)) ([6f79c2d](https://github.com/googleapis/google-cloud-java/commit/6f79c2d88033642e2dbaa12221dd221825924e46))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There is a typo in the component name: bigguery should be bigquery.

Suggested change
* **bigguery:** add url.domain to span tracing ([#12208](https://github.com/googleapis/google-cloud-java/issues/12208)) ([6f79c2d](https://github.com/googleapis/google-cloud-java/commit/6f79c2d88033642e2dbaa12221dd221825924e46))
* **bigquery:** add url.domain to span tracing ([#12208](https://github.com/googleapis/google-cloud-java/issues/12208)) ([6f79c2d](https://github.com/googleapis/google-cloud-java/commit/6f79c2d88033642e2dbaa12221dd221825924e46))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant