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 AuditManager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.35.1
1.35.2
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.1';
const VERSION = '1.35.2';

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

## 0.323.0

<details><summary>google/cloud-auditmanager 0.1.1</summary>



### 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))

</details>

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



### 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))

</details>

<details><summary>google/cloud-vectorsearch 0.3.0</summary>



### ⚠ 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))

</details>

## 0.322.0

<details><summary>googleads/data-manager 0.3.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion VectorSearch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading