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
14 changes: 7 additions & 7 deletions .release-please-bulk-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"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/django-google-spanner": "5.0.1",
"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 @@ -54,7 +54,7 @@
"packages/google-cloud-beyondcorp-clientgateways": "0.8.0",
"packages/google-cloud-biglake": "0.5.1",
"packages/google-cloud-biglake-hive": "0.3.2",
"packages/google-cloud-bigquery": "3.43.0",
"packages/google-cloud-bigquery": "3.44.0",
"packages/google-cloud-bigquery-analyticshub": "0.9.0",
"packages/google-cloud-bigquery-biglake": "0.8.0",
"packages/google-cloud-bigquery-connection": "1.22.0",
Expand All @@ -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 All @@ -88,7 +88,7 @@
"packages/google-cloud-container": "2.65.0",
"packages/google-cloud-containeranalysis": "2.22.1",
"packages/google-cloud-contentwarehouse": "0.11.0",
"packages/google-cloud-core": "2.6.1",
"packages/google-cloud-core": "2.7.0",
"packages/google-cloud-data-fusion": "1.17.0",
"packages/google-cloud-data-qna": "0.14.0",
"packages/google-cloud-databasecenter": "0.9.0",
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
14 changes: 7 additions & 7 deletions librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ libraries:
python:
library_type: INTEGRATION
- name: django-google-spanner
version: 5.0.0
version: 5.0.1
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 @@ -559,7 +559,7 @@ libraries:
python:
default_version: v1beta
- name: google-cloud-bigquery
version: 3.43.0
version: 3.44.0
python:
library_type: GAPIC_COMBO
metadata_name_override: bigquery
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 @@ -871,7 +871,7 @@ libraries:
metadata_name_override: contentwarehouse
default_version: v1
- name: google-cloud-core
version: 2.6.1
version: 2.7.0
python:
library_type: CORE
- name: google-cloud-data-fusion
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
7 changes: 7 additions & 0 deletions packages/django-google-spanner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://pypi.org/project/django-google-spanner/#history

## [5.0.1](https://github.com/googleapis/google-cloud-python/compare/django-google-spanner-v5.0.0...django-google-spanner-v5.0.1) (2026-08-11)


### Bug Fixes

* **django-spanner:** declare django dependency in setup.py ([#18044](https://github.com/googleapis/google-cloud-python/issues/18044)) ([c341469](https://github.com/googleapis/google-cloud-python/commit/c3414690dc73a84e1028c3d05d9c723b2ffc3ef6))

## [5.0.0](https://github.com/googleapis/google-cloud-python/compare/django-google-spanner-v4.0.3...django-google-spanner-v5.0.0) (2026-05-01 )

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion packages/django-google-spanner/django_spanner/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license that can be found in the LICENSE file or at
# https://developers.google.com/open-source/licenses/bsd

__version__ = "5.0.0"
__version__ = "5.0.1"
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-11)


### 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-11)


### 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-11)


### 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
7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

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

## [3.44.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-v3.43.0...google-cloud-bigquery-v3.44.0) (2026-08-11)


### Features

* add PendingDeprecationWarning for to_dataframe and to_arrow conversion methods ([#18021](https://github.com/googleapis/google-cloud-python/issues/18021)) ([6bebf30](https://github.com/googleapis/google-cloud-python/commit/6bebf30fe1b9a5d7b468e390280ab3b55149e82a))

## [3.43.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-v3.42.3...google-cloud-bigquery-v3.43.0) (2026-08-06)


Expand Down
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.43.0"
__version__ = "3.44.0"
7 changes: 7 additions & 0 deletions packages/google-cloud-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-cloud-core/#history

## [2.7.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-core-v2.6.1...google-cloud-core-v2.7.0) (2026-08-11)


### Features

* **core:** implement PEP 0810 explicit lazy imports in google-cloud-core ([#18052](https://github.com/googleapis/google-cloud-python/issues/18052)) ([5a7ed02](https://github.com/googleapis/google-cloud-python/commit/5a7ed029c8942e090db3e8b7ae6c2bb42ff79e6b))

## [2.6.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-core-v2.6.0...google-cloud-core-v2.6.1) (2026-08-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-core/google/cloud/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.6.1"
__version__ = "2.7.0"
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-11)


### 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