Skip to content

chore(deps): bump cloud.google.com/go/bigquery from 1.72.0 to 1.73.1#543

Merged
vinny-sabatini merged 2 commits intomasterfrom
dependabot/go_modules/cloud.google.com/go/bigquery-1.73.1
Apr 15, 2026
Merged

chore(deps): bump cloud.google.com/go/bigquery from 1.72.0 to 1.73.1#543
vinny-sabatini merged 2 commits intomasterfrom
dependabot/go_modules/cloud.google.com/go/bigquery-1.73.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 10, 2026

Bumps cloud.google.com/go/bigquery from 1.72.0 to 1.73.1.

Release notes

Sourced from cloud.google.com/go/bigquery's releases.

bigquery 1.73.1

1.73.1 (2026-02-05)

Bug Fixes

  • revert to useInt64Timestamp for REST format options (#13789) (bdcc2f80)

dialogflow 1.73.0

1.73.0 (2025-12-18)

Features

  • updated v2beta1 dialogflow client libraries (PiperOrigin-RevId: 843755897) (ce62012f)

  • updated v3beta1 dialogflow client libraries (PiperOrigin-RevId: 843704214) (ce62012f)

  • updated v2 dialogflow client libraries (PiperOrigin-RevId: 843703774) (ce62012f)

bigquery 1.73.0

1.73.0 (2026-02-04)

Features

  • add Stored Procedure Sharing support for analyticshub listings (PiperOrigin-RevId: 827828462) (185951b3)

  • add tags support for Pub/Sub subscriptions (PiperOrigin-RevId: 827828462) (185951b3)

  • Support picosecond timestamp precision in BigQuery Storage API (PiperOrigin-RevId: 829486853) (185951b3)

  • add timestamp precision support to schema (#13421) (52020af5)

  • transition format options (#13422) (59efe323)

Bug Fixes

  • make additional errors retriable: tcp timeout and http2 client connection lost (#13269) (466d309d)

  • roundtrip readonly fields (#13370) (9e847052)

Documentation

  • change comment indicating enable_gemini_in_bigquery field for BigQuery Reservation Assignments is deprecated (PiperOrigin-RevId: 850121797) (35d75787)
Commits
  • 592a782 chore: librarian release pull request: 20260205T224334Z (#13801)
  • 9bb9541 feat(pubsub/v2): introduce per stream flow control (#13642)
  • bdcc2f8 fix(bigquery): revert to useInt64Timestamp for REST format options (#13789)
  • e9c0abd chore: remove api-bigtable-partners and api-firestore-partners (#13798)
  • eea3e33 fix(datastore): allow partial updates (#13795)
  • ab05ff5 chore(internal/kokoro): presubmits track preview branch (#13787)
  • 39a25b9 feat(bigtable): support tiered storage (#13793)
  • 7ac8e22 chore: librarian release pull request: 20260204T142425Z (#13770)
  • a805680 chore: librarian release pull request: 20260205T080945Z (#13790)
  • 31c352b feat(retry): adding support for max-retry-duration for all api other than res...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 10, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 3, 2026

A newer version of cloud.google.com/go/bigquery exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@vinny-sabatini
Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 15, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@vinny-sabatini
Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) from 1.72.0 to 1.73.1.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.72.0...bigquery/v1.73.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-version: 1.73.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/cloud.google.com/go/bigquery-1.73.1 branch from 2f664db to da4e8a7 Compare April 15, 2026 00:39
Fixes the following golangci-lint error:

> SA1019: option.WithCredentialsFile is deprecated: This function
> is being deprecated because of a potential security risk. (staticcheck)
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 15, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 40.80%. Comparing base (8a3da51) to head (f6b7895).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
bigquerydb/client.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #543   +/-   ##
=======================================
  Coverage   40.80%   40.80%           
=======================================
  Files           3        3           
  Lines         424      424           
=======================================
  Hits          173      173           
  Misses        240      240           
  Partials       11       11           
Flag Coverage Δ
e2e 40.80% <0.00%> (ø)
unit 0.47% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vinny-sabatini vinny-sabatini merged commit 856c01d into master Apr 15, 2026
4 checks passed
@vinny-sabatini vinny-sabatini deleted the dependabot/go_modules/cloud.google.com/go/bigquery-1.73.1 branch April 15, 2026 01:13
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 go Pull requests that update Go code

Development

Successfully merging this pull request may close these issues.

1 participant