Skip to content

Commit

Permalink
chore(main): release 0.211.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 5, 2023
1 parent a9bedfe commit 8732060
Show file tree
Hide file tree
Showing 10 changed files with 87 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Batch/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,78 @@
# Changelog

## 0.211.0

<details><summary>google/cloud-batch 0.8.1</summary>



### Documentation

* Add image shortcut example for Batch HPC CentOS Image ([62734f1](https://github.com/googleapis/google-cloud-php/commit/62734f13cb1545c25fee8b1af8373b1ad98835f4))
* Add image shortcut example for Batch HPC CentOS Image ([#6410](https://github.com/googleapis/google-cloud-php/issues/6410)) ([62734f1](https://github.com/googleapis/google-cloud-php/commit/62734f13cb1545c25fee8b1af8373b1ad98835f4))

</details>

<details><summary>google/cloud-data-catalog 1.6.0</summary>



### Features

* Added Entry.usage_signal ([4e85246](https://github.com/googleapis/google-cloud-php/commit/4e85246f547303397680c24b494cb67ce8adc87e))
* Added rpc RenameTagTemplateFieldEnumValue ([#6416](https://github.com/googleapis/google-cloud-php/issues/6416)) ([4e85246](https://github.com/googleapis/google-cloud-php/commit/4e85246f547303397680c24b494cb67ce8adc87e))
* Returning approximate total size for SearchCatalog ([4e85246](https://github.com/googleapis/google-cloud-php/commit/4e85246f547303397680c24b494cb67ce8adc87e))
* Returning unreachable locations for SearchCatalog ([4e85246](https://github.com/googleapis/google-cloud-php/commit/4e85246f547303397680c24b494cb67ce8adc87e))


### Documentation

* Update docs of SearchCatalogRequest message ([4e85246](https://github.com/googleapis/google-cloud-php/commit/4e85246f547303397680c24b494cb67ce8adc87e))

</details>

<details><summary>google/cloud-dataproc-metastore 0.9.0</summary>



### Features

* Added Admin Interface (v1) ([#6414](https://github.com/googleapis/google-cloud-php/issues/6414)) ([6b794b6](https://github.com/googleapis/google-cloud-php/commit/6b794b6657360d63663c7108e83f2f7931ae52c5))
* Added BigQuery as a backend metastore (v1) ([6b794b6](https://github.com/googleapis/google-cloud-php/commit/6b794b6657360d63663c7108e83f2f7931ae52c5))
* Added gRPC endpoint protocol (v1) ([6b794b6](https://github.com/googleapis/google-cloud-php/commit/6b794b6657360d63663c7108e83f2f7931ae52c5))

</details>

<details><summary>google/cloud-kms 1.19.0</summary>



### Features

* Add interoperable symmetric encryption system ([#6405](https://github.com/googleapis/google-cloud-php/issues/6405)) ([6ed2122](https://github.com/googleapis/google-cloud-php/commit/6ed2122791f81674abd811c890e3a8668dec1e17))

</details>

<details><summary>google/cloud-speech 1.14.0</summary>



### Features

* Add `model` and `language_codes` fields in `RecognitionConfig` message + enable default `_` recognizer ([#6415](https://github.com/googleapis/google-cloud-php/issues/6415)) ([a9bedfe](https://github.com/googleapis/google-cloud-php/commit/a9bedfe25ea67e1f2ee91587e4aacad56486c70e))

</details>

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



### Features

* **Storage:** Add support for matchGlob listObjects parameter ([#6407](https://github.com/googleapis/google-cloud-php/issues/6407)) ([78ad709](https://github.com/googleapis/google-cloud-php/commit/78ad709c0f33a0c52662b675116d0dc54710a49d))

</details>

## 0.210.0

<details><summary>google/cloud-bigquery-storage 1.5.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion DataCatalog/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.6.0
2 changes: 1 addition & 1 deletion DataprocMetastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.1
0.9.0
2 changes: 1 addition & 1 deletion Kms/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.1
1.19.0
2 changes: 1 addition & 1 deletion Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.1
1.14.0
2 changes: 1 addition & 1 deletion Speech/src/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SpeechClient
{
use ClientTrait;

const VERSION = '1.13.1';
const VERSION = '1.14.0';

const SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.32.0
1.33.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.32.0';
const VERSION = '1.33.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
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"google/cloud-assured-workloads": "0.9.1",
"google/cloud-automl": "1.5.1",
"google/cloud-bare-metal-solution": "0.3.2",
"google/cloud-batch": "0.8.0",
"google/cloud-batch": "0.8.1",
"google/cloud-beyondcorp-appconnections": "0.2.2",
"google/cloud-beyondcorp-appconnectors": "0.2.2",
"google/cloud-beyondcorp-appgateways": "0.2.2",
Expand Down Expand Up @@ -116,15 +116,15 @@
"google/cloud-container": "1.17.0",
"google/cloud-container-analysis": "0.3.2",
"google/cloud-core": "1.52.0",
"google/cloud-data-catalog": "1.5.1",
"google/cloud-data-catalog": "1.6.0",
"google/cloud-data-fusion": "0.4.1",
"google/cloud-datacatalog-lineage": "0.2.1",
"google/cloud-dataflow": "0.4.1",
"google/cloud-dataform": "0.2.1",
"google/cloud-datalabeling": "0.3.1",
"google/cloud-dataplex": "0.5.1",
"google/cloud-dataproc": "3.7.1",
"google/cloud-dataproc-metastore": "0.8.1",
"google/cloud-dataproc-metastore": "0.9.0",
"google/cloud-datastore": "1.22.1",
"google/cloud-datastore-admin": "0.7.1",
"google/cloud-datastream": "1.2.1",
Expand Down Expand Up @@ -154,7 +154,7 @@
"google/cloud-iap": "1.3.1",
"google/cloud-ids": "0.3.1",
"google/cloud-iot": "1.6.1",
"google/cloud-kms": "1.18.1",
"google/cloud-kms": "1.19.0",
"google/cloud-kms-inventory": "0.2.2",
"google/cloud-language": "0.30.1",
"google/cloud-life-sciences": "0.5.1",
Expand Down Expand Up @@ -197,9 +197,9 @@
"google/cloud-service-usage": "1.1.1",
"google/cloud-shell": "1.1.1",
"google/cloud-spanner": "1.62.1",
"google/cloud-speech": "1.13.1",
"google/cloud-speech": "1.14.0",
"google/cloud-sql-admin": "0.4.0",
"google/cloud-storage": "1.32.0",
"google/cloud-storage": "1.33.0",
"google/cloud-storage-transfer": "1.2.0",
"google/cloud-storageinsights": "0.2.1",
"google/cloud-support": "0.1.1",
Expand Down

0 comments on commit 8732060

Please sign in to comment.