diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28ce5d0c..787a68e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "2.24.0" + ".": "2.25.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea470b8..4c7308b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,36 @@ [1]: https://pypi.org/project/google-cloud-bigquery-storage/#history +## [2.25.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.24.0...v2.25.0) (2024-05-01) + + +### Features + +* Add ability to request compressed ReadRowsResponse rows ([#728](https://github.com/googleapis/python-bigquery-storage/issues/728)) ([fe09e3b](https://github.com/googleapis/python-bigquery-storage/commit/fe09e3b3940e0cba3de70906f49b19beaca16930)) +* Add client side lib id with lib version ([#760](https://github.com/googleapis/python-bigquery-storage/issues/760)) ([05664dc](https://github.com/googleapis/python-bigquery-storage/commit/05664dc1df867bca7229f0b472dab2231a854d06)) +* Add include_recaptcha_script for as a new action in firewall policies ([#753](https://github.com/googleapis/python-bigquery-storage/issues/753)) ([0d2c013](https://github.com/googleapis/python-bigquery-storage/commit/0d2c0134cd33d627246f198e4cd37f6952497833)) +* Add stream write samples for range ([#780](https://github.com/googleapis/python-bigquery-storage/issues/780)) ([27dbbc2](https://github.com/googleapis/python-bigquery-storage/commit/27dbbc2a259d3644efd5d41256a609ca7246907b)) +* Add support for proto3 optional tag ([#727](https://github.com/googleapis/python-bigquery-storage/issues/727)) ([3b9724a](https://github.com/googleapis/python-bigquery-storage/commit/3b9724a0ba7f45c9661831ecd4d9151ae23ce5d9)) +* Add the RANGE type to the google.cloud.bigquery.storage.v1.TableFieldSchema ([#746](https://github.com/googleapis/python-bigquery-storage/issues/746)) ([47f6b05](https://github.com/googleapis/python-bigquery-storage/commit/47f6b05ffe30b8c39bf082b19e7ecdb2ede46987)) +* Allow users to explicitly configure universe domain ([#737](https://github.com/googleapis/python-bigquery-storage/issues/737)) ([44feef7](https://github.com/googleapis/python-bigquery-storage/commit/44feef7429fe5ce70a0b346cf2120bfe994a1731)) + + +### Bug Fixes + +* Add google-auth as a direct dependency ([#740](https://github.com/googleapis/python-bigquery-storage/issues/740)) ([4942bd1](https://github.com/googleapis/python-bigquery-storage/commit/4942bd17cd5fc5b96585839536d639ec850e55e9)) +* Export handwritten classes AppendRowsStream and ReadRowsStream ([#770](https://github.com/googleapis/python-bigquery-storage/issues/770)) ([198c312](https://github.com/googleapis/python-bigquery-storage/commit/198c3128994f7a5abb1c54d3988881f012eb5b01)) +* Fix `ValueError` in `test__validate_universe_domain` ([#743](https://github.com/googleapis/python-bigquery-storage/issues/743)) ([9d8ad7e](https://github.com/googleapis/python-bigquery-storage/commit/9d8ad7ed3bb471819ea4cee13109c10fe1706b00)) +* **main:** Clarify importlib import ([#738](https://github.com/googleapis/python-bigquery-storage/issues/738)) ([04efdbd](https://github.com/googleapis/python-bigquery-storage/commit/04efdbde9f7427b0eadc6580c3eefe06d30cd21c)) +* Make read_session no longer DEPRECATED ([#765](https://github.com/googleapis/python-bigquery-storage/issues/765)) ([a3168f4](https://github.com/googleapis/python-bigquery-storage/commit/a3168f4e562999a87a5cd1e96165cafd30cf2e30)) +* Missing export BigQueryWriteClient ([#754](https://github.com/googleapis/python-bigquery-storage/issues/754)) ([2600532](https://github.com/googleapis/python-bigquery-storage/commit/26005329a83512fcc854d7a991f95a1a13474510)) +* Resolve AttributeError 'Credentials' object has no attribute 'universe_domain' ([#739](https://github.com/googleapis/python-bigquery-storage/issues/739)) ([ea4c1f4](https://github.com/googleapis/python-bigquery-storage/commit/ea4c1f40166e92bd16234b80d7f036b9128597b6)) +* Use triple equal for pinned requirements ([#769](https://github.com/googleapis/python-bigquery-storage/issues/769)) ([d746c3c](https://github.com/googleapis/python-bigquery-storage/commit/d746c3cf91b6bb4f794a41ffb4e5cdb57a3b32e7)) + + +### Documentation + +* Mark BigQueryWrite v1beta2 as deprecated ([#750](https://github.com/googleapis/python-bigquery-storage/issues/750)) ([201ae3e](https://github.com/googleapis/python-bigquery-storage/commit/201ae3e10cad75b0463ee28f70571e23a1f83aec)) + ## [2.24.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.23.0...v2.24.0) (2023-12-12) diff --git a/google/cloud/bigquery_storage/gapic_version.py b/google/cloud/bigquery_storage/gapic_version.py index 07de09d5..e5fa8f60 100644 --- a/google/cloud/bigquery_storage/gapic_version.py +++ b/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__ = "2.24.0" # {x-release-please-version} +__version__ = "2.25.0" # {x-release-please-version} diff --git a/google/cloud/bigquery_storage_v1/gapic_version.py b/google/cloud/bigquery_storage_v1/gapic_version.py index 07de09d5..e5fa8f60 100644 --- a/google/cloud/bigquery_storage_v1/gapic_version.py +++ b/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__ = "2.24.0" # {x-release-please-version} +__version__ = "2.25.0" # {x-release-please-version} diff --git a/google/cloud/bigquery_storage_v1beta2/gapic_version.py b/google/cloud/bigquery_storage_v1beta2/gapic_version.py index 07de09d5..e5fa8f60 100644 --- a/google/cloud/bigquery_storage_v1beta2/gapic_version.py +++ b/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__ = "2.24.0" # {x-release-please-version} +__version__ = "2.25.0" # {x-release-please-version} diff --git a/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json b/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json index c1d15715..e74497ef 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-bigquery-storage", - "version": "0.1.0" + "version": "2.25.0" }, "snippets": [ { diff --git a/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json b/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json index 302b7815..2f46ad87 100644 --- a/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json +++ b/samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-bigquery-storage", - "version": "0.1.0" + "version": "2.25.0" }, "snippets": [ {