Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .release-please-bulk-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"packages/bigquery-magics": "0.15.1",
"packages/db-dtypes": "1.7.1",
"packages/django-google-spanner": "5.0.0",
"packages/gapic-generator": "1.38.0",
"packages/gapic-generator": "1.39.0",
"packages/gcp-sphinx-docfx-yaml": "3.3.1",
"packages/google-ads-admanager": "0.10.1",
"packages/google-ads-datamanager": "0.9.1",
"packages/google-ads-marketingplatform-admin": "0.6.0",
"packages/google-ai-generativelanguage": "0.12.0",
"packages/google-analytics-admin": "0.30.1",
"packages/google-analytics-data": "0.23.0",
"packages/google-api-core": "2.34.0",
"packages/google-api-core": "2.34.1",
"packages/google-apps-card": "0.7.0",
"packages/google-apps-chat": "0.10.4",
"packages/google-apps-events-subscriptions": "0.6.0",
Expand Down Expand Up @@ -64,7 +64,7 @@
"packages/google-cloud-bigquery-logging": "1.10.0",
"packages/google-cloud-bigquery-migration": "0.15.0",
"packages/google-cloud-bigquery-reservation": "1.25.0",
"packages/google-cloud-bigquery-storage": "2.40.0",
"packages/google-cloud-bigquery-storage": "2.41.0",
"packages/google-cloud-billing": "1.20.0",
"packages/google-cloud-billing-budgets": "1.21.0",
"packages/google-cloud-binary-authorization": "1.19.1",
Expand Down Expand Up @@ -211,7 +211,7 @@
"packages/google-cloud-source-context": "1.11.0",
"packages/google-cloud-spanner": "3.69.1",
"packages/google-cloud-speech": "2.40.0",
"packages/google-cloud-storage": "3.13.1",
"packages/google-cloud-storage": "3.14.0",
"packages/google-cloud-storage-control": "1.13.0",
"packages/google-cloud-storage-transfer": "1.21.0",
"packages/google-cloud-storagebatchoperations": "0.8.0",
Expand Down
8 changes: 4 additions & 4 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ libraries:
python:
library_type: INTEGRATION
- name: gapic-generator
version: 1.38.0
version: 1.39.0
python:
library_type: CORE
- name: gcp-sphinx-docfx-yaml
Expand Down Expand Up @@ -150,7 +150,7 @@ libraries:
metadata_name_override: analyticsdata
default_version: v1beta
- name: google-api-core
version: 2.34.0
version: 2.34.1
python:
library_type: CORE
- name: google-apps-card
Expand Down Expand Up @@ -639,7 +639,7 @@ libraries:
metadata_name_override: bigqueryreservation
default_version: v1
- name: google-cloud-bigquery-storage
version: 2.40.0
version: 2.41.0
apis:
- path: google/cloud/bigquery/storage/v1
- path: google/cloud/bigquery/storage/v1beta2
Expand Down Expand Up @@ -1994,7 +1994,7 @@ libraries:
metadata_name_override: speech
default_version: v1
- name: google-cloud-storage
version: 3.13.1
version: 3.14.0
apis:
- path: google/storage/v2
python:
Expand Down
12 changes: 12 additions & 0 deletions packages/gapic-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

[1]: https://pypi.org/project/gapic-generator/#history

## [1.39.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.38.0...gapic-generator-v1.39.0) (2026-08-08)


### Features

