diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b6be5b94..28ce5d0c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "2.23.0" + ".": "2.24.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f01d2589..2ea470b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ [1]: https://pypi.org/project/google-cloud-bigquery-storage/#history +## [2.24.0](/~https://github.com/googleapis/python-bigquery-storage/compare/v2.23.0...v2.24.0) (2023-12-12) + + +### Features + +* Add support for Python 3.12 ([4834ed1](/~https://github.com/googleapis/python-bigquery-storage/commit/4834ed1f43a60634d062d25ab6fb83f40b0b7383)) +* Introduce compatibility with native namespace packages ([#706](/~https://github.com/googleapis/python-bigquery-storage/issues/706)) ([59f9564](/~https://github.com/googleapis/python-bigquery-storage/commit/59f956491f2efcdc4c801820cc0e15a4a4f286ec)) + + +### Bug Fixes + +* Use `retry_async` instead of `retry` in async client ([#713](/~https://github.com/googleapis/python-bigquery-storage/issues/713)) ([4e18437](/~https://github.com/googleapis/python-bigquery-storage/commit/4e184372322d4fe8a7ccd40986243b3f7230813a)) + ## [2.23.0](/~https://github.com/googleapis/python-bigquery-storage/compare/v2.22.0...v2.23.0) (2023-11-17) diff --git a/google/cloud/bigquery_storage/gapic_version.py b/google/cloud/bigquery_storage/gapic_version.py index f01e1d3a..07de09d5 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.23.0" # {x-release-please-version} +__version__ = "2.24.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 f01e1d3a..07de09d5 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.23.0" # {x-release-please-version} +__version__ = "2.24.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 f01e1d3a..07de09d5 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.23.0" # {x-release-please-version} +__version__ = "2.24.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..ab999759 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.24.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..764c0a58 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.24.0" }, "snippets": [ {