diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c74993bde4bd..57c134b5ca09 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/packages/google-cloud-bigquery-storage/CHANGELOG.md b/packages/google-cloud-bigquery-storage/CHANGELOG.md index 2efd00b14f49..7cb778363d05 100644 --- a/packages/google-cloud-bigquery-storage/CHANGELOG.md +++ b/packages/google-cloud-bigquery-storage/CHANGELOG.md @@ -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) diff --git a/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage/gapic_version.py b/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage/gapic_version.py index 20a9cd975b02..ce52f107f367 100644 --- a/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage/gapic_version.py +++ b/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage/gapic_version.py @@ -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} diff --git a/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1/gapic_version.py b/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1/gapic_version.py index 20a9cd975b02..ce52f107f367 100644 --- a/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1/gapic_version.py +++ b/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1/gapic_version.py @@ -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} diff --git a/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1alpha/gapic_version.py b/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1alpha/gapic_version.py index 20a9cd975b02..ce52f107f367 100644 --- a/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1alpha/gapic_version.py +++ b/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1alpha/gapic_version.py @@ -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} diff --git a/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1beta/gapic_version.py b/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1beta/gapic_version.py index 20a9cd975b02..ce52f107f367 100644 --- a/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1beta/gapic_version.py +++ b/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1beta/gapic_version.py @@ -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} diff --git a/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1beta2/gapic_version.py b/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1beta2/gapic_version.py index 20a9cd975b02..ce52f107f367 100644 --- a/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1beta2/gapic_version.py +++ b/packages/google-cloud-bigquery-storage/google/cloud/bigquery_storage_v1beta2/gapic_version.py @@ -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} diff --git a/packages/google-cloud-bigquery-storage/samples/snippets/customer_record_schema.json b/packages/google-cloud-bigquery-storage/samples/snippets/customer_record_schema.json index e04b31a7ead0..fd698cb081d2 100644 --- a/packages/google-cloud-bigquery-storage/samples/snippets/customer_record_schema.json +++ b/packages/google-cloud-bigquery-storage/samples/snippets/customer_record_schema.json @@ -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" + } +] ] diff --git a/packages/google-cloud-bigquery-storage/samples/snippets/sample_data_schema.json b/packages/google-cloud-bigquery-storage/samples/snippets/sample_data_schema.json index 40efb7122b5d..80edb185b761 100644 --- a/packages/google-cloud-bigquery-storage/samples/snippets/sample_data_schema.json +++ b/packages/google-cloud-bigquery-storage/samples/snippets/sample_data_schema.json @@ -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"} } + } +] ]