Skip to content

Commit

Permalink
chore: release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Apr 14, 2021
1 parent e7a5437 commit c3f985d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@

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

## [2.14.0](https://github.com/googleapis/python-bigquery/compare/v2.13.1...v2.14.0) (2021-04-14)


### Features

* accept DatasetListItem where DatasetReference is accepted ([#597](https://github.com/googleapis/python-bigquery/issues/597)) ([c8b5581](https://github.com/googleapis/python-bigquery/commit/c8b5581ea3c94005d69755c4a3b5a0d8900f3fe2))
* use pyarrow stream compression, if available ([#593](https://github.com/googleapis/python-bigquery/issues/593)) ([dde9dc5](https://github.com/googleapis/python-bigquery/commit/dde9dc5114c2311fb76fafc5b222fff561e8abf1))


### Bug Fixes

* missing license headers in new test files ([#604](https://github.com/googleapis/python-bigquery/issues/604)) ([df48cc5](https://github.com/googleapis/python-bigquery/commit/df48cc5a0be99ad39d5835652d1b7422209afc5d))


### Documentation

* add sample to run DML query ([#591](https://github.com/googleapis/python-bigquery/issues/591)) ([ff2ec3a](https://github.com/googleapis/python-bigquery/commit/ff2ec3abe418a443cd07751c08e654f94e8b3155))
* update the description of the return value of `_QueryResults.rows()` ([#594](https://github.com/googleapis/python-bigquery/issues/594)) ([8f4c0b8](https://github.com/googleapis/python-bigquery/commit/8f4c0b84dac3840532d7865247b8ad94b625b897))

### [2.13.1](https://github.com/googleapis/python-bigquery/compare/v2.13.0...v2.13.1) (2021-03-23)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigquery/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.13.1"
__version__ = "2.14.0"

0 comments on commit c3f985d

Please sign in to comment.