Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 6c8408e

Browse files
chore(main): release 2.33.0 (#966)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e2791c3 commit 6c8408e

File tree

9 files changed

+16
-8
lines changed

9 files changed

+16
-8
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "2.32.0"
2+
".": "2.33.0"
33
}
44

CHANGELOG.md

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

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

7+
## [2.33.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.32.0...v2.33.0) (2025-09-02)
8+
9+
10+
### Features
11+
12+
* Add support for CMEK, runtime controls, and PSC-I to Reasoning Engine protos ([#968](https://github.com/googleapis/python-bigquery-storage/issues/968)) ([e2082ff](https://github.com/googleapis/python-bigquery-storage/commit/e2082ffc69f8753d858ac1c12b6e017fc3362fab))
13+
* Add support for Python 3.13 ([#964](https://github.com/googleapis/python-bigquery-storage/issues/964)) ([6e2c94f](https://github.com/googleapis/python-bigquery-storage/commit/6e2c94fa863bd135f29407bee4ced491742b37ed))
14+
715
## [2.32.0](https://github.com/googleapis/python-bigquery-storage/compare/v2.31.0...v2.32.0) (2025-05-27)
816

917

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__ = "2.32.0" # {x-release-please-version}
16+
__version__ = "2.33.0" # {x-release-please-version}

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__ = "2.32.0" # {x-release-please-version}
16+
__version__ = "2.33.0" # {x-release-please-version}

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__ = "2.32.0" # {x-release-please-version}
16+
__version__ = "2.33.0" # {x-release-please-version}

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__ = "2.32.0" # {x-release-please-version}
16+
__version__ = "2.33.0" # {x-release-please-version}

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__ = "2.32.0" # {x-release-please-version}
16+
__version__ = "2.33.0" # {x-release-please-version}

samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-storage",
11-
"version": "0.1.0"
11+
"version": "2.33.0"
1212
},
1313
"snippets": [
1414
{

samples/generated_samples/snippet_metadata_google.cloud.bigquery.storage.v1beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigquery-storage",
11-
"version": "0.1.0"
11+
"version": "2.33.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)