Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit de8ed15

Browse files
chore(main): release 2.14.2 (#475)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c2c9507 commit de8ed15

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

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

7+
## [2.14.2](https://github.com/googleapis/python-bigquery-storage/compare/v2.14.1...v2.14.2) (2022-08-12)
8+
9+
10+
### Bug Fixes
11+
12+
* **deps:** allow protobuf < 5.0.0 ([#486](https://github.com/googleapis/python-bigquery-storage/issues/486)) ([e96a352](https://github.com/googleapis/python-bigquery-storage/commit/e96a3529c3fc0f971a34aa9a8e51634eb4e1ee5d))
13+
* **deps:** drop freezegun dependency in extras ([#481](https://github.com/googleapis/python-bigquery-storage/issues/481)) ([7ba7953](https://github.com/googleapis/python-bigquery-storage/commit/7ba7953dd7b5f0fd676871064946fae8d1ceb57e))
14+
* **deps:** require proto-plus >= 1.22.0 ([e96a352](https://github.com/googleapis/python-bigquery-storage/commit/e96a3529c3fc0f971a34aa9a8e51634eb4e1ee5d))
15+
16+
17+
### Documentation
18+
19+
* clarify size limitations for AppendRowsRequest ([#474](https://github.com/googleapis/python-bigquery-storage/issues/474)) ([7132617](https://github.com/googleapis/python-bigquery-storage/commit/7132617ec15eba7855dac33b4757f6d63cc80aba))
20+
721
## [2.14.1](https://github.com/googleapis/python-bigquery-storage/compare/v2.14.0...v2.14.1) (2022-07-13)
822

923

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
name = "google-cloud-bigquery-storage"
2323
description = "BigQuery Storage API API client library"
24-
version = "2.14.1"
24+
version = "2.14.2"
2525
release_status = "Development Status :: 5 - Production/Stable"
2626
dependencies = [
2727
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)