From 44ae49dc90b1552174177a01f16bc4b4e675f17f Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 25 Jul 2019 10:46:28 -0700 Subject: [PATCH] chore: release 0.106.0 (#2099) * updated BigQuery/VERSION [ci skip] * updated BigQuery/src/BigQueryClient.php [ci skip] * updated BigQueryDataTransfer/VERSION [ci skip] * updated Bigtable/VERSION [ci skip] * updated Bigtable/src/BigtableClient.php [ci skip] * updated Core/VERSION [ci skip] * updated Core/src/ServiceBuilder.php [ci skip] * updated Dialogflow/VERSION [ci skip] * updated Dlp/VERSION [ci skip] * updated Iot/VERSION [ci skip] * updated Kms/VERSION [ci skip] * updated PubSub/VERSION [ci skip] * updated PubSub/src/PubSubClient.php [ci skip] * updated Spanner/VERSION [ci skip] * updated Spanner/src/SpannerClient.php [ci skip] * updated Speech/VERSION [ci skip] * updated Speech/src/SpeechClient.php [ci skip] * updated Storage/VERSION [ci skip] * updated Storage/src/StorageClient.php [ci skip] * updated Tasks/VERSION [ci skip] * updated composer.json [ci skip] * updated docs/manifest.json [ci skip] * created CHANGELOG.md [ci skip] * updated src/Version.php [ci skip] * updated src/ServiceBuilder.php [ci skip] --- BigQuery/VERSION | 2 +- BigQuery/src/BigQueryClient.php | 2 +- BigQueryDataTransfer/VERSION | 2 +- Bigtable/VERSION | 2 +- Bigtable/src/BigtableClient.php | 2 +- CHANGELOG.md | 147 ++++++++++++++++++++++++++++++++ Core/VERSION | 2 +- Dialogflow/VERSION | 2 +- Dlp/VERSION | 2 +- Iot/VERSION | 2 +- Kms/VERSION | 2 +- PubSub/VERSION | 2 +- PubSub/src/PubSubClient.php | 2 +- Spanner/VERSION | 2 +- Spanner/src/SpannerClient.php | 2 +- Speech/VERSION | 2 +- Speech/src/SpeechClient.php | 2 +- Storage/VERSION | 2 +- Storage/src/StorageClient.php | 2 +- Tasks/VERSION | 2 +- composer.json | 26 +++--- docs/manifest.json | 14 +++ src/ServiceBuilder.php | 2 +- src/Version.php | 2 +- 24 files changed, 195 insertions(+), 34 deletions(-) create mode 100644 CHANGELOG.md diff --git a/BigQuery/VERSION b/BigQuery/VERSION index 9dbb0c0052e7..afa2b3515e91 100644 --- a/BigQuery/VERSION +++ b/BigQuery/VERSION @@ -1 +1 @@ -1.7.0 \ No newline at end of file +1.8.0 \ No newline at end of file diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php index a1a289864469..76459e04f918 100644 --- a/BigQuery/src/BigQueryClient.php +++ b/BigQuery/src/BigQueryClient.php @@ -51,7 +51,7 @@ class BigQueryClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '1.7.0'; + const VERSION = '1.8.0'; const MAX_DELAY_MICROSECONDS = 32000000; diff --git a/BigQueryDataTransfer/VERSION b/BigQueryDataTransfer/VERSION index d33c3a2128bc..aac2dacab4fe 100644 --- a/BigQueryDataTransfer/VERSION +++ b/BigQueryDataTransfer/VERSION @@ -1 +1 @@ -0.12.0 \ No newline at end of file +0.12.1 \ No newline at end of file diff --git a/Bigtable/VERSION b/Bigtable/VERSION index 51de3305bb38..0548fb4e9b2f 100644 --- a/Bigtable/VERSION +++ b/Bigtable/VERSION @@ -1 +1 @@ -0.13.0 \ No newline at end of file +0.14.0 \ No newline at end of file diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php index c7bfe6574858..1489fdc531f9 100644 --- a/Bigtable/src/BigtableClient.php +++ b/Bigtable/src/BigtableClient.php @@ -40,7 +40,7 @@ class BigtableClient { use ArrayTrait; - const VERSION = '0.13.0'; + const VERSION = '0.14.0'; /** * @var GapicClient diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000000..e14b00fe8c91 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,147 @@ +# Changelog + +## 0.106.0 + +
google/cloud-bigquery 1.8.0 + + + +### Features + +* Add explicit support for dataset filters ([#2124](https://www.github.com/googleapis/google-cloud-php/issues/2124)) ([f67af6d](https://www.github.com/googleapis/google-cloud-php/commit/f67af6d)) +* Add support for BigQuery Models. ([#2039](https://www.github.com/googleapis/google-cloud-php/issues/2039)) ([e2e006f](https://www.github.com/googleapis/google-cloud-php/commit/e2e006f)) + +
+ +
google/cloud-bigquerydatatransfer 0.12.1 + + + +### Bug Fixes + +* Add locationName formatting method and update system test ([#2136](https://www.github.com/googleapis/google-cloud-php/issues/2136)) ([51bcf57](https://www.github.com/googleapis/google-cloud-php/commit/51bcf57)) + +
+ +
google/cloud-bigtable 0.14.0 + + + +### Features + +* Add IAM `GetPolicyOptions` support and update retry and t… ([#2129](https://www.github.com/googleapis/google-cloud-php/issues/2129)) ([b957bb6](https://www.github.com/googleapis/google-cloud-php/commit/b957bb6)) + +
+ +
google/cloud-core 1.30.0 + + + +### Bug Fixes + +* Add documentation for new pubsub features and fix Duration handling. ([#2117](https://www.github.com/googleapis/google-cloud-php/issues/2117)) ([59fe42e](https://www.github.com/googleapis/google-cloud-php/commit/59fe42e)) + + +### Features + +* **storage:** Add CRC32c Checksums to Cloud Storage uploads. ([#1846](https://www.github.com/googleapis/google-cloud-php/issues/1846)) ([d4faff3](https://www.github.com/googleapis/google-cloud-php/commit/d4faff3)) + +
+ +
google/cloud-dialogflow 0.9.0 + + + +### Features + +* Add `single_utterance` to audio config, deprecate `single… ([#2137](https://www.github.com/googleapis/google-cloud-php/issues/2137)) ([4863be2](https://www.github.com/googleapis/google-cloud-php/commit/4863be2)) +* Add SetAgent/DeleteAgent methods ([74d62c4](https://www.github.com/googleapis/google-cloud-php/commit/74d62c4)) + +
+ +
google/cloud-dlp 0.21.0 + + + +### Features + +* Add ability to publish findings to Cloud Data Catalog. ([#2103](https://www.github.com/googleapis/google-cloud-php/issues/2103)) ([e5bb551](https://www.github.com/googleapis/google-cloud-php/commit/e5bb551)) + +
+ +
google/cloud-iot 0.8.0 + + + +### Features + +* Add IAM `GetPolicyOptions` support. ([#2130](https://www.github.com/googleapis/google-cloud-php/issues/2130)) ([aa93e47](https://www.github.com/googleapis/google-cloud-php/commit/aa93e47)) + +
+ +
google/cloud-kms 1.5.0 + + + +### Features + +* Add IAM `GetPolicyOptions` support. ([#2131](https://www.github.com/googleapis/google-cloud-php/issues/2131)) ([65e7635](https://www.github.com/googleapis/google-cloud-php/commit/65e7635)) + +
+ +
google/cloud-pubsub 1.14.0 + + + +### Bug Fixes + +* Add documentation for new pubsub features and fix Duration handling. ([#2117](https://www.github.com/googleapis/google-cloud-php/issues/2117)) ([59fe42e](https://www.github.com/googleapis/google-cloud-php/commit/59fe42e)) +* Fix update subscription method ([#2122](https://www.github.com/googleapis/google-cloud-php/issues/2122)) ([a0ae202](https://www.github.com/googleapis/google-cloud-php/commit/a0ae202)) + + +### Features + +* Add IAM `GetPolicyOptions` support. ([#2132](https://www.github.com/googleapis/google-cloud-php/issues/2132)) ([9245fe3](https://www.github.com/googleapis/google-cloud-php/commit/9245fe3)) + +
+ +
google/cloud-spanner 1.16.0 + + + +### Features + +* Add IAM `GetPolicyOptions` support. ([#2133](https://www.github.com/googleapis/google-cloud-php/issues/2133)) ([793420a](https://www.github.com/googleapis/google-cloud-php/commit/793420a)) + +
+ +
google/cloud-speech 0.25.0 + + + +### Features + +* Add SpeakerDiarizationConfig to v1p1beta1. ([#2126](https://www.github.com/googleapis/google-cloud-php/issues/2126)) ([d98c005](https://www.github.com/googleapis/google-cloud-php/commit/d98c005)) +* Deprecate v1p1beta1 diarization fields in favor of `Speak… ([#2134](https://www.github.com/googleapis/google-cloud-php/issues/2134)) ([38198c6](https://www.github.com/googleapis/google-cloud-php/commit/38198c6)) + +
+ +
google/cloud-storage 1.13.0 + + + +### Features + +* **storage:** Add CRC32c Checksums to Cloud Storage uploads. ([#1846](https://www.github.com/googleapis/google-cloud-php/issues/1846)) ([d4faff3](https://www.github.com/googleapis/google-cloud-php/commit/d4faff3)) + +
+ +
google/cloud-tasks 1.2.0 + + + +### Features + +* Add IAM `GetPolicyOptions` support. ([#2135](https://www.github.com/googleapis/google-cloud-php/issues/2135)) ([94ac35f](https://www.github.com/googleapis/google-cloud-php/commit/94ac35f)) + +
diff --git a/Core/VERSION b/Core/VERSION index 72f3c1dacc57..ff6d09b31dde 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.29.0 \ No newline at end of file +1.30.0 \ No newline at end of file diff --git a/Dialogflow/VERSION b/Dialogflow/VERSION index fcbb5375b7e1..899f24fc754a 100644 --- a/Dialogflow/VERSION +++ b/Dialogflow/VERSION @@ -1 +1 @@ -0.8.4 \ No newline at end of file +0.9.0 \ No newline at end of file diff --git a/Dlp/VERSION b/Dlp/VERSION index a881cf79f294..1db0edecc06d 100644 --- a/Dlp/VERSION +++ b/Dlp/VERSION @@ -1 +1 @@ -0.20.0 \ No newline at end of file +0.21.0 \ No newline at end of file diff --git a/Iot/VERSION b/Iot/VERSION index da2ac9c7e603..8adc70fdd9d6 100644 --- a/Iot/VERSION +++ b/Iot/VERSION @@ -1 +1 @@ -0.7.5 \ No newline at end of file +0.8.0 \ No newline at end of file diff --git a/Kms/VERSION b/Kms/VERSION index e21e727f96fa..3e1ad720b13d 100644 --- a/Kms/VERSION +++ b/Kms/VERSION @@ -1 +1 @@ -1.4.0 \ No newline at end of file +1.5.0 \ No newline at end of file diff --git a/PubSub/VERSION b/PubSub/VERSION index f88cf52e6efc..cd99d386a8dd 100644 --- a/PubSub/VERSION +++ b/PubSub/VERSION @@ -1 +1 @@ -1.13.0 \ No newline at end of file +1.14.0 \ No newline at end of file diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php index f90d518a34ad..3e4c90633c1b 100644 --- a/PubSub/src/PubSubClient.php +++ b/PubSub/src/PubSubClient.php @@ -85,7 +85,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '1.13.0'; + const VERSION = '1.14.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/Spanner/VERSION b/Spanner/VERSION index bfa325d79362..71bd5d9ee641 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.15.6 \ No newline at end of file +1.16.0 \ No newline at end of file diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index cd2e34ac42d6..cf0e645e904a 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -77,7 +77,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.15.6'; + const VERSION = '1.16.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data'; const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin'; diff --git a/Speech/VERSION b/Speech/VERSION index 1fee94775168..94a5fe438afc 100644 --- a/Speech/VERSION +++ b/Speech/VERSION @@ -1 +1 @@ -0.24.1 \ No newline at end of file +0.25.0 \ No newline at end of file diff --git a/Speech/src/SpeechClient.php b/Speech/src/SpeechClient.php index c368d7727924..2a3ccb5843f1 100644 --- a/Speech/src/SpeechClient.php +++ b/Speech/src/SpeechClient.php @@ -50,7 +50,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '0.24.1'; + const VERSION = '0.25.0'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Storage/VERSION b/Storage/VERSION index c56eaaaf456f..f88cf52e6efc 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.12.3 \ No newline at end of file +1.13.0 \ No newline at end of file diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index 2d43426c8da3..a5c7536175f5 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.12.3'; + const VERSION = '1.13.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'; diff --git a/Tasks/VERSION b/Tasks/VERSION index 8cfbc905b39f..867e52437ab8 100644 --- a/Tasks/VERSION +++ b/Tasks/VERSION @@ -1 +1 @@ -1.1.1 \ No newline at end of file +1.2.0 \ No newline at end of file diff --git a/composer.json b/composer.json index 5f58b0fcf21d..fbc170fd54ac 100644 --- a/composer.json +++ b/composer.json @@ -71,34 +71,34 @@ "replace": { "google/cloud-asset": "0.3.4", "google/cloud-automl": "0.2.2", - "google/cloud-bigquery": "1.7.0", - "google/cloud-bigquerydatatransfer": "0.12.0", - "google/cloud-bigtable": "0.13.0", + "google/cloud-bigquery": "1.8.0", + "google/cloud-bigquerydatatransfer": "0.12.1", + "google/cloud-bigtable": "0.14.0", "google/cloud-common-protos": "0.2.0", "google/cloud-container": "0.10.4", - "google/cloud-core": "1.29.0", + "google/cloud-core": "1.30.0", "google/cloud-dataproc": "0.12.0", "google/cloud-datastore": "1.9.5", "google/cloud-debugger": "0.18.5", - "google/cloud-dialogflow": "0.8.4", - "google/cloud-dlp": "0.20.0", + "google/cloud-dialogflow": "0.9.0", + "google/cloud-dlp": "0.21.0", "google/cloud-error-reporting": "0.14.5", "google/cloud-firestore": "1.6.2", - "google/cloud-iot": "0.7.5", - "google/cloud-kms": "1.4.0", + "google/cloud-iot": "0.8.0", + "google/cloud-kms": "1.5.0", "google/cloud-language": "0.19.4", "google/cloud-logging": "1.16.5", "google/cloud-monitoring": "0.16.5", "google/cloud-oslogin": "0.9.5", - "google/cloud-pubsub": "1.13.0", + "google/cloud-pubsub": "1.14.0", "google/cloud-redis": "0.9.0", "google/cloud-scheduler": "1.0.1", "google/cloud-security-center": "0.1.1", - "google/cloud-spanner": "1.15.6", - "google/cloud-speech": "0.24.1", - "google/cloud-storage": "1.12.3", + "google/cloud-spanner": "1.16.0", + "google/cloud-speech": "0.25.0", + "google/cloud-storage": "1.13.0", "google/cloud-talent": "0.4.0", - "google/cloud-tasks": "1.1.1", + "google/cloud-tasks": "1.2.0", "google/cloud-text-to-speech": "0.4.4", "google/cloud-trace": "0.14.4", "google/cloud-translate": "1.2.9", diff --git a/docs/manifest.json b/docs/manifest.json index 1316faa61e28..ef1ca68c74fe 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.106.0", "v0.105.0", "v0.104.0", "v0.103.0", @@ -183,6 +184,7 @@ "name": "google/cloud-bigquery", "defaultService": "bigquery/bigqueryclient", "versions": [ + "v1.8.0", "v1.7.0", "v1.6.0", "v1.5.0", @@ -223,6 +225,7 @@ "name": "google/cloud-bigquerydatatransfer", "defaultService": "bigquerydatatransfer/readme", "versions": [ + "v0.12.1", "v0.12.0", "v0.11.0", "v0.10.4", @@ -258,6 +261,7 @@ "name": "google/cloud-bigtable", "defaultService": "bigtable/readme", "versions": [ + "v0.14.0", "v0.13.0", "v0.12.4", "v0.12.3", @@ -351,6 +355,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.30.0", "v1.29.0", "v1.28.2", "v1.28.1", @@ -550,6 +555,7 @@ "name": "google/cloud-dialogflow", "defaultService": "dialogflow/readme", "versions": [ + "v0.9.0", "v0.8.4", "v0.8.3", "v0.8.2", @@ -583,6 +589,7 @@ "name": "google/cloud-dlp", "defaultService": "dlp/readme", "versions": [ + "v0.21.0", "v0.20.0", "v0.19.0", "v0.18.4", @@ -749,6 +756,7 @@ "name": "google/cloud-iot", "defaultService": "iot/readme", "versions": [ + "v0.8.0", "v0.7.5", "v0.7.4", "v0.7.3", @@ -781,6 +789,7 @@ "name": "google/cloud-kms", "defaultService": "kms/readme", "versions": [ + "v1.5.0", "v1.4.0", "v1.3.5", "v1.3.4", @@ -1018,6 +1027,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v1.14.0", "v1.13.0", "v1.12.2", "v1.12.1", @@ -1143,6 +1153,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v1.16.0", "v1.15.6", "v1.15.5", "v1.15.4", @@ -1212,6 +1223,7 @@ "name": "google/cloud-speech", "defaultService": "speech/speechclient", "versions": [ + "v0.25.0", "v0.24.1", "v0.24.0", "v0.23.3", @@ -1269,6 +1281,7 @@ "name": "google/cloud-storage", "defaultService": "storage/storageclient", "versions": [ + "v1.13.0", "v1.12.3", "v1.12.2", "v1.12.1", @@ -1327,6 +1340,7 @@ "name": "google/cloud-tasks", "defaultService": "tasks/readme", "versions": [ + "v1.2.0", "v1.1.1", "v1.1.0", "v1.0.2", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 9326bc27791a..1f0331541970 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.105.0'; + const VERSION = '0.106.0'; } diff --git a/src/Version.php b/src/Version.php index dba413e8031c..793bc06ddcc8 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.105.0'; + const VERSION = '0.106.0'; }