Skip to content
Merged
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
18 changes: 9 additions & 9 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"packages/google-cloud-beyondcorp-appgateways": "0.4.18",
"packages/google-cloud-beyondcorp-clientconnectorservices": "0.4.18",
"packages/google-cloud-beyondcorp-clientgateways": "0.4.17",
"packages/google-cloud-bigquery-analyticshub": "0.4.19",
"packages/google-cloud-bigquery-analyticshub": "0.4.20",
"packages/google-cloud-bigquery-biglake": "0.4.15",
"packages/google-cloud-bigquery-connection": "1.18.3",
"packages/google-cloud-bigquery-data-exchange": "0.5.20",
"packages/google-cloud-bigquery-datapolicies": "0.6.16",
"packages/google-cloud-bigquery-datatransfer": "3.19.2",
"packages/google-cloud-bigquery-logging": "1.6.3",
"packages/google-cloud-bigquery-migration": "0.11.15",
"packages/google-cloud-bigquery-reservation": "1.18.0",
"packages/google-cloud-bigquery-reservation": "1.19.0",
"packages/google-cloud-billing": "1.16.3",
"packages/google-cloud-billing-budgets": "1.17.2",
"packages/google-cloud-binary-authorization": "1.13.2",
Expand All @@ -53,13 +53,13 @@
"packages/google-cloud-channel": "1.23.0",
"packages/google-cloud-chronicle": "0.1.0",
"packages/google-cloud-cloudcontrolspartner": "0.2.7",
"packages/google-cloud-cloudsecuritycompliance": "0.0.0",
"packages/google-cloud-cloudsecuritycompliance": "0.1.0",
"packages/google-cloud-commerce-consumer-procurement": "0.2.0",
"packages/google-cloud-common": "1.5.2",
"packages/google-cloud-compute": "1.36.0",
"packages/google-cloud-compute-v1beta": "0.1.6",
"packages/google-cloud-compute": "1.37.0",
"packages/google-cloud-compute-v1beta": "0.1.7",
"packages/google-cloud-confidentialcomputing": "0.4.18",
"packages/google-cloud-config": "0.1.20",
"packages/google-cloud-config": "0.1.21",
"packages/google-cloud-configdelivery": "0.1.3",
"packages/google-cloud-contact-center-insights": "1.23.3",
"packages/google-cloud-container": "2.59.0",
Expand Down Expand Up @@ -124,10 +124,10 @@
"packages/google-cloud-monitoring": "2.27.2",
"packages/google-cloud-monitoring-dashboards": "2.18.2",
"packages/google-cloud-monitoring-metrics-scopes": "1.9.2",
"packages/google-cloud-netapp": "0.3.23",
"packages/google-cloud-netapp": "0.3.24",
"packages/google-cloud-network-connectivity": "2.9.0",
"packages/google-cloud-network-management": "1.28.0",
"packages/google-cloud-network-security": "0.9.18",
"packages/google-cloud-network-security": "0.9.19",
"packages/google-cloud-network-services": "0.5.24",
"packages/google-cloud-notebooks": "1.13.3",
"packages/google-cloud-optimization": "1.11.2",
Expand Down Expand Up @@ -179,7 +179,7 @@
"packages/google-cloud-talent": "2.17.2",
"packages/google-cloud-tasks": "2.19.3",
"packages/google-cloud-telcoautomation": "0.2.11",
"packages/google-cloud-texttospeech": "2.28.0",
"packages/google-cloud-texttospeech": "2.29.0",
"packages/google-cloud-tpu": "1.23.2",
"packages/google-cloud-trace": "1.16.2",
"packages/google-cloud-translate": "3.21.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery-analyticshub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.20](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-analyticshub-v0.4.19...google-cloud-bigquery-analyticshub-v0.4.20) (2025-09-04)


### Features

