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

Commit 743cd42

Browse files
chore(main): release 2.23.0 (#640)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1683879 commit 743cd42

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.22.0"
2+
".": "2.23.0"
33
}
44

CHANGELOG.md

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

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

7+
## [2.23.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.22.0...v2.23.0) (2023-11-17)
8+
9+
10+
### Features
11+
12+
* Add default_missing_value_interpretation field; indicate KMS_SERVICE_ERROR is retryable ([#637](https://github.com/googleapis/python-bigquery-storage/issues/637)) ([9550ea6](https://github.com/googleapis/python-bigquery-storage/commit/9550ea666721f5dac5b708e2537de29a9bef7cd9))
13+
14+
15+
### Bug Fixes
16+
17+
* Do not set BidiRpc to None when closing it ([#698](https://github.com/googleapis/python-bigquery-storage/issues/698)) ([7921561](https://github.com/googleapis/python-bigquery-storage/commit/792156175a15a221932481663931bd1e71e9b6c6))
18+
* **samples:** Catch EOFError in quickstart ([#708](https://github.com/googleapis/python-bigquery-storage/issues/708)) ([1683879](https://github.com/googleapis/python-bigquery-storage/commit/1683879b44477ae849f68e350d38143f88b657aa))
19+
20+
21+
### Documentation
22+
23+
* Minor formatting ([cbde9a6](https://github.com/googleapis/python-bigquery-storage/commit/cbde9a6d475fa8c74b3cacee8ded5ad8a76b9492))
24+
725
## [2.22.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.21.0...v2.22.0) (2023-07-06)
826

927

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.22.0" # {x-release-please-version}
16+
__version__ = "2.23.0" # {x-release-please-version}

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.22.0" # {x-release-please-version}
16+
__version__ = "2.23.0" # {x-release-please-version}

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.22.0" # {x-release-please-version}
16+
__version__ = "2.23.0" # {x-release-please-version}

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.23.0"
1212
},
1313
"snippets": [
1414
{

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.23.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)