Skip to content

Commit d91464a

Browse files
chore: release main
1 parent 729bb63 commit d91464a

File tree

9 files changed

+127
-91
lines changed

9 files changed

+127
-91
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"packages/google-cloud-bigquery-logging": "1.6.3",
4747
"packages/google-cloud-bigquery-migration": "0.11.15",
4848
"packages/google-cloud-bigquery-reservation": "1.19.0",
49-
"packages/google-cloud-bigquery-storage": "0.0.0",
49+
"packages/google-cloud-bigquery-storage": "0.1.0",
5050
"packages/google-cloud-billing": "1.16.3",
5151
"packages/google-cloud-billing-budgets": "1.17.2",
5252
"packages/google-cloud-binary-authorization": "1.13.2",

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

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

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

7+
## 0.1.0 (2025-09-12)
8+
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* remove `location` from http annotations in all of the service requests
13+
14+
### Features
15+
16+
* Add BigQuery Metastore Partition Service API version v1beta ([#941](https://github.com/googleapis/google-cloud-python/issues/941)) ([5cb7b6b](https://github.com/googleapis/google-cloud-python/commit/5cb7b6b33d8580808fcf57b610a65ad8a983ab04))
17+
* Add support for CMEK, runtime controls, and PSC-I to Reasoning Engine protos ([#968](https://github.com/googleapis/google-cloud-python/issues/968)) ([e8026f9](https://github.com/googleapis/google-cloud-python/commit/e8026f9941a441c385c95b3dc599042d1cc84d0a))
18+
* add support for Python 3.13 ([#964](https://github.com/googleapis/google-cloud-python/issues/964)) ([b4ad3ca](https://github.com/googleapis/google-cloud-python/commit/b4ad3ca307d5fffe48ac3782e521e9a8c62d3584))
19+
20+
21+
### Bug Fixes
22+
23+
* **deps:** require google-api-core >= 1.34.1 ([#978](https://github.com/googleapis/google-cloud-python/issues/978)) ([a725155](https://github.com/googleapis/google-cloud-python/commit/a725155f19bdce9df2f2c5d691b45c618e9d742f))
24+
* separate create_stream() in pyarrow sample ([#946](https://github.com/googleapis/google-cloud-python/issues/946)) ([7c8e969](https://github.com/googleapis/google-cloud-python/commit/7c8e969ca087be49149e8aff39b4afc41ff82efd))
25+
26+
27+
### Documentation
28+
29+
* updated the number of partitions (from 100 to 900) can be inserted, updated and deleted in a single request ([31d2d02](https://github.com/googleapis/google-cloud-python/commit/31d2d02fe7665aae9356fd66d56910fb79881876))
30+
731
## [2.33.1](https://github.com/googleapis/python-bigquery-storage/compare/v2.33.0...v2.33.1) (2025-09-08)
832

933

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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1alpha/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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1beta/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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.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__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[
2-
{
3-
"name": "customer_name",
4-
"type": "STRING"
5-
},
6-
{
7-
"name": "row_num",
8-
"type": "INTEGER",
9-
"mode": "REQUIRED"
10-
}
2+
[
3+
{
4+
"name": "customer_name",
5+
"type": "STRING"
6+
},
7+
{
8+
"name": "row_num",
9+
"type": "INTEGER",
10+
"mode": "REQUIRED"
11+
}
12+
]
1113
]
Lines changed: 86 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,91 @@
11

22
[
3-
{
4-
"name": "bool_col",
5-
"type": "BOOLEAN"
6-
},
7-
{
8-
"name": "bytes_col",
9-
"type": "BYTES"
10-
},
11-
{
12-
"name": "date_col",
3+
[
4+
{
5+
"name": "bool_col",
6+
"type": "BOOLEAN"
7+
},
8+
{
9+
"name": "bytes_col",
10+
"type": "BYTES"
11+
},
12+
{
13+
"name": "date_col",
14+
"type": "DATE"
15+
},
16+
{
17+
"name": "datetime_col",
18+
"type": "DATETIME"
19+
},
20+
{
21+
"name": "float64_col",
22+
"type": "FLOAT"
23+
},
24+
{
25+
"name": "geography_col",
26+
"type": "GEOGRAPHY"
27+
},
28+
{
29+
"name": "int64_col",
30+
"type": "INTEGER"
31+
},
32+
{
33+
"name": "numeric_col",
34+
"type": "NUMERIC"
35+
},
36+
{
37+
"name": "bignumeric_col",
38+
"type": "BIGNUMERIC"
39+
},
40+
{
41+
"name": "row_num",
42+
"type": "INTEGER",
43+
"mode": "REQUIRED"
44+
},
45+
{
46+
"name": "string_col",
47+
"type": "STRING"
48+
},
49+
{
50+
"name": "time_col",
51+
"type": "TIME"
52+
},
53+
{
54+
"name": "timestamp_col",
55+
"type": "TIMESTAMP"
56+
},
57+
{
58+
"name": "int64_list",
59+
"type": "INTEGER",
60+
"mode": "REPEATED"
61+
},
62+
{
63+
"name": "struct_col",
64+
"type": "RECORD",
65+
"fields": [
66+
{
67+
"name": "sub_int_col",
68+
"type": "INTEGER"
69+
}
70+
]
71+
},
72+
{
73+
"name": "struct_list",
74+
"type": "RECORD",
75+
"fields": [
76+
{
77+
"name": "sub_int_col",
78+
"type": "INTEGER"
79+
}
80+
],
81+
"mode": "REPEATED"
82+
},
83+
{
84+
"name": "range_date",
85+
"type": "RANGE",
86+
"rangeElementType": {
1387
"type": "DATE"
14-
},
15-
{
16-
"name": "datetime_col",
17-
"type": "DATETIME"
18-
},
19-
{
20-
"name": "float64_col",
21-
"type": "FLOAT"
22-
},
23-
{
24-
"name": "geography_col",
25-
"type": "GEOGRAPHY"
26-
},
27-
{
28-
"name": "int64_col",
29-
"type": "INTEGER"
30-
},
31-
{
32-
"name": "numeric_col",
33-
"type": "NUMERIC"
34-
},
35-
{
36-
"name": "bignumeric_col",
37-
"type": "BIGNUMERIC"
38-
},
39-
{
40-
"name": "row_num",
41-
"type": "INTEGER",
42-
"mode": "REQUIRED"
43-
},
44-
{
45-
"name": "string_col",
46-
"type": "STRING"
47-
},
48-
{
49-
"name": "time_col",
50-
"type": "TIME"
51-
},
52-
{
53-
"name": "timestamp_col",
54-
"type": "TIMESTAMP"
55-
},
56-
{
57-
"name": "int64_list",
58-
"type": "INTEGER",
59-
"mode": "REPEATED"
60-
},
61-
{
62-
"name": "struct_col",
63-
"type": "RECORD",
64-
"fields": [
65-
{"name": "sub_int_col", "type": "INTEGER"}
66-
]
67-
},
68-
{
69-
"name": "struct_list",
70-
"type": "RECORD",
71-
"fields": [
72-
{"name": "sub_int_col", "type": "INTEGER"}
73-
],
74-
"mode": "REPEATED"
75-
},
76-
{
77-
"name": "range_date",
78-
"type": "RANGE",
79-
"rangeElementType": {"type": "DATE"}
8088
}
89+
}
90+
]
8191
]

0 commit comments

Comments
 (0)