Skip to content

Commit df402da

Browse files
release-please[bot]parthea
authored andcommitted
chore(main): release 2.21.0 (#607)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0614c8a commit df402da

File tree

7 files changed

+18
-6
lines changed

7 files changed

+18
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.20.0"
2+
".": "2.21.0"
33
}
44

packages/google-cloud-bigquery-storage/CHANGELOG.md

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

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

7+
## [2.21.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.20.0...v2.21.0) (2023-07-04)
8+
9+
10+
### Features
11+
12+
* Add estimated physical file sizes to ReadAPI v1 ([#605](https://github.com/googleapis/python-bigquery-storage/issues/605)) ([ad342fe](https://github.com/googleapis/python-bigquery-storage/commit/ad342fe91e3e5c6563f87770aed55d686ae24466))
13+
14+
15+
### Bug Fixes
16+
17+
* Add async context manager return types ([#610](https://github.com/googleapis/python-bigquery-storage/issues/610)) ([e7069d1](https://github.com/googleapis/python-bigquery-storage/commit/e7069d17c32927e33bb905be147a75f7404929fc))
18+
719
## [2.20.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.19.1...v2.20.0) (2023-05-25)
820

921

packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.20.0" # {x-release-please-version}
16+
__version__ = "2.21.0" # {x-release-please-version}

packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.20.0" # {x-release-please-version}
16+
__version__ = "2.21.0" # {x-release-please-version}

packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1beta2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.20.0" # {x-release-please-version}
16+
__version__ = "2.21.0" # {x-release-please-version}

packages/google-cloud-bigquery-storage/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-storage",
11-
"version": "0.1.0"
11+
"version": "2.21.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-bigquery-storage/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-storage",
11-
"version": "0.1.0"
11+
"version": "2.21.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)