Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"packages/google-cloud-bigquery-logging": "1.6.3",
"packages/google-cloud-bigquery-migration": "0.11.15",
"packages/google-cloud-bigquery-reservation": "1.19.0",
"packages/google-cloud-bigquery-storage": "0.0.0",
"packages/google-cloud-bigquery-storage": "0.1.0",
"packages/google-cloud-billing": "1.16.3",
"packages/google-cloud-billing-budgets": "1.17.2",
"packages/google-cloud-binary-authorization": "1.13.2",
Expand Down
24 changes: 24 additions & 0 deletions packages/google-cloud-bigquery-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@

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

## 0.1.0 (2025-09-12)


### ⚠ BREAKING CHANGES

* remove `location` from http annotations in all of the service requests

### Features

* 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))
* 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))
* 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))


### Bug Fixes

* **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))
* 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))


### Documentation

* 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))

## [2.33.1](https://github.com/googleapis/python-bigquery-storage/compare/v2.33.0...v2.33.1) (2025-09-08)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[
{
"name": "customer_name",
"type": "STRING"
},
{
"name": "row_num",
"type": "INTEGER",
"mode": "REQUIRED"
}
[
{
"name": "customer_name",
"type": "STRING"
},
{
"name": "row_num",
"type": "INTEGER",
"mode": "REQUIRED"
}
]
]
Original file line number Diff line number Diff line change
@@ -1,81 +1,91 @@

[
{
"name": "bool_col",
"type": "BOOLEAN"
},
{
"name": "bytes_col",
"type": "BYTES"
},
{
"name": "date_col",
[
{
"name": "bool_col",
"type": "BOOLEAN"
},
{
"name": "bytes_col",
"type": "BYTES"
},
{
"name": "date_col",
"type": "DATE"
},
{
"name": "datetime_col",
"type": "DATETIME"
},
{
"name": "float64_col",
"type": "FLOAT"
},
{
"name": "geography_col",
"type": "GEOGRAPHY"
},
{
"name": "int64_col",
"type": "INTEGER"
},
{
"name": "numeric_col",
"type": "NUMERIC"
},
{
"name": "bignumeric_col",
"type": "BIGNUMERIC"
},
{
"name": "row_num",
"type": "INTEGER",
"mode": "REQUIRED"
},
{
"name": "string_col",
"type": "STRING"
},
{
"name": "time_col",
"type": "TIME"
},
{
"name": "timestamp_col",
"type": "TIMESTAMP"
},
{
"name": "int64_list",
"type": "INTEGER",
"mode": "REPEATED"
},
{
"name": "struct_col",
"type": "RECORD",
"fields": [
{
"name": "sub_int_col",
"type": "INTEGER"
}
]
},
{
"name": "struct_list",
"type": "RECORD",
"fields": [
{
"name": "sub_int_col",
"type": "INTEGER"
}
],
"mode": "REPEATED"
},
{
"name": "range_date",
"type": "RANGE",
"rangeElementType": {
"type": "DATE"
},
{
"name": "datetime_col",
"type": "DATETIME"
},
{
"name": "float64_col",
"type": "FLOAT"
},
{
"name": "geography_col",
"type": "GEOGRAPHY"
},
{
"name": "int64_col",
"type": "INTEGER"
},
{
"name": "numeric_col",
"type": "NUMERIC"
},
{
"name": "bignumeric_col",
"type": "BIGNUMERIC"
},
{
"name": "row_num",
"type": "INTEGER",
"mode": "REQUIRED"
},
{
"name": "string_col",
"type": "STRING"
},
{
"name": "time_col",
"type": "TIME"
},
{
"name": "timestamp_col",
"type": "TIMESTAMP"
},
{
"name": "int64_list",
"type": "INTEGER",
"mode": "REPEATED"
},
{
"name": "struct_col",
"type": "RECORD",
"fields": [
{"name": "sub_int_col", "type": "INTEGER"}
]
},
{
"name": "struct_list",
"type": "RECORD",
"fields": [
{"name": "sub_int_col", "type": "INTEGER"}
],
"mode": "REPEATED"
},
{
"name": "range_date",
"type": "RANGE",
"rangeElementType": {"type": "DATE"}
}
}
]
]
Loading