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 AiPlatform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.54.0
1.55.0
2 changes: 1 addition & 1 deletion BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.35.2
1.36.0
2 changes: 1 addition & 1 deletion BigQuery/src/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class BigQueryClient
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
}

const VERSION = '1.35.2';
const VERSION = '1.36.0';

const MAX_DELAY_MICROSECONDS = 32000000;
const SERVICE_NAME = 'bigquery';
Expand Down
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## 0.324.0

<details><summary>google/cloud-ai-platform 1.55.0</summary>



### Features

* [AiPlatform] add `VALIDATED` Function Calling mode to v1 ([#9025](https://github.com/googleapis/google-cloud-php/issues/9025)) ([bf58c00](https://github.com/googleapis/google-cloud-php/commit/bf58c00be153693a88cedf4510260cba037a2b39))

</details>

<details><summary>google/cloud-bigquery 1.36.0</summary>



### Features

* **BigQuery:** Add Stateless Query support ([#9022](https://github.com/googleapis/google-cloud-php/issues/9022)) ([a1f6930](https://github.com/googleapis/google-cloud-php/commit/a1f69303a1c7b84395928b6c27b4d2517cf27615))

</details>

<details><summary>google/cloud-dlp 2.10.0</summary>



### Features

* [Dlp] added support for detecting key-value pairs in document metadata ([#9029](https://github.com/googleapis/google-cloud-php/issues/9029)) ([2cc507c](https://github.com/googleapis/google-cloud-php/commit/2cc507c8b57bcbe709e1c3a237c86881b2955a78))

</details>

<details><summary>google/cloud-storage 1.50.0</summary>



### Features

* **storage:** Add support for encryption enforcement configurations ([#8937](https://github.com/googleapis/google-cloud-php/issues/8937)) ([e0d7036](https://github.com/googleapis/google-cloud-php/commit/e0d7036b3fd6fbd62bbaacc9b185b96642fc3b47))

</details>

## 0.323.0

<details><summary>google/cloud-access-approval 2.1.3</summary>
Expand Down
2 changes: 1 addition & 1 deletion Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.2
2.10.0
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.49.2
1.50.0
2 changes: 1 addition & 1 deletion Storage/src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.49.2';
const VERSION = '1.50.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"google/apps-meet": "0.5.4",
"google/cloud-access-approval": "2.1.3",
"google/cloud-advisorynotifications": "1.2.4",
"google/cloud-ai-platform": "1.54.0",
"google/cloud-ai-platform": "1.55.0",
"google/cloud-alloydb": "1.7.1",
"google/cloud-api-gateway": "2.1.3",
"google/cloud-api-keys": "1.1.2",
Expand All @@ -114,7 +114,7 @@
"google/cloud-beyondcorp-appgateways": "1.1.3",
"google/cloud-beyondcorp-clientconnectorservices": "1.1.3",
"google/cloud-beyondcorp-clientgateways": "1.1.3",
"google/cloud-bigquery": "1.35.2",
"google/cloud-bigquery": "1.36.0",
"google/cloud-bigquery-analyticshub": "1.5.1",
"google/cloud-bigquery-connection": "2.1.3",
"google/cloud-bigquery-data-exchange": "0.6.3",
Expand Down Expand Up @@ -163,7 +163,7 @@
"google/cloud-dialogflow": "2.3.1",
"google/cloud-dialogflow-cx": "0.10.2",
"google/cloud-discoveryengine": "1.11.1",
"google/cloud-dlp": "2.9.2",
"google/cloud-dlp": "2.10.0",
"google/cloud-dms": "2.1.3",
"google/cloud-document-ai": "2.6.1",
"google/cloud-domains": "1.1.3",
Expand Down Expand Up @@ -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.49.2",
"google/cloud-storage": "1.50.0",
"google/cloud-storage-control": "1.8.0",
"google/cloud-storage-transfer": "2.4.0",
"google/cloud-storagebatchoperations": "0.6.0",
Expand Down
Loading