* You can now configure listings for multiple regions for shared datasets and linked dataset replicas in BigQuery sharing ([92212a5](https://github.com/googleapis/google-cloud-python/commit/92212a516fe22966878a87b92e0180756506a4a3))

## [0.4.19](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-analyticshub-v0.4.18...google-cloud-bigquery-analyticshub-v0.4.19) (2025-05-15)


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__ = "0.0.0" # {x-release-please-version}
__version__ = "0.4.20" # {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__ = "0.0.0" # {x-release-please-version}
__version__ = "0.4.20" # {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-analyticshub",
"version": "0.1.0"
"version": "0.4.20"
},
"snippets": [
{
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-bigquery-reservation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.19.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-reservation-v1.18.0...google-cloud-bigquery-reservation-v1.19.0) (2025-09-04)


### Features

* Add a new field `failover_mode` to `.google.cloud.bigquery.reservation.v1.FailoverReservationRequest` that allows users to choose between the HARD or SOFT failover modes when they initiate a failover operation on a reservation ([c7bbbfc](https://github.com/googleapis/google-cloud-python/commit/c7bbbfc6e83795e2f813a60ca146a8fd4f232fa2))
* Add a new field `soft_failover_start_time` in the existing `replication_status` in `.google.cloud.bigquery.reservation.v1.Reservation` to provide visibility into the state of ongoing soft failover operations onthe reservation ([c7bbbfc](https://github.com/googleapis/google-cloud-python/commit/c7bbbfc6e83795e2f813a60ca146a8fd4f232fa2))

## [1.18.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigquery-reservation-v1.17.2...google-cloud-bigquery-reservation-v1.18.0) (2025-08-29)


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__ = "0.0.0" # {x-release-please-version}
__version__ = "1.19.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__ = "0.0.0" # {x-release-please-version}
__version__ = "1.19.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-reservation",
"version": "0.1.0"
"version": "1.19.0"
},
"snippets": [
{
Expand Down
11 changes: 10 additions & 1 deletion packages/google-cloud-cloudsecuritycompliance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Changelog
# Changelog

## 0.1.0 (2025-09-04)


### Features

* add initial files for google.cloud.cloudsecuritycompliance.v1 ([#14334](https://github.com/googleapis/google-cloud-python/issues/14334)) ([65668ef](https://github.com/googleapis/google-cloud-python/commit/65668ef8d9e1015609410caa8f67d9f00f322626))

## Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
7 changes: 7 additions & 0 deletions packages/google-cloud-compute-v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.7](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1beta-v0.1.6...google-cloud-compute-v1beta-v0.1.7) (2025-09-04)


### Features

* [google-cloud-compute-v1beta] Update Compute Engine v1beta API to revision 20250810 ([#1090](https://github.com/googleapis/google-cloud-python/issues/1090)) ([#14325](https://github.com/googleapis/google-cloud-python/issues/14325)) ([bce9e50](https://github.com/googleapis/google-cloud-python/commit/bce9e50d307212c0d7b1a5b746d03ed9bd430789))

## [0.1.6](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1beta-v0.1.5...google-cloud-compute-v1beta-v0.1.6) (2025-08-29)


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__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.7" # {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-compute-v1beta",
"version": "0.1.0"
"version": "0.1.7"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-compute/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.37.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1.36.0...google-cloud-compute-v1.37.0) (2025-09-04)


### Features

* [google-cloud-compute] Update Compute Engine v1 API to revision 20250810 ([#1091](https://github.com/googleapis/google-cloud-python/issues/1091)) ([#14324](https://github.com/googleapis/google-cloud-python/issues/14324)) ([6cdbcee](https://github.com/googleapis/google-cloud-python/commit/6cdbcee600286643cba8caf3c2219e9810b317fe))

## [1.36.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-compute-v1.35.0...google-cloud-compute-v1.36.0) (2025-08-29)


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__ = "0.0.0" # {x-release-please-version}
__version__ = "1.37.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__ = "0.0.0" # {x-release-please-version}
__version__ = "1.37.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-compute",
"version": "0.1.0"
"version": "1.37.0"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.21](https://github.com/googleapis/google-cloud-python/compare/google-cloud-config-v0.1.20...google-cloud-config-v0.1.21) (2025-09-04)


### Features

* [google-cloud-config] added support for service maintained provider ([#14347](https://github.com/googleapis/google-cloud-python/issues/14347)) ([c7943db](https://github.com/googleapis/google-cloud-python/commit/c7943db754b37d49f7aa993e28f8cd6e6c1ea7e5))

## [0.1.20](https://github.com/googleapis/google-cloud-python/compare/google-cloud-config-v0.1.19...google-cloud-config-v0.1.20) (2025-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__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.21" # {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__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.21" # {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-config",
"version": "0.1.0"
"version": "0.1.21"
},
"snippets": [
{
Expand Down
26 changes: 26 additions & 0 deletions packages/google-cloud-netapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [0.3.24](https://github.com/googleapis/google-cloud-python/compare/google-cloud-netapp-v0.3.23...google-cloud-netapp-v0.3.24) (2025-09-04)


### Features

* add fields for hybrid replication ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* add fields for manual qos ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))


### Documentation

* A comment for field `cold_tier_size_gib` in message `.google.cloud.netapp.v1.Volume` is changed ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `command_expiry_time` in message `.google.cloud.netapp.v1.HybridPeeringDetails` is changed ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `command` in message `.google.cloud.netapp.v1.HybridPeeringDetails` is changed ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `daily_backup_immutable` in message `.google.cloud.netapp.v1.BackupVault` is changed ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `manual_backup_immutable` in message `.google.cloud.netapp.v1.BackupVault` is changed ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `monthly_backup_immutable` in message `.google.cloud.netapp.v1.BackupVault` is changed ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `passphrase` in message `.google.cloud.netapp.v1.HybridPeeringDetails` is changed ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `peer_cluster_name` in message `.google.cloud.netapp.v1.HybridPeeringDetails` is changed ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `peer_svm_name` in message `.google.cloud.netapp.v1.HybridPeeringDetails` is changed ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `peer_volume_name` in message `.google.cloud.netapp.v1.HybridPeeringDetails` is changed ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `subnet_ip` in message `.google.cloud.netapp.v1.HybridPeeringDetails` is changed ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `total_iops` in message `.google.cloud.netapp.v1.StoragePool` is added ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `total_throughput_mibps` in message `.google.cloud.netapp.v1.StoragePool` is added ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))
* field `weekly_backup_immutable` in message `.google.cloud.netapp.v1.BackupVault` is changed ([0370ed1](https://github.com/googleapis/google-cloud-python/commit/0370ed16110cf59a12945bd7168e518ad4641744))

## [0.3.23](https://github.com/googleapis/google-cloud-python/compare/google-cloud-netapp-v0.3.22...google-cloud-netapp-v0.3.23) (2025-05-20)


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__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.24" # {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__ = "0.0.0" # {x-release-please-version}
__version__ = "0.3.24" # {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-netapp",
"version": "0.1.0"
"version": "0.3.24"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-network-security/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.19](https://github.com/googleapis/google-cloud-python/compare/google-cloud-network-security-v0.9.18...google-cloud-network-security-v0.9.19) (2025-09-04)


### Features

* [google-cloud-network-security] add address groups API ([#14332](https://github.com/googleapis/google-cloud-python/issues/14332)) ([9ff9ff6](https://github.com/googleapis/google-cloud-python/commit/9ff9ff62d9fb692d6cb3eccc2d4e74c1dd8624ca))

## [0.9.18](https://github.com/googleapis/google-cloud-python/compare/google-cloud-network-security-v0.9.17...google-cloud-network-security-v0.9.18) (2025-06-11)


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__ = "0.0.0" # {x-release-please-version}
__version__ = "0.9.19" # {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__ = "0.0.0" # {x-release-please-version}
__version__ = "0.9.19" # {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__ = "0.0.0" # {x-release-please-version}
__version__ = "0.9.19" # {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__ = "0.0.0" # {x-release-please-version}
__version__ = "0.9.19" # {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-network-security",
"version": "0.1.0"
"version": "0.9.19"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-network-security",
"version": "0.1.0"
"version": "0.9.19"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-network-security",
"version": "0.1.0"
"version": "0.9.19"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-texttospeech/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-texttospeech/#history

## [2.29.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-texttospeech-v2.28.0...google-cloud-texttospeech-v2.29.0) (2025-09-04)


### Features

* Add prompt to SynthesisInput ([2c37fa1](https://github.com/googleapis/google-cloud-python/commit/2c37fa1808974239abe79bbf1d2df9fba74c1ac7))

## [2.28.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-texttospeech-v2.27.0...google-cloud-texttospeech-v2.28.0) (2025-08-29)


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__ = "0.0.0" # {x-release-please-version}
__version__ = "2.29.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__ = "0.0.0" # {x-release-please-version}
__version__ = "2.29.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__ = "0.0.0" # {x-release-please-version}
__version__ = "2.29.0" # {x-release-please-version}
Loading
Loading