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

Update dependency @google-cloud/bigquery to v0.12.0 - deprecated #780

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2018

This PR contains the following updates:

Package Type Update Change References
@​google-cloud/bigquery dependencies minor 0.10.0 -> 0.12.0 source

Release Notes

googleapis/nodejs-bigquery

v0.12.0

Compare Source

release level

⚠️ Breaking Changes!

  • The import and export methods have been renamed to use the verbs load and extract (#​39)
    • This is to provide consistency with the BigQuery API documentation and other languages' library implementations.
  • Renamed all start- methods. This also encompasses the renames in the previous item. (#​42)
    • The startQuery method on the base object:
      - BigQuery#startQuery
      + BigQuery#createQueryJob
    • The job creation methods on the table object:
      - BigQuery/table#startCopy
      + BigQuery/table#createCopyJob
      - BigQuery/table#startCopyFrom
      + BigQuery/table#createCopyFromJob
      - BigQuery/table#startExport
      + BigQuery/table#createExtractJob
      - BigQuery/table#startImport
      + BigQuery/table#createLoadJob

Documentation

  • Redirect developers to use the startQuery method if they need manual pagination. (#​38)
  • Improved documentation for manual pagination. (#​44)

Implementation Details

  • Change to a new linter (ESLint) and code style formatter (prettify).
  • Update docs to use JSDoc 3.

v0.11.1

Compare Source

release level

Fixes

  • (#​16): Allow null and undefined values to table#insert(). (Thanks, @​swftvsn!)

v0.11.0

Compare Source

release level

Repository location change

The code has been migrated from GoogleCloudPlatform repository to googleapis/nodejs-bigquery.

Fixes

  • #​2666: add simple benchmarks
  • #​2741: properly handle custom types with Table#insert()

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.


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 Oct 23, 2018
@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 23, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 23, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-0.x branch from ce3f292 to b0cbea3 Compare October 23, 2018 12:01
@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 24, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 24, 2018
@renovate renovate bot force-pushed the renovate/google-cloud-bigquery-0.x branch from b0cbea3 to 0d6562e Compare October 27, 2018 20:20
@renovate
Copy link
Contributor Author

renovate bot commented Oct 29, 2018

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (0.12.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/google-cloud-bigquery-0.x branch October 29, 2018 18:20
grayside pushed a commit that referenced this pull request Nov 11, 2022
ace-n pushed a commit that referenced this pull request Nov 12, 2022
@kweinmeister kweinmeister changed the title Update dependency @google-cloud/bigquery to v0.12.0 Update dependency @google-cloud/bigquery to v0.12.0 - deprecated Jan 27, 2023
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.

4 participants