* **generator:** add fallback compatibility imports for google-api-core helpers ([#17999](https://github.com/googleapis/google-cloud-python/issues/17999)) ([9c13ae2](https://github.com/googleapis/google-cloud-python/commit/9c13ae2476e8ea7a5f3197ed5d094d3b1d5686a9))


### Bug Fixes

* **generator:** check for api_version header in metadata list ([#18015](https://github.com/googleapis/google-cloud-python/issues/18015)) ([0e63510](https://github.com/googleapis/google-cloud-python/commit/0e63510c3b03c14bb1f8dd473dbcdfb719a7050d))

## [1.38.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.37.1...gapic-generator-v1.38.0) (2026-08-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/gapic-generator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name = "gapic-generator"
description = "Google API Client Generator for Python"
url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/gapic-generator"
version = "1.38.0"
version = "1.39.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
# Ensure that the lower bounds of these dependencies match what we have in the
Expand Down
7 changes: 7 additions & 0 deletions packages/google-api-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-api-core/#history

## [2.34.1](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.34.0...google-api-core-v2.34.1) (2026-08-08)


### Bug Fixes

* **api_core:** support suppress_metrics_header fallback in AuthMetadataPlugin ([#18029](https://github.com/googleapis/google-cloud-python/issues/18029)) ([dd2000d](https://github.com/googleapis/google-cloud-python/commit/dd2000d473b5ac315aa0f8408d7aefba793fd623))

## [2.34.0](https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.33.0...google-api-core-v2.34.0) (2026-08-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-api-core/google/api_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "2.34.0"
__version__ = "2.34.1"
12 changes: 12 additions & 0 deletions packages/google-cloud-bigquery-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [2.41.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-storage-v2.40.0...google-cloud-bigquery-storage-v2.41.0) (2026-08-08)


### Features

* **bigquery-storage:** add deprecation warning for to_dataframe ([#18022](https://github.com/googleapis/google-cloud-python/issues/18022)) ([57e7822](https://github.com/googleapis/google-cloud-python/commit/57e7822651e0f255fa3090f2fafbe0be3af272eb))


### Bug Fixes

* **storage:** support updated GapicCallable metadata in tests ([#18031](https://github.com/googleapis/google-cloud-python/issues/18031)) ([24fe2e3](https://github.com/googleapis/google-cloud-python/commit/24fe2e3fd6320fe0e676105b54df6f6322f211bd))

## [2.40.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-storage-v2.39.0...google-cloud-bigquery-storage-v2.40.0) (2026-08-06)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.40.0" # {x-release-please-version}
__version__ = "2.41.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.40.0" # {x-release-please-version}
__version__ = "2.41.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.40.0" # {x-release-please-version}
__version__ = "2.41.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.40.0" # {x-release-please-version}
__version__ = "2.41.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.40.0" # {x-release-please-version}
__version__ = "2.41.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-storage",
"version": "2.40.0"
"version": "2.41.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-storage",
"version": "2.40.0"
"version": "2.41.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-storage",
"version": "2.40.0"
"version": "2.41.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-storage",
"version": "2.40.0"
"version": "2.41.0"
},
"snippets": [
{
Expand Down
12 changes: 12 additions & 0 deletions packages/google-cloud-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@

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

## [3.14.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-v3.13.1...google-cloud-storage-v3.14.0) (2026-08-08)


### Features

* **storage:** expose metadata parameter in asyncio gRPC calls ([#17634](https://github.com/googleapis/google-cloud-python/issues/17634)) ([aaa263d](https://github.com/googleapis/google-cloud-python/commit/aaa263d672a801fd3d567c43e235a75545de3ec3))


### Bug Fixes

* **storage:** add retry support for finalize and close in AsyncAppendableObjectWriter ([#17733](https://github.com/googleapis/google-cloud-python/issues/17733)) ([92bb6dc](https://github.com/googleapis/google-cloud-python/commit/92bb6dc5cf32cfaf215f0423b13d70e338cd2faf))

## [3.13.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-v3.13.0...google-cloud-storage-v3.13.1) (2026-08-06)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.13.1" # {x-release-please-version}
__version__ = "3.14.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.13.1" # {x-release-please-version}
__version__ = "3.14.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "3.13.1"
__version__ = "3.14.0"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-storage",
"version": "3.13.1"
"version": "3.14.0"
},
"snippets": [
{
Expand Down
Loading