diff --git a/AuditManager/VERSION b/AuditManager/VERSION index 6e8bf73aa55..17e51c385ea 100644 --- a/AuditManager/VERSION +++ b/AuditManager/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/BigQuery/VERSION b/BigQuery/VERSION index 7eee7857433..0035f2a76bd 100644 --- a/BigQuery/VERSION +++ b/BigQuery/VERSION @@ -1 +1 @@ -1.35.1 +1.35.2 diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php index df14869c75f..dd6556c9bd9 100644 --- a/BigQuery/src/BigQueryClient.php +++ b/BigQuery/src/BigQueryClient.php @@ -54,7 +54,7 @@ class BigQueryClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '1.35.1'; + const VERSION = '1.35.2'; const MAX_DELAY_MICROSECONDS = 32000000; const SERVICE_NAME = 'bigquery'; diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9ddb132bd..4034b11c6a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## 0.323.0 + +
google/cloud-auditmanager 0.1.1 + + + +### Bug Fixes + +* [AuditManager] Update existing packaging option `cloud.google.com/go/auditmanager/apiv1/auditmanagerpb;auditmanagerpb` for `go_package` ([#8953](https://github.com/googleapis/google-cloud-php/issues/8953)) ([6796b74](https://github.com/googleapis/google-cloud-php/commit/6796b749fb6575c09a94ce2314138d6d8e2b85d9)) + +
+ +
google/cloud-bigquery 1.35.2 + + + +### Bug Fixes + +* **BigQuery:** Null value record not returning null and causing a type mismatch on function call ([#8963](https://github.com/googleapis/google-cloud-php/issues/8963)) ([2bb05ad](https://github.com/googleapis/google-cloud-php/commit/2bb05add059626b893e367d15e7c6865509373d5)) + +
+ +
google/cloud-vectorsearch 0.3.0 + + + +### ⚠ BREAKING CHANGES + +* [VectorSearch] Removed field DenseScannParams from SearchHint ([#8964](https://github.com/googleapis/google-cloud-php/issues/8964)) + +### Bug Fixes + +* [VectorSearch] Removed field DenseScannParams from SearchHint ([#8964](https://github.com/googleapis/google-cloud-php/issues/8964)) ([2fb78d2](https://github.com/googleapis/google-cloud-php/commit/2fb78d26a6597f526acfa1c4b0d2046409fb8ecf)) + +
+ ## 0.322.0
googleads/data-manager 0.3.0 diff --git a/VectorSearch/VERSION b/VectorSearch/VERSION index 0ea3a944b39..0d91a54c7d4 100644 --- a/VectorSearch/VERSION +++ b/VectorSearch/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 diff --git a/composer.json b/composer.json index 9ffd11de634..c3216c5ba83 100644 --- a/composer.json +++ b/composer.json @@ -104,7 +104,7 @@ "google/cloud-artifact-registry": "1.7.0", "google/cloud-asset": "2.3.2", "google/cloud-assured-workloads": "1.1.2", - "google/cloud-auditmanager": "0.1.0", + "google/cloud-auditmanager": "0.1.1", "google/cloud-automl": "2.1.2", "google/cloud-backupdr": "0.12.0", "google/cloud-bare-metal-solution": "1.1.2", @@ -114,7 +114,7 @@ "google/cloud-beyondcorp-appgateways": "1.1.2", "google/cloud-beyondcorp-clientconnectorservices": "1.1.2", "google/cloud-beyondcorp-clientgateways": "1.1.2", - "google/cloud-bigquery": "1.35.1", + "google/cloud-bigquery": "1.35.2", "google/cloud-bigquery-analyticshub": "1.5.0", "google/cloud-bigquery-connection": "2.1.2", "google/cloud-bigquery-data-exchange": "0.6.2", @@ -267,7 +267,7 @@ "google/cloud-tpu": "2.2.2", "google/cloud-trace": "1.9.5", "google/cloud-translate": "2.1.2", - "google/cloud-vectorsearch": "0.2.0", + "google/cloud-vectorsearch": "0.3.0", "google/cloud-video-live-stream": "1.3.2", "google/cloud-video-stitcher": "1.1.2", "google/cloud-video-transcoder": "1.3.2",