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
2 changes: 1 addition & 1 deletion AlloyDb/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.8.0
52 changes: 52 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,57 @@
# Changelog

## 0.333.0

<details><summary>google/cloud-alloydb 1.8.0</summary>



### Features

* [AlloyDb] add POSTGRES_18 to supported database versions ([#9246](https://github.com/googleapis/google-cloud-php/issues/9246)) ([609378d](https://github.com/googleapis/google-cloud-php/commit/609378dff5799ef5128f2fdaea778cc49cb3864f))

</details>

<details><summary>google/cloud-confidentialcomputing 1.8.0</summary>



### Features

* [ConfidentialComputing] add instance field to VerifyAttestationRequest ([#9248](https://github.com/googleapis/google-cloud-php/issues/9248)) ([ebc3e3f](https://github.com/googleapis/google-cloud-php/commit/ebc3e3f39dbba7ee1eba341ba7844693917ad008))

</details>

<details><summary>google/cloud-firestore 2.2.0</summary>



### Features

* [Firestore] expose the 'auto_commit_transaction' option for the ExecutePipeline API ([#9244](https://github.com/googleapis/google-cloud-php/issues/9244)) ([b50f2ba](https://github.com/googleapis/google-cloud-php/commit/b50f2ba00a80aa5a4989360d532442565b4a7666))

</details>

<details><summary>google/cloud-modelarmor 0.7.0</summary>



### Features

* [ModelArmor] add streaming methods StreamSanitizeUserPrompt and StreamSanitizeModelResponse ([#9243](https://github.com/googleapis/google-cloud-php/issues/9243)) ([226e394](https://github.com/googleapis/google-cloud-php/commit/226e394b7c878fd5cbf55e0f88dfa182db149fa1))

</details>

<details><summary>google/cloud-oracledatabase 0.9.0</summary>



### Features

* [OracleDatabase] add v1 client libraries for Oracle Database Goldengate ([#9242](https://github.com/googleapis/google-cloud-php/issues/9242)) ([bbb8f47](https://github.com/googleapis/google-cloud-php/commit/bbb8f47b42408089bed05262e1691f74eaf8be7e))

</details>

## 0.332.0

<details><summary>googleads/data-manager 0.5.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion ConfidentialComputing/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.8.0
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.2.0
2 changes: 1 addition & 1 deletion ModelArmor/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0
2 changes: 1 addition & 1 deletion OracleDatabase/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2
0.9.0
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"google/cloud-access-approval": "2.1.3",
"google/cloud-advisorynotifications": "1.2.4",
"google/cloud-ai-platform": "1.60.0",
"google/cloud-alloydb": "1.7.1",
"google/cloud-alloydb": "1.8.0",
"google/cloud-api-gateway": "2.1.3",
"google/cloud-api-keys": "1.1.2",
"google/cloud-apigee-connect": "2.1.3",
Expand Down Expand Up @@ -139,7 +139,7 @@
"google/cloud-commerce-consumer-procurement": "1.3.3",
"google/cloud-common-protos": "1.0.0",
"google/cloud-compute": "2.10.0",
"google/cloud-confidentialcomputing": "1.7.1",
"google/cloud-confidentialcomputing": "1.8.0",
"google/cloud-config": "1.8.0",
"google/cloud-configdelivery": "0.3.3",
"google/cloud-contact-center-insights": "2.4.2",
Expand Down Expand Up @@ -176,7 +176,7 @@
"google/cloud-eventarc-publishing": "1.2.2",
"google/cloud-filestore": "2.2.3",
"google/cloud-financialservices": "0.2.4",
"google/cloud-firestore": "2.1.0",
"google/cloud-firestore": "2.2.0",
"google/cloud-functions": "2.1.3",
"google/cloud-geminidataanalytics": "0.11.0",
"google/cloud-gke-backup": "1.3.3",
Expand Down Expand Up @@ -206,7 +206,7 @@
"google/cloud-memcache": "2.1.2",
"google/cloud-memorystore": "0.10.0",
"google/cloud-migrationcenter": "1.2.3",
"google/cloud-modelarmor": "0.6.0",
"google/cloud-modelarmor": "0.7.0",
"google/cloud-monitoring": "2.2.2",
"google/cloud-netapp": "1.12.0",
"google/cloud-network-connectivity": "2.5.3",
Expand All @@ -215,7 +215,7 @@
"google/cloud-networkservices": "0.8.2",
"google/cloud-notebooks": "1.1.3",
"google/cloud-optimization": "1.1.3",
"google/cloud-oracledatabase": "0.8.2",
"google/cloud-oracledatabase": "0.9.0",
"google/cloud-orchestration-airflow": "2.2.3",
"google/cloud-org-policy": "1.3.3",
"google/cloud-osconfig": "2.2.3",
Expand Down
Loading