Skip to content

Commit

Permalink
chore(main): release 0.181.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 17, 2022
1 parent ab426cc commit 1d07456
Show file tree
Hide file tree
Showing 17 changed files with 130 additions and 23 deletions.
2 changes: 1 addition & 1 deletion AiPlatform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.3.1
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.1
1.15.0
2 changes: 1 addition & 1 deletion Bigtable/src/BigtableClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;

const VERSION = '1.14.1';
const VERSION = '1.15.0';

/**
* @var GapicClient
Expand Down
97 changes: 97 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,102 @@
# Changelog

## 0.181.0

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



### Documentation

* update feature value docs ([#5278](https://github.com/googleapis/google-cloud-php/issues/5278)) ([2030ded](https://github.com/googleapis/google-cloud-php/commit/2030ded7d8d7dfc82a20dd0e2505646c5b2eb997))

</details>

<details><summary>google/cloud-bigtable 1.15.0</summary>



### Features

* [Bigtable] refreshes Bigtable Admin API(s) protos ([#5276](https://github.com/googleapis/google-cloud-php/issues/5276)) ([2ab95d8](https://github.com/googleapis/google-cloud-php/commit/2ab95d8108642a01dfcf362a1ff320c6667af2bd))

</details>

<details><summary>google/cloud-dataproc 3.0.0</summary>



### ⚠ BREAKING CHANGES

* [Dataproc] Move `yarn_config` into a `oneof` (#5127)

### Bug Fixes

* [Dataproc] Move `yarn_config` into a `oneof` ([#5127](https://github.com/googleapis/google-cloud-php/issues/5127)) ([9b1a2e1](https://github.com/googleapis/google-cloud-php/commit/9b1a2e148edd531eeea2ea8d611f0d847ff49885))

</details>

<details><summary>google/cloud-datastream 0.1.0</summary>



### Features

* introduce datastream ([#5274](https://github.com/googleapis/google-cloud-php/issues/5274)) ([51f4589](https://github.com/googleapis/google-cloud-php/commit/51f4589ec26341ee9f303e433bd602d4054c6336))

</details>

<details><summary>google/cloud-document-ai 0.2.0</summary>



### Features

* [DocumentAi] add question_id field in ReviewDocumentOperationMetadata ([#5073](https://github.com/googleapis/google-cloud-php/issues/5073)) ([79afed2](https://github.com/googleapis/google-cloud-php/commit/79afed209526dc62c752aeac5699d28e28e7c1ac))

</details>

<details><summary>google/cloud-logging 1.24.3</summary>



### Miscellaneous Chores

* return type warnings in PsrLogger ([#5269](https://github.com/googleapis/google-cloud-php/issues/5269)) ([ab426cc](https://github.com/googleapis/google-cloud-php/commit/ab426cc78b8ae828221b700e5b50e129917c83bd))

</details>

<details><summary>google/cloud-pubsub 1.37.0</summary>



### Features

* [PubSub] add BigQuery configuration for subscriptions ([#5277](https://github.com/googleapis/google-cloud-php/issues/5277)) ([ee5612c](https://github.com/googleapis/google-cloud-php/commit/ee5612c53ac03cd02008357278c99b78f039c9b9))

</details>

<details><summary>google/cloud-security-center 1.6.0</summary>



### Features

* Add connection and description field to finding's list of attributes ([#5144](https://github.com/googleapis/google-cloud-php/issues/5144)) ([72f02e4](https://github.com/googleapis/google-cloud-php/commit/72f02e47dea7102e8d1b535f665b04f84fce5bf3))

</details>

<details><summary>google/cloud-security-private-ca 0.4.0</summary>



### Features

* add iam/location rpcs ([#5092](https://github.com/googleapis/google-cloud-php/issues/5092)) ([2a31925](https://github.com/googleapis/google-cloud-php/commit/2a31925b805db9caf4e82c09dd5638aacd6004d6))
* Add skip_grace_period flag to DeleteCertificateAuthority API ([#5153](https://github.com/googleapis/google-cloud-php/issues/5153)) ([d62e976](https://github.com/googleapis/google-cloud-php/commit/d62e976f8b34e8cc67c8cf4afa58a0a6b3c0368a))

</details>

## 0.180.0

<details><summary>google/cloud-access-approval 0.4.1</summary>
Expand Down
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.3
3.0.0
2 changes: 1 addition & 1 deletion Datastream/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
0.1.0
2 changes: 1 addition & 1 deletion DocumentAi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.2.0
2 changes: 1 addition & 1 deletion Logging/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.2
1.24.3
2 changes: 1 addition & 1 deletion Logging/src/LoggingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class LoggingClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.24.2';
const VERSION = '1.24.3';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';
Expand Down
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.36.1
1.37.0
2 changes: 1 addition & 1 deletion PubSub/src/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class PubSubClient
use IncomingMessageTrait;
use ResourceNameTrait;

const VERSION = '1.36.1';
const VERSION = '1.37.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub';

Expand Down
2 changes: 1 addition & 1 deletion SecurityCenter/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.3
1.6.0
2 changes: 1 addition & 1 deletion SecurityPrivateCa/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3
0.4.0
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"google/analytics-admin": "0.6.1",
"google/analytics-data": "0.8.3",
"google/cloud-access-approval": "0.4.1",
"google/cloud-ai-platform": "0.3.0",
"google/cloud-ai-platform": "0.3.1",
"google/cloud-api-gateway": "0.2.2",
"google/cloud-apigee-connect": "0.2.5",
"google/cloud-appengine-admin": "0.3.0",
Expand All @@ -88,7 +88,7 @@
"google/cloud-bigquery-reservation": "0.6.1",
"google/cloud-bigquery-storage": "1.2.4",
"google/cloud-bigquerydatatransfer": "1.3.3",
"google/cloud-bigtable": "1.14.1",
"google/cloud-bigtable": "1.15.0",
"google/cloud-billing": "1.4.1",
"google/cloud-billing-budgets": "0.2.6",
"google/cloud-binary-authorization": "0.4.2",
Expand All @@ -106,17 +106,17 @@
"google/cloud-dataflow": "0.3.1",
"google/cloud-datalabeling": "0.1.4",
"google/cloud-dataplex": "0.1.2",
"google/cloud-dataproc": "2.4.3",
"google/cloud-dataproc": "3.0.0",
"google/cloud-dataproc-metastore": "0.3.1",
"google/cloud-datastore": "1.14.1",
"google/cloud-datastore-admin": "0.4.1",
"google/cloud-datastream": "master",
"google/cloud-datastream": "0.1.0",
"google/cloud-debugger": "1.4.6",
"google/cloud-deploy": "0.2.1",
"google/cloud-dialogflow": "0.27.0",
"google/cloud-dlp": "1.5.1",
"google/cloud-dms": "0.2.5",
"google/cloud-document-ai": "0.1.3",
"google/cloud-document-ai": "0.2.0",
"google/cloud-domains": "0.2.1",
"google/cloud-error-reporting": "0.19.2",
"google/cloud-essential-contacts": "0.2.4",
Expand All @@ -135,7 +135,7 @@
"google/cloud-kms": "1.13.1",
"google/cloud-language": "0.26.4",
"google/cloud-life-sciences": "0.2.4",
"google/cloud-logging": "1.24.2",
"google/cloud-logging": "1.24.3",
"google/cloud-managed-identities": "0.2.1",
"google/cloud-media-translation": "0.2.4",
"google/cloud-memcache": "0.5.4",
Expand All @@ -152,7 +152,7 @@
"google/cloud-policy-troubleshooter": "0.2.4",
"google/cloud-private-catalog": "0.2.4",
"google/cloud-profiler": "0.2.4",
"google/cloud-pubsub": "1.36.1",
"google/cloud-pubsub": "1.37.0",
"google/cloud-recaptcha-enterprise": "1.2.1",
"google/cloud-recommendations-ai": "0.4.1",
"google/cloud-recommender": "1.6.1",
Expand All @@ -162,8 +162,8 @@
"google/cloud-retail": "0.4.1",
"google/cloud-scheduler": "1.6.2",
"google/cloud-secret-manager": "1.9.1",
"google/cloud-security-center": "1.5.3",
"google/cloud-security-private-ca": "0.3.3",
"google/cloud-security-center": "1.6.0",
"google/cloud-security-private-ca": "0.4.0",
"google/cloud-service-control": "0.3.5",
"google/cloud-service-directory": "0.7.1",
"google/cloud-service-management": "0.3.1",
Expand Down
10 changes: 10 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"name": "google/cloud",
"defaultService": "servicebuilder",
"versions": [
"v0.181.0",
"v0.180.0",
"v0.179.0",
"v0.178.0",
Expand Down Expand Up @@ -300,6 +301,7 @@
"name": "google/cloud-ai-platform",
"defaultService": "aiplatform/readme",
"versions": [
"v0.3.1",
"v0.3.0",
"v0.2.0",
"v0.1.0",
Expand Down Expand Up @@ -677,6 +679,7 @@
"name": "google/cloud-bigtable",
"defaultService": "bigtable/readme",
"versions": [
"v1.15.0",
"v1.14.1",
"v1.14.0",
"v1.13.0",
Expand Down Expand Up @@ -1171,6 +1174,7 @@
"name": "google/cloud-dataproc",
"defaultService": "dataproc/readme",
"versions": [
"v3.0.0",
"v2.4.3",
"v2.4.2",
"v2.4.1",
Expand Down Expand Up @@ -1341,6 +1345,7 @@
"name": "google/cloud-datastream",
"defaultService": "datastream/readme",
"versions": [
"v0.1.0",
"main"
]
},
Expand Down Expand Up @@ -1585,6 +1590,7 @@
"name": "google/cloud-document-ai",
"defaultService": "documentai/readme",
"versions": [
"v0.2.0",
"v0.1.3",
"v0.1.2",
"v0.1.1",
Expand Down Expand Up @@ -2122,6 +2128,7 @@
"name": "google/cloud-logging",
"defaultService": "logging/loggingclient",
"versions": [
"v1.24.3",
"v1.24.2",
"v1.24.1",
"v1.24.0",
Expand Down Expand Up @@ -2533,6 +2540,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v1.37.0",
"v1.36.1",
"v1.36.0",
"v1.35.1",
Expand Down Expand Up @@ -2881,6 +2889,7 @@
"name": "google/cloud-security-center",
"defaultService": "securitycenter/readme",
"versions": [
"v1.6.0",
"v1.5.3",
"v1.5.2",
"v1.5.1",
Expand Down Expand Up @@ -2916,6 +2925,7 @@
"name": "google/cloud-security-private-ca",
"defaultService": "securityprivateca/readme",
"versions": [
"v0.4.0",
"v0.3.3",
"v0.3.2",
"v0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder
/**
* @deprecated
*/
const VERSION = '0.180.0';
const VERSION = '0.181.0';
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
*/
class Version
{
const VERSION = '0.180.0';
const VERSION = '0.181.0';
}

0 comments on commit 1d07456

Please sign in to comment.