Skip to content

Commit

Permalink
chore(main): release 2.25.0 (#731)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed May 3, 2024
1 parent 9d55a1f commit 0ebab17
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,4 +1,4 @@
{
".": "2.24.0"
".": "2.25.0"
}

30 changes: 30 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/bigquery_storage/gapic_version.py
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion google/cloud/bigquery_storage_v1/gapic_version.py
Expand Up @@ -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}
2 changes: 1 addition & 1 deletion google/cloud/bigquery_storage_v1beta2/gapic_version.py
Expand Up @@ -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}
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-storage",
"version": "0.1.0"
"version": "2.25.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-storage",
"version": "0.1.0"
"version": "2.25.0"
},
"snippets": [
{
Expand Down

0 comments on commit 0ebab17

Please sign in to comment.