From dc4ea4653763d975cce87741f32a8c12413352ac Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Thu, 2 Apr 2026 22:57:17 +0000
Subject: [PATCH] chore(main): release 0.326.0
---
AiPlatform/VERSION | 2 +-
AppsChat/VERSION | 2 +-
CHANGELOG.md | 77 +++++++++++++++++++++++++++++++++++
CommonProtos/VERSION | 2 +-
CommonProtos/composer.json | 2 +-
DocumentAi/VERSION | 2 +-
Memorystore/VERSION | 2 +-
Storage/VERSION | 2 +-
Storage/src/StorageClient.php | 2 +-
TextToSpeech/VERSION | 2 +-
composer.json | 14 +++----
11 files changed, 93 insertions(+), 16 deletions(-)
diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION
index 3ebf789f5a8d..373aea97570a 100644
--- a/AiPlatform/VERSION
+++ b/AiPlatform/VERSION
@@ -1 +1 @@
-1.56.0
+1.57.0
diff --git a/AppsChat/VERSION b/AppsChat/VERSION
index 7cca7711a0dd..66333910a4be 100644
--- a/AppsChat/VERSION
+++ b/AppsChat/VERSION
@@ -1 +1 @@
-0.17.1
+0.18.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07aa80d9467f..f7cee14b7b15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,82 @@
# Changelog
+## 0.326.0
+
+google/cloud-ai-platform 1.57.0
+
+
+
+### Features
+
+* [AiPlatform] add evaluation metrics and autorater configuration to the AI Platform v1 API ([#9074](https://github.com/googleapis/google-cloud-php/issues/9074)) ([63b8cfb](https://github.com/googleapis/google-cloud-php/commit/63b8cfb0444e710df83ead3e816c1c013a517647))
+
+
+
+google/apps-chat 0.18.0
+
+
+
+### Features
+
+* [AppsChat] Support app authentication with admin-consent scopes for Chat API ListMessages, GetMessage, GetSpaceEvent and ListSpaceEvents ([#9076](https://github.com/googleapis/google-cloud-php/issues/9076)) ([7df87f1](https://github.com/googleapis/google-cloud-php/commit/7df87f1f264b212b482163000f3d86862f639ca9))
+
+
+
+google/common-protos 4.14.0
+
+
+
+### Features
+
+* [CommonProtos] update SelectiveGapicGeneration usage doc ([#9070](https://github.com/googleapis/google-cloud-php/issues/9070)) ([93dd13c](https://github.com/googleapis/google-cloud-php/commit/93dd13cbb61a81c813fd03f4eabad87ad29e5218))
+
+
+### Documentation
+
+* Update comments and formatting ([93dd13c](https://github.com/googleapis/google-cloud-php/commit/93dd13cbb61a81c813fd03f4eabad87ad29e5218))
+
+
+
+google/cloud-document-ai 2.7.0
+
+
+
+### Features
+
+* [DocumentAi] Added a fields for image and table annotation output ([#9072](https://github.com/googleapis/google-cloud-php/issues/9072)) ([e379546](https://github.com/googleapis/google-cloud-php/commit/e37954649954690e2fd33b9e6b1d4f191fcc8991))
+
+
+
+google/cloud-memorystore 0.8.0
+
+
+
+### Features
+
+* [Memorystore] [Memorystore for Valkey] Add support for Flexible CA feature ([#9075](https://github.com/googleapis/google-cloud-php/issues/9075)) ([ceeb2e2](https://github.com/googleapis/google-cloud-php/commit/ceeb2e2af71c7299aa314a9e84f819e9d9b3b205))
+
+
+
+google/cloud-storage 1.50.1
+
+
+
+### Bug Fixes
+
+* **Storage:** Add null check for $stream->getMetadata ([#9071](https://github.com/googleapis/google-cloud-php/issues/9071)) ([1c0051a](https://github.com/googleapis/google-cloud-php/commit/1c0051ab903b9b3a3882d9eb70ea6b2e3cebc8c8))
+
+
+
+google/cloud-text-to-speech 2.8.0
+
+
+
+### Features
+
+* [TextToSpeech] Support safety settings for Gemini voices and deprecate `relax_safety_filters` ([#9064](https://github.com/googleapis/google-cloud-php/issues/9064)) ([aafc718](https://github.com/googleapis/google-cloud-php/commit/aafc71895988d9395cc73567fc5f4168194587b6))
+
+
+
## 0.325.0
googleads/data-manager 0.4.0
diff --git a/CommonProtos/VERSION b/CommonProtos/VERSION
index 813b83b65323..c412a4e2e1e8 100644
--- a/CommonProtos/VERSION
+++ b/CommonProtos/VERSION
@@ -1 +1 @@
-4.13.0
+4.14.0
diff --git a/CommonProtos/composer.json b/CommonProtos/composer.json
index b70bb5cb30d2..c9d4b60f13e7 100644
--- a/CommonProtos/composer.json
+++ b/CommonProtos/composer.json
@@ -2,7 +2,7 @@
"name": "google/common-protos",
"type": "library",
"description": "Google API Common Protos for PHP",
- "version": "4.13.0",
+ "version": "4.14.0",
"keywords": [
"google"
],
diff --git a/DocumentAi/VERSION b/DocumentAi/VERSION
index 6a6a3d8e35c7..24ba9a38de68 100644
--- a/DocumentAi/VERSION
+++ b/DocumentAi/VERSION
@@ -1 +1 @@
-2.6.1
+2.7.0
diff --git a/Memorystore/VERSION b/Memorystore/VERSION
index faef31a4357c..a3df0a6959e1 100644
--- a/Memorystore/VERSION
+++ b/Memorystore/VERSION
@@ -1 +1 @@
-0.7.0
+0.8.0
diff --git a/Storage/VERSION b/Storage/VERSION
index 5a5c7211dc68..9cbd34da1aca 100644
--- a/Storage/VERSION
+++ b/Storage/VERSION
@@ -1 +1 @@
-1.50.0
+1.50.1
diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php
index cd462e0f1425..297f8d0d2f07 100644
--- a/Storage/src/StorageClient.php
+++ b/Storage/src/StorageClient.php
@@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;
- const VERSION = '1.50.0';
+ const VERSION = '1.50.1';
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';
diff --git a/TextToSpeech/VERSION b/TextToSpeech/VERSION
index 24ba9a38de68..834f26295383 100644
--- a/TextToSpeech/VERSION
+++ b/TextToSpeech/VERSION
@@ -1 +1 @@
-2.7.0
+2.8.0
diff --git a/composer.json b/composer.json
index 28f350e27b74..ea237a1fc831 100644
--- a/composer.json
+++ b/composer.json
@@ -86,12 +86,12 @@
"google/access-context-manager": "1.1.3",
"google/analytics-admin": "0.31.3",
"google/analytics-data": "0.23.3",
- "google/apps-chat": "0.17.1",
+ "google/apps-chat": "0.18.0",
"google/apps-events-subscriptions": "0.4.4",
"google/apps-meet": "0.5.4",
"google/cloud-access-approval": "2.1.3",
"google/cloud-advisorynotifications": "1.2.4",
- "google/cloud-ai-platform": "1.56.0",
+ "google/cloud-ai-platform": "1.57.0",
"google/cloud-alloydb": "1.7.1",
"google/cloud-api-gateway": "2.1.3",
"google/cloud-api-keys": "1.1.2",
@@ -165,7 +165,7 @@
"google/cloud-discoveryengine": "1.11.1",
"google/cloud-dlp": "2.10.0",
"google/cloud-dms": "2.1.3",
- "google/cloud-document-ai": "2.6.1",
+ "google/cloud-document-ai": "2.7.0",
"google/cloud-domains": "1.1.3",
"google/cloud-edgenetwork": "1.4.2",
"google/cloud-error-reporting": "0.26.0",
@@ -202,7 +202,7 @@
"google/cloud-managedkafka-schemaregistry": "0.3.0",
"google/cloud-media-translation": "0.6.2",
"google/cloud-memcache": "2.1.2",
- "google/cloud-memorystore": "0.7.0",
+ "google/cloud-memorystore": "0.8.0",
"google/cloud-migrationcenter": "1.2.3",
"google/cloud-modelarmor": "0.5.3",
"google/cloud-monitoring": "2.2.2",
@@ -254,7 +254,7 @@
"google/cloud-spanner": "2.6.0",
"google/cloud-speech": "2.5.0",
"google/cloud-sql-admin": "1.8.0",
- "google/cloud-storage": "1.50.0",
+ "google/cloud-storage": "1.50.1",
"google/cloud-storage-control": "1.8.0",
"google/cloud-storage-transfer": "2.4.0",
"google/cloud-storagebatchoperations": "0.6.0",
@@ -263,7 +263,7 @@
"google/cloud-talent": "2.3.0",
"google/cloud-tasks": "2.2.0",
"google/cloud-telcoautomation": "1.3.0",
- "google/cloud-text-to-speech": "2.7.0",
+ "google/cloud-text-to-speech": "2.8.0",
"google/cloud-tpu": "2.3.0",
"google/cloud-trace": "2.0.0-RC1",
"google/cloud-translate": "2.2.0",
@@ -281,7 +281,7 @@
"google/cloud-web-security-scanner": "1.2.0",
"google/cloud-workflows": "1.3.0",
"google/cloud-workloadmanager": "0.2.0",
- "google/common-protos": "4.13.0",
+ "google/common-protos": "4.14.0",
"google/geo-common-protos": "0.2.4",
"google/grafeas": "1.7.0",
"google/longrunning": "0.7.1",