Skip to content

Commit

Permalink
chore(main): release 0.184.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jun 13, 2022
1 parent 4356860 commit 45950b7
Show file tree
Hide file tree
Showing 19 changed files with 140 additions and 26 deletions.
2 changes: 1 addition & 1 deletion AiPlatform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.5.0
103 changes: 103 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,108 @@
# Changelog

## 0.184.0

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



### Features

* [AiPlatform] add monitor_window to ModelDeploymentMonitoringScheduleConfig proto in aiplatform v1/v1beta1 model_deployment_monitoring_job.proto ([#5320](https://github.com/googleapis/google-cloud-php/issues/5320)) ([c92aa81](https://github.com/googleapis/google-cloud-php/commit/c92aa81ead0280562b4d923e1824b7c07b5d61fe))
* [AiPlatform] add successful_forecast_point_count to CompletionStats in aiplatform v1 completion_stats.proto ([#5329](https://github.com/googleapis/google-cloud-php/issues/5329)) ([17a783d](https://github.com/googleapis/google-cloud-php/commit/17a783d81d46db0b45941e844275f75b806ab596))

</details>

<details><summary>google/cloud-contact-center-insights 0.2.5</summary>



### Documentation

* [ContactCenterInsights] Updating comments ([#5319](https://github.com/googleapis/google-cloud-php/issues/5319)) ([9574294](https://github.com/googleapis/google-cloud-php/commit/957429495164efc545700d7aab3fc94640710bd6))

</details>

<details><summary>google/cloud-core 1.46.1</summary>



### Miscellaneous Chores

* Raise minimum versions of Guzzle ([#5332](https://github.com/googleapis/google-cloud-php/issues/5332)) ([4356860](https://github.com/googleapis/google-cloud-php/commit/43568600229eb6378ce271130b6a1ccb50cc87d6))

</details>

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



### Features

* support IN/NOT_IN/NOT_EQUAL operators ([#5198](https://github.com/googleapis/google-cloud-php/issues/5198)) ([8bdc637](https://github.com/googleapis/google-cloud-php/commit/8bdc637d0f5d3a01f5fdec7f2df531bb5304f174))

</details>

<details><summary>google/cloud-firestore 1.24.0</summary>



### Features

* [Firestore] expose read_time fields in Firestore PartitionQuery and ListCollectionIds, currently only available in private preview ([#5328](https://github.com/googleapis/google-cloud-php/issues/5328)) ([2e14cf1](https://github.com/googleapis/google-cloud-php/commit/2e14cf1ab393d6da4e02b6ee325fb49180c15869))

</details>

<details><summary>google/cloud-functions 0.4.0</summary>



### Features

* [Functions] added support for CMEK ([#5321](https://github.com/googleapis/google-cloud-php/issues/5321)) ([65913d0](https://github.com/googleapis/google-cloud-php/commit/65913d04710d2fe031ceee43d4cb125be373e291))

</details>

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



### Bug Fixes

* remove default value for deprecated option "returnImmediately" ([#4734](https://github.com/googleapis/google-cloud-php/issues/4734)) ([1416117](https://github.com/googleapis/google-cloud-php/commit/1416117b1057c3371cb4716ad0a1cfbb142f5ce9))

</details>

<details><summary>google/cloud-shell 0.2.0</summary>



### Features

* [Shell] expose clientCertSource option ([#4889](https://github.com/googleapis/google-cloud-php/issues/4889)) ([7326883](https://github.com/googleapis/google-cloud-php/commit/7326883999de2faf92b434892d4286afb9f5356b))

</details>

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



### Features

* [Spanner] add Session creator role ([#5318](https://github.com/googleapis/google-cloud-php/issues/5318)) ([fb87e51](https://github.com/googleapis/google-cloud-php/commit/fb87e51c917e16709c03830a16d50ad372c5780f))

</details>

<details><summary>google/cloud-video-stitcher 0.2.0</summary>



### Features

* [VideoStitcher] add asset_id and stream_id fields to VodSession and LiveSession responses ([#5331](https://github.com/googleapis/google-cloud-php/issues/5331)) ([3c125a6](https://github.com/googleapis/google-cloud-php/commit/3c125a66ac84556314a3908f47b6ccb9948f330e))

</details>

## 0.183.0

<details><summary>google/cloud-ai-platform 0.4.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion ContactCenterInsights/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.2.5
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.46.0
1.46.1
2 changes: 1 addition & 1 deletion Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.2
1.15.0
2 changes: 1 addition & 1 deletion Datastore/src/DatastoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;

const VERSION = '1.14.2';
const VERSION = '1.15.0';

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

Expand Down
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.0
1.24.0
2 changes: 1 addition & 1 deletion Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '1.23.0';
const VERSION = '1.24.0';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion Functions/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.4.0
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.38.0
1.38.1
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.38.0';
const VERSION = '1.38.1';

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

Expand Down
2 changes: 1 addition & 1 deletion Shell/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.4
0.2.0
2 changes: 1 addition & 1 deletion Spanner/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 Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

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

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
Expand Down
2 changes: 1 addition & 1 deletion VideoStitcher/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.2.0
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"google/analytics-admin": "0.6.2",
"google/analytics-data": "0.8.4",
"google/cloud-access-approval": "0.5.0",
"google/cloud-ai-platform": "0.4.0",
"google/cloud-ai-platform": "0.5.0",
"google/cloud-api-gateway": "0.2.3",
"google/cloud-apigee-connect": "0.2.6",
"google/cloud-appengine-admin": "0.3.1",
Expand All @@ -99,18 +99,18 @@
"google/cloud-channel": "0.6.5",
"google/cloud-common-protos": "0.3.3",
"google/cloud-compute": "1.1.0",
"google/cloud-contact-center-insights": "0.2.4",
"google/cloud-contact-center-insights": "0.2.5",
"google/cloud-container": "1.6.3",
"google/cloud-container-analysis": "0.2.2",
"google/cloud-core": "1.46.0",
"google/cloud-core": "1.46.1",
"google/cloud-data-catalog": "1.3.2",
"google/cloud-data-fusion": "0.2.3",
"google/cloud-dataflow": "0.3.2",
"google/cloud-datalabeling": "0.1.5",
"google/cloud-dataplex": "0.1.3",
"google/cloud-dataproc": "3.1.0",
"google/cloud-dataproc-metastore": "0.3.2",
"google/cloud-datastore": "1.14.2",
"google/cloud-datastore": "1.15.0",
"google/cloud-datastore-admin": "0.5.0",
"google/cloud-datastream": "0.1.0",
"google/cloud-debugger": "1.4.7",
Expand All @@ -125,8 +125,8 @@
"google/cloud-eventarc": "0.3.0",
"google/cloud-eventarc-publishing": "0.2.3",
"google/cloud-filestore": "0.1.4",
"google/cloud-firestore": "1.23.0",
"google/cloud-functions": "0.3.2",
"google/cloud-firestore": "1.24.0",
"google/cloud-functions": "0.4.0",
"google/cloud-game-servers": "0.4.3",
"google/cloud-gke-connect-gateway": "0.1.5",
"google/cloud-gke-hub": "0.4.0",
Expand Down Expand Up @@ -154,7 +154,7 @@
"google/cloud-policy-troubleshooter": "0.2.5",
"google/cloud-private-catalog": "0.2.5",
"google/cloud-profiler": "0.2.5",
"google/cloud-pubsub": "1.38.0",
"google/cloud-pubsub": "1.38.1",
"google/cloud-recaptcha-enterprise": "1.2.2",
"google/cloud-recommendations-ai": "0.4.2",
"google/cloud-recommender": "1.6.2",
Expand All @@ -170,8 +170,8 @@
"google/cloud-service-directory": "0.7.2",
"google/cloud-service-management": "0.3.2",
"google/cloud-service-usage": "0.2.4",
"google/cloud-shell": "0.1.4",
"google/cloud-spanner": "1.49.2",
"google/cloud-shell": "0.2.0",
"google/cloud-spanner": "1.50.0",
"google/cloud-speech": "1.6.1",
"google/cloud-sql-admin": "0.2.3",
"google/cloud-storage": "1.27.1",
Expand All @@ -183,7 +183,7 @@
"google/cloud-trace": "1.4.6",
"google/cloud-translate": "1.12.5",
"google/cloud-video-live-stream": "0.2.0",
"google/cloud-video-stitcher": "0.1.3",
"google/cloud-video-stitcher": "0.2.0",
"google/cloud-video-transcoder": "0.3.5",
"google/cloud-videointelligence": "1.12.8",
"google/cloud-vision": "1.5.7",
Expand Down
11 changes: 11 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.184.0",
"v0.183.0",
"v0.182.0",
"v0.181.0",
Expand Down Expand Up @@ -308,6 +309,7 @@
"name": "google/cloud-ai-platform",
"defaultService": "aiplatform/readme",
"versions": [
"v0.5.0",
"v0.4.0",
"v0.3.1",
"v0.3.0",
Expand Down Expand Up @@ -952,6 +954,7 @@
"name": "google/cloud-contact-center-insights",
"defaultService": "contactcenterinsights/readme",
"versions": [
"v0.2.5",
"v0.2.4",
"v0.2.3",
"v0.2.2",
Expand Down Expand Up @@ -1045,6 +1048,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.46.1",
"v1.46.0",
"v1.45.0",
"v1.44.4",
Expand Down Expand Up @@ -1322,6 +1326,7 @@
"name": "google/cloud-datastore",
"defaultService": "datastore/datastoreclient",
"versions": [
"v1.15.0",
"v1.14.2",
"v1.14.1",
"v1.14.0",
Expand Down Expand Up @@ -1814,6 +1819,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v1.24.0",
"v1.23.0",
"v1.22.1",
"v1.22.0",
Expand Down Expand Up @@ -1908,6 +1914,7 @@
"name": "google/cloud-functions",
"defaultService": "functions/readme",
"versions": [
"v0.4.0",
"v0.3.2",
"v0.3.1",
"v0.3.0",
Expand Down Expand Up @@ -2646,6 +2653,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v1.38.1",
"v1.38.0",
"v1.37.0",
"v1.36.1",
Expand Down Expand Up @@ -3135,6 +3143,7 @@
"name": "google/cloud-shell",
"defaultService": "shell/readme",
"versions": [
"v0.2.0",
"v0.1.4",
"v0.1.3",
"v0.1.2",
Expand All @@ -3148,6 +3157,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.50.0",
"v1.49.2",
"v1.49.1",
"v1.49.0",
Expand Down Expand Up @@ -3744,6 +3754,7 @@
"name": "google/cloud-video-stitcher",
"defaultService": "videostitcher/readme",
"versions": [
"v0.2.0",
"v0.1.3",
"v0.1.2",
"v0.1.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.183.0';
const VERSION = '0.184.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.183.0';
const VERSION = '0.184.0';
}

0 comments on commit 45950b7

Please sign in to comment.