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

fix(deps): update dependency @google-cloud/bigquery to v3 #1234

Merged
merged 1 commit into from
Apr 18, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2019

This PR contains the following updates:

Package Type Update Change References
@​google-cloud/bigquery dependencies major ^2.0.0 -> ^3.0.0 source

Release Notes

googleapis/nodejs-bigquery

v3.0.0

Compare Source

04-02-2019 10:02 PDT

Implementation Changes
  • fix(job): check for errorResult when polling jobs (#​387)

BREAKING CHANGE Previously when polling a BigQuery Job the Node.js client would check for the presence of the errors field when trying to determine if the job suceeded. We have since changed this logic to instead check for the errorResult field. This is significant because the errors array may now be present for passing jobs, however these errors should serve more as warnings. If your application logic depended on this functionality you'll need to manually check for errors now.

await job.promise();

if (job.metadata.status.errors) {
  // optionally handle warnings
}
  • fix(ts): provide complete and correct types (#​385)

BREAKING CHANGE A number of the BigQuery TypeScript types were incomplete, this change provides more complete types for the entire client.

New Features
  • feat(geo): add support for geography (#​397)
Bug Fixes
  • fix: correctly encode nested custom date/time parameters (#​393)
Dependencies
  • chore(deps): update dependency tmp to v0.1.0 (#​398)
  • chore(deps): update dependency @​types/tmp to v0.1.0
  • chore(deps): update dependency typescript to ~3.4.0
Documentation
  • docs(samples): adds queryParamsNamed and queryParamsPositional (#​381)
  • refactor(samples): split query and table samples into separate files (#​384)
  • refactor(samples): fix loadJSONFromGCSTruncate wrong function (#​386)
  • refactor(samples): add main() function wrappers to samples
Internal / Testing Changes
  • build: use per-repo npm publish token (#​382)
  • chore: publish to npm using wombat (#​390)
  • fix(tests): update TIMESTAMP param tests (#​394)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 2, 2019
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 6 times, most recently from 56e641c to aff1a91 Compare April 6, 2019 21:40
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch 9 times, most recently from ecd2954 to 0ba2f8b Compare April 16, 2019 12:46
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 16, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 16, 2019
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 0ba2f8b to 6325eae Compare April 17, 2019 12:41
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-3.x branch from 6325eae to 6bac9ff Compare April 18, 2019 12:40
@fhinkel fhinkel added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 18, 2019
@kokoro-team kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants