reproio / columnify

Make record oriented data to columnar format.
Apache License 2.0
38 stars 6 forks source link

Bump cloud.google.com/go/bigquery from 1.10.0 to 1.13.0 #63

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps cloud.google.com/go/bigquery from 1.10.0 to 1.13.0.

Release notes

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

bigquery/v1.13.0

  • Support retries for specific http2 transport race.
  • Remove unused datasource client from bigquery/datatransfer.
  • Adds support for authorized User Defined Functions (UDFs).
  • Documentation improvements.
  • Various updates to autogenerated clients.

storage/v1.12.0

  • V4 signed URL fixes:
    • Fix encoding of spaces in query parameters.
    • Add fields that were missing from PostPolicyV4 policy conditions.
  • Fix Query to correctly list prefixes as well as objects when SetAttrSelection is used.

bigquery/v1.12.0

  • Adds additional retry support for table deletion.
  • Various updates to autogenerated clients.

google-cloud-go spanner/v1.12.0

Features

bigquery/v1.11.2

  • Addresses issue with consuming query results using an iterator.Pager

bigquery/v1.11.1

  • Addresses issue with optimized query path changes, released in v1.11.0

storage/v1.11.0

  • Add support for CustomTime and NoncurrentTime object lifecycle management features.

bigquery/v1.11.0

  • Add support for optimized query path.
  • Documentation improvements.
  • Fix issue related to the ReturnType of a bigquery Routine.
  • Various updates to autogenerated clients.

spanner/v1.11.0

  • Features:
    • feat(spanner): add KeySetFromKeys function (#2837)
  • Misc:

... (truncated)

Commits
  • 40f29fe chore(bigquery): release bigquery/v1.13.0 (#3140)
  • 7a5d27d feat(all): auto-regenerate gapics (#3136)
  • b951d8b feat(spanner): export ToSpannerError (#3133)
  • 5899bdd feat(pubsublite): Flow controller and offset tracker for the subscriber (#3132)
  • b7bc5f8 fix(bigquery): add special http2 case to retry predicate (#3129)
  • e228969 feat(all): auto-regenerate gapics (#3130)
  • 125135e fix(bigquery/datatransfer): remove datasource client (#3127)
  • 8f5495d spanner(fix): do not end span with iterator.Done (#3128)
  • 586592e feat(pubsublite): Mock server and utils for unit tests (#3092)
  • 87e720d docs(logging): Require HTTPRequest.Status when grouping request logs (#3118)
  • 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 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)
codecov[bot] commented 3 years ago

Codecov Report

Merging #63 (179951d) into master (86966eb) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #63   +/-   ##
=======================================
  Coverage   81.23%   81.23%           
=======================================
  Files          15       15           
  Lines         453      453           
=======================================
  Hits          368      368           
  Misses         63       63           
  Partials       22       22           
Flag Coverage Δ
unittests 81.23% <ø> (ø)

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


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 86966eb...179951d. Read the comment docs.

dependabot[bot] commented 3 years ago

Superseded by #65.