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

Bump google-cloud-bigquery from 2.34.2 to 3.1.0 #11364

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2022

Bumps google-cloud-bigquery from 2.34.2 to 3.1.0.

Release notes

Sourced from google-cloud-bigquery's releases.

v3.1.0

3.1.0 (2022-05-09)

Features

  • add str method to table (#1199) (8da4fa9)
  • refactor AccessEntry to use _properties pattern (#1125) (acd5612)
  • support using BIGQUERY_EMULATOR_HOST environment variable (#1222) (39294b4)

Bug Fixes

Documentation

  • updated variable typo in comment in code sample (#1239) (e420112)

v3.0.1

3.0.1 (2022-03-30)

Bug Fixes

  • deps: raise exception when pandas is installed but db-dtypes is not (#1191) (4333910)
  • deps: restore dependency on python-dateutil (#1187) (212d7ec)

v3.0.0

3.0.0 (2022-03-29)

⚠ BREAKING CHANGES

  • BigQuery Storage and pyarrow are required dependencies (#776)
  • use nullable Int64 and boolean dtypes in to_dataframe (#786)
  • destination tables are no-longer removed by create_job (#891)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972)
  • automatically convert out-of-bounds dates in to_dataframe, remove date_as_object argument (#972)
  • mark the package as type-checked (#1058)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061)
  • remove out-of-date BigQuery ML protocol buffers (#1178)

Features

  • add api_method parameter to Client.query to select INSERT or QUERY API (#967) (76d88fb)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061) (76d88fb)

... (truncated)

Changelog

Sourced from google-cloud-bigquery's changelog.

3.1.0 (2022-05-09)

Features

  • add str method to table (#1199) (8da4fa9)
  • refactor AccessEntry to use _properties pattern (#1125) (acd5612)
  • support using BIGQUERY_EMULATOR_HOST environment variable (#1222) (39294b4)

Bug Fixes

Documentation

  • updated variable typo in comment in code sample (#1239) (e420112)

3.0.1 (2022-03-30)

Bug Fixes

  • deps: raise exception when pandas is installed but db-dtypes is not (#1191) (4333910)
  • deps: restore dependency on python-dateutil (#1187) (212d7ec)

3.0.0 (2022-03-29)

⚠ BREAKING CHANGES

  • BigQuery Storage and pyarrow are required dependencies (#776)
  • use nullable Int64 and boolean dtypes in to_dataframe (#786)
  • destination tables are no-longer removed by create_job (#891)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972)
  • automatically convert out-of-bounds dates in to_dataframe, remove date_as_object argument (#972)
  • mark the package as type-checked (#1058)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061)
  • remove out-of-date BigQuery ML protocol buffers (#1178)

Features

  • add api_method parameter to Client.query to select INSERT or QUERY API (#967) (76d88fb)
  • default to DATETIME type when loading timezone-naive datetimes from Pandas (#1061) (76d88fb)
  • destination tables are no-longer removed by create_job (#891) (76d88fb)
  • In to_dataframe, use dbdate and dbtime dtypes from db-dtypes package for BigQuery DATE and TIME columns (#972) (76d88fb)
  • mark the package as type-checked (#1058) (76d88fb)

... (truncated)

Commits
  • dccf28e chore(main): release 3.1.0 (#1207)
  • d258690 fix(deps): allow pyarrow v8 (#1245)
  • 66500b4 chore(python): auto approve template changes (#1242)
  • e420112 docs: updated variable typo in comment in code sample (#1239)
  • 01f20ea chore: [autoapprove] update readme_gen.py to include autoescape True (#1240)
  • a25dbe4 chore(deps): update all dependencies (#1238)
  • 99332f9 chore(deps): update dependency matplotlib to v3.5.2 (#1237)
  • 0a48479 chore(deps): update dependency google-api-core to v2.7.3 (#1236)
  • 03e9391 chore(deps): update dependency ipython to v8.3.0 (#1234)
  • 88345b8 chore(deps): update dependency click to v8.1.3 (#1233)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 10, 2022
@di
Copy link
Member

di commented Jun 6, 2022

Blocked on googleapis/python-bigquery#1196

@di di added the blocked Issues we can't or shouldn't get to yet label Jun 6, 2022
Bumps [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) from 2.34.2 to 3.1.0.
- [Release notes](https://github.com/googleapis/python-bigquery/releases)
- [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-bigquery@v2.34.2...v3.1.0)

---
updated-dependencies:
- dependency-name: google-cloud-bigquery
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/google-cloud-bigquery-3.1.0 branch from 6be0a00 to 9b5f75e Compare June 8, 2022 09:15
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2022

Superseded by #11538.

@dependabot dependabot bot closed this Jun 9, 2022
@dependabot dependabot bot deleted the dependabot/pip/google-cloud-bigquery-3.1.0 branch June 9, 2022 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Issues we can't or shouldn't get to yet dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant