Skip to content

Commit

Permalink
chore: release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 14, 2020
1 parent 3be78b7 commit 98c6aa0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@

[1]: https://pypi.org/project/google-cloud-bigquery/#history

## [2.2.0](https://github.com/googleapis/python-bigquery/compare/v2.1.0...v2.2.0) (2020-10-14)


### Features

* add method api_repr for table list item ([#299](https://github.com/googleapis/python-bigquery/issues/299)) ([07c70f0](https://github.com/googleapis/python-bigquery/commit/07c70f0292f9212f0c968cd5c9206e8b0409c0da))


### Bug Fixes

* make TimePartitioning repr evaluable ([#110](https://github.com/googleapis/python-bigquery/issues/110)) ([20f473b](https://github.com/googleapis/python-bigquery/commit/20f473bfff5ae98377f5d9cdf18bfe5554d86ff4)), closes [#109](https://github.com/googleapis/python-bigquery/issues/109)
* use version.py instead of pkg_resources.get_distribution ([#307](https://github.com/googleapis/python-bigquery/issues/307)) ([b8f502b](https://github.com/googleapis/python-bigquery/commit/b8f502b14f21d1815697e4d57cf1225dfb4a7c5e))


### Performance Improvements

* add size parameter for load table from dataframe and json methods ([#280](https://github.com/googleapis/python-bigquery/issues/280)) ([3be78b7](https://github.com/googleapis/python-bigquery/commit/3be78b737add7111e24e912cd02fc6df75a07de6))


### Dependencies

* require pyarrow for pandas support ([#314](https://github.com/googleapis/python-bigquery/issues/314)) ([801e4c0](https://github.com/googleapis/python-bigquery/commit/801e4c0574b7e421aa3a28cafec6fd6bcce940dd)), closes [#265](https://github.com/googleapis/python-bigquery/issues/265)


### Documentation

* update clustering field docstrings ([#286](https://github.com/googleapis/python-bigquery/issues/286)) ([5ea1ece](https://github.com/googleapis/python-bigquery/commit/5ea1ece2d911cdd1f3d9549ee01559ce8ed8269a)), closes [#285](https://github.com/googleapis/python-bigquery/issues/285)
* update snippets samples to support version 2.0 ([#309](https://github.com/googleapis/python-bigquery/issues/309)) ([61634be](https://github.com/googleapis/python-bigquery/commit/61634be9bf9e3df7589fc1bfdbda87288859bb13))

## [2.1.0](https://github.com/googleapis/python-bigquery/compare/v2.0.0...v2.1.0) (2020-10-08)


Expand Down

0 comments on commit 98c6aa0

Please sign in to comment.