Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(bigquery): bump cloud.google.com/go/bigquery from 1.63.1 to 1.65.0 #238

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps cloud.google.com/go/bigquery from 1.63.1 to 1.65.0.

Release notes

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

bigquery: v1.65.0

1.65.0 (2024-12-05)

Features

  • bigquery/reservation: Add a new field is_flat_rate to .google.cloud.bigquery.reservation.v1.CapacityCommitment to distinguish between flat rate and edition commitments (8dedb87)
  • bigquery/reservation: Add the managed disaster recovery API(https (8dedb87)
  • bigquery: Expose IsCaseInsensitive for dataset metadata (#11216) (364b639)
  • bigquery: Support IAM conditions in datasets (#11123) (d93c2d9)

Bug Fixes

Documentation

  • bigquery/reservation: Clarify that Autoscale.current_slots in message .google.cloud.bigquery.reservation.v1.Reservation can temporarily be larger than Autoscale.max_slots if users reduce Autoscale.max_slots (8dedb87)
  • bigquery/reservation: Update comment for slot_capacity in message .google.cloud.bigquery.reservation.v1.Reservation to provide more clarity about reservation baselines, committed slots and autoscaler SKU charges when the baseline exceeds committed slots (8dedb87)
  • bigquery/reservation: Update comments for commitment_start_time and commitment_end_time in message .google.cloud.bigquery.reservation.v1.CapacityCommitment to provide details on how these values are affected by commitment renewal (8dedb87)

bigquery: v1.64.0

1.64.0 (2024-10-30)

Features

  • bigquery/datatransfer: Add scheduleOptionsV2 and Error fields for TransferConfig (78d8513)
  • bigquery/storage: Add experimental ArrowData type and arrow_data field within AppendRowsRequest (f0b05e2)

Bug Fixes

  • bigquery: Handle null RANGE (#11058) (9979e72), refs #11047
  • bigquery: Parse negative NUMERIC from arrow (#11052) (83352c4)
  • bigquery: Update google.golang.org/api to v0.203.0 (8bb87d5)
  • bigquery: WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see googleapis/google-cloud-go#11020. (8bb87d5)

Documentation

Commits
  • 0d41231 chore(main): release spanner 1.65.0 (#10474)
  • 643a8e3 feat(bigtable): expose protoToType (#10602)
  • 0211c95 feat(bigtable): Add MergeToCell support to the bigtable emulator and client (...
  • a49ab59 feat(bigtable): Add support for new functions (#10582)
  • 6bd2596 chore(all): update module github.com/google/s2a-go to v0.1.8 (#10586)
  • 3a566ed chore(bigtable): bump genproto (#10600)
  • ce31365 fix(bigtable): move usage to local proto definitions (#10598)
  • 485d54b chore(main): release bigtable 1.27.1 (#10596)
  • 5b4b0f7 feat(deploy): add support for different Pod selector labels when doing canari...
  • a6847cb chore: fix bigtable config (#10594)
  • 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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 9, 2024
@atzoum atzoum changed the title chore(deps): bump cloud.google.com/go/bigquery from 1.63.1 to 1.65.0 feat(bigquery): bump cloud.google.com/go/bigquery from 1.63.1 to 1.65.0 Dec 9, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/bigquery-1.65.0 branch 2 times, most recently from d6d8914 to ee1185d Compare December 9, 2024 10:50
@atzoum
Copy link
Collaborator

atzoum commented Dec 9, 2024

@dependabot rebase

Bumps [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) from 1.63.1 to 1.65.0.
- [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@bigquery/v1.63.1...spanner/v1.65.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/cloud.google.com/go/bigquery-1.65.0 branch from ee1185d to 9cd77d8 Compare December 9, 2024 12:14
@atzoum atzoum merged commit a582787 into main Dec 9, 2024
22 checks passed
@atzoum atzoum deleted the dependabot/go_modules/cloud.google.com/go/bigquery-1.65.0 branch December 9, 2024 12:26
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.51%. Comparing base (578255b) to head (9cd77d8).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #238   +/-   ##
=======================================
  Coverage   85.51%   85.51%           
=======================================
  Files          88       88           
  Lines        4494     4494           
=======================================
  Hits         3843     3843           
  Misses        495      495           
  Partials      156      156           

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

atzoum pushed a commit that referenced this pull request Dec 13, 2024
🤖 I have created a release *beep* *boop*
---


##
[1.14.0](v1.13.0...v1.14.0)
(2024-12-13)


### Features

* **bigquery:** bump cloud.google.com/go/bigquery from 1.63.1 to 1.65.0
([#238](#238))
([a582787](a582787))
* **databricks:** normalize column names
([#241](#241))
([8161d20](8161d20))
* **snowflake:** bump github.com/snowflakedb/gosnowflake from 1.11.1 to
1.12.1 ([#237](#237))
([8dbffab](8dbffab))
* **trino:** bump github.com/trinodb/trino-go-client from 0.317.0 to
0.320.0 ([#231](#231))
([79c9333](79c9333))


### Miscellaneous

* **deps:** bump codecov/codecov-action from 4 to 5
([#234](#234))
([5eb7be9](5eb7be9))
* **deps:** bump github.com/rudderlabs/rudder-go-kit from 0.43.0 to
0.45.0 ([#235](#235))
([e1b526f](e1b526f))
* **deps:** bump github.com/tidwall/gjson from 1.17.3 to 1.18.0
([#229](#229))
([bbcffdb](bbcffdb))
* **deps:** bump golang.org/x/crypto from 0.29.0 to 0.31.0 in the
go_modules group
([#240](#240))
([5757306](5757306))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant