Skip to content

Commit 27319c3

Browse files
chore(main): release 2.30.0 (#914)
* chore(main): release 2.30.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent a082616 commit 27319c3

File tree

8 files changed

+21
-8
lines changed

8 files changed

+21
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.29.1"
2+
".": "2.30.0"
33
}
44

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

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

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

7+
## [2.30.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.29.1...v2.30.0) (2025-03-25)
8+
9+
10+
### Features
11+
12+
* Link stream to use _Connection ([#901](https://github.com/googleapis/python-bigquery-storage/issues/901)) ([28e0529](https://github.com/googleapis/python-bigquery-storage/commit/28e0529f6980e0858b2ece866e1baacd36745d60))
13+
* Sample for AppendRowsStream with Arrow ([#915](https://github.com/googleapis/python-bigquery-storage/issues/915)) ([a6df546](https://github.com/googleapis/python-bigquery-storage/commit/a6df54684e90aa928b7354a2f88576cf27003e1a))
14+
15+
16+
### Bug Fixes
17+
18+
* Remove setup.cfg configuration for creating universal wheels ([#913](https://github.com/googleapis/python-bigquery-storage/issues/913)) ([a1fa1c7](https://github.com/googleapis/python-bigquery-storage/commit/a1fa1c7a16da60c349c9af639352268813cb2e2b))
19+
720
## [2.29.1](https://github.com/googleapis/python-bigquery-storage/compare/v2.29.0...v2.29.1) (2025-03-13)
821

922

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.29.1" # {x-release-please-version}
16+
__version__ = "2.30.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.29.1" # {x-release-please-version}
16+
__version__ = "2.30.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.29.1" # {x-release-please-version}
16+
__version__ = "2.30.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.30.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.30.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-bigquery-storage/samples/pyarrow/append_rows_with_arrow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
# limitations under the License.
1616
import datetime
1717
import decimal
18+
19+
from google.cloud.bigquery import enums
1820
import pandas as pd
1921
import pyarrow as pa
2022

2123
from google.cloud import bigquery
22-
from google.cloud.bigquery import enums
2324
from google.cloud.bigquery_storage_v1 import types as gapic_types
2425
from google.cloud.bigquery_storage_v1.writer import AppendRowsStream
2526

26-
2727
TABLE_LENGTH = 100_000
2828

2929
BQ_SCHEMA = [

0 commit comments

Comments
 (0)