diff --git a/AutoMl/VERSION b/AutoMl/VERSION index 79a2734bbf3d..09a3acfa138d 100644 --- a/AutoMl/VERSION +++ b/AutoMl/VERSION @@ -1 +1 @@ -0.5.0 \ No newline at end of file +0.6.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6a4340b62c..ffbbfd376a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,84 @@ # Changelog +## 0.113.0 + +
google/cloud-automl 0.6.0 + + + +### Features + +* Add request metadata types. ([#2346](https://www.github.com/googleapis/google-cloud-php/issues/2346)) ([e26e337](https://www.github.com/googleapis/google-cloud-php/commit/e26e337)) + +
+ +
google/cloud-core 1.33.1 + + + +### Features + +* Add support for Authenticated Push ([#2354](https://www.github.com/googleapis/google-cloud-php/issues/2354)) ([f393722](https://www.github.com/googleapis/google-cloud-php/commit/f393722)) + +
+ +
google/cloud-dataproc 0.14.0 + + + +### Features + +* Add realm to Kerberos config and idle start time to lifec… ([#2364](https://www.github.com/googleapis/google-cloud-php/issues/2364)) ([2632311](https://www.github.com/googleapis/google-cloud-php/commit/2632311)) + +
+ +
google/cloud-firestore 1.9.0 + + + +### Features + +* Add constant for collection group query scope. ([#2335](https://www.github.com/googleapis/google-cloud-php/issues/2335)) ([7e133f1](https://www.github.com/googleapis/google-cloud-php/commit/7e133f1)) +* Add Firestore session handler. ([#2258](https://www.github.com/googleapis/google-cloud-php/issues/2258), [#2360](https://www.github.com/googleapis/google-cloud-php/issues/2360)) ([f5f006b](https://www.github.com/googleapis/google-cloud-php/commit/f5f006b), [be73255](https://github.com/googleapis/google-cloud-php/commit/be73255)) + +
+ +
google/cloud-language 0.21.0 + + + +### Features + +* Add entity types. ([#2361](https://www.github.com/googleapis/google-cloud-php/issues/2361)) ([e4174b8](https://www.github.com/googleapis/google-cloud-php/commit/e4174b8)) + +
+ +
google/cloud-pubsub 1.18.0 + + + +### Features + +* Add support for Authenticated Push ([#2354](https://www.github.com/googleapis/google-cloud-php/issues/2354)) ([f393722](https://www.github.com/googleapis/google-cloud-php/commit/f393722)) +* Update request timeout configuration. ([#2347](https://www.github.com/googleapis/google-cloud-php/issues/2347)) ([aa0ef44](https://www.github.com/googleapis/google-cloud-php/commit/aa0ef44)) + +
+ +
google/cloud-spanner 1.19.0 + + + +### Bug Fixes + +* **BREAKING** Make `sessionCount` required for `batchCreateSessions`. ([#2348](https://www.github.com/googleapis/google-cloud-php/issues/2348)) ([dfc7b37](https://www.github.com/googleapis/google-cloud-php/commit/dfc7b37)) + + +### Features + +* Add support for batch session creation in Cloud Spanner ([#2342](https://www.github.com/googleapis/google-cloud-php/issues/2342)) ([05775a1](https://www.github.com/googleapis/google-cloud-php/commit/05775a1)) + +
+ ## 0.112.0
google/cloud-bigquery 1.12.1 diff --git a/Core/VERSION b/Core/VERSION index f0fed9186c9f..02261bead118 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.33.0 \ No newline at end of file +1.33.1 diff --git a/Dataproc/VERSION b/Dataproc/VERSION index 51de3305bb38..0548fb4e9b2f 100644 --- a/Dataproc/VERSION +++ b/Dataproc/VERSION @@ -1 +1 @@ -0.13.0 \ No newline at end of file +0.14.0 \ No newline at end of file diff --git a/Firestore/VERSION b/Firestore/VERSION index afa2b3515e91..abb16582324b 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.8.0 \ No newline at end of file +1.9.0 \ No newline at end of file diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 6088ffa8080c..41562059ec6b 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.8.0'; + const VERSION = '1.9.0'; const DEFAULT_DATABASE = '(default)'; diff --git a/Language/VERSION b/Language/VERSION index a881cf79f294..1db0edecc06d 100644 --- a/Language/VERSION +++ b/Language/VERSION @@ -1 +1 @@ -0.20.0 \ No newline at end of file +0.21.0 \ No newline at end of file diff --git a/Language/src/LanguageClient.php b/Language/src/LanguageClient.php index 95a1031da4f2..dbe2cdf01a15 100644 --- a/Language/src/LanguageClient.php +++ b/Language/src/LanguageClient.php @@ -46,7 +46,7 @@ class LanguageClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '0.20.0'; + const VERSION = '0.21.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/PubSub/VERSION b/PubSub/VERSION index 73d74673c7d5..744068368fba 100644 --- a/PubSub/VERSION +++ b/PubSub/VERSION @@ -1 +1 @@ -1.17.0 \ No newline at end of file +1.18.0 \ No newline at end of file diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php index ce4a829d7258..1068342456fa 100644 --- a/PubSub/src/PubSubClient.php +++ b/PubSub/src/PubSubClient.php @@ -85,7 +85,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '1.17.0'; + const VERSION = '1.18.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/Spanner/VERSION b/Spanner/VERSION index 744068368fba..c1af674ec43f 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.18.0 \ No newline at end of file +1.19.0 \ No newline at end of file diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index dcf6b21ce5fb..ae00fdc55b02 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -77,7 +77,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.18.0'; + const VERSION = '1.19.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/composer.json b/composer.json index 62fc5ad5e03a..f9daa76e1e0b 100644 --- a/composer.json +++ b/composer.json @@ -70,31 +70,31 @@ }, "replace": { "google/cloud-asset": "0.4.0", - "google/cloud-automl": "0.5.0", - "google/cloud-bigquery": "1.12.0", + "google/cloud-automl": "0.6.0", + "google/cloud-bigquery": "1.12.1", "google/cloud-bigquerydatatransfer": "0.14.0", "google/cloud-bigtable": "1.1.0", "google/cloud-common-protos": "0.2.0", "google/cloud-container": "0.11.0", - "google/cloud-core": "1.33.0", - "google/cloud-dataproc": "0.13.0", + "google/cloud-core": "1.33.1", + "google/cloud-dataproc": "0.14.0", "google/cloud-datastore": "1.10.0", "google/cloud-debugger": "0.19.1", "google/cloud-dialogflow": "0.10.0", "google/cloud-dlp": "0.22.0", "google/cloud-error-reporting": "0.15.0", - "google/cloud-firestore": "1.8.0", + "google/cloud-firestore": "1.9.0", "google/cloud-iot": "0.9.0", "google/cloud-kms": "1.7.0", - "google/cloud-language": "0.20.0", + "google/cloud-language": "0.21.0", "google/cloud-logging": "1.18.0", "google/cloud-monitoring": "0.18.0", "google/cloud-oslogin": "0.10.0", - "google/cloud-pubsub": "1.17.0", + "google/cloud-pubsub": "1.18.0", "google/cloud-redis": "0.10.0", "google/cloud-scheduler": "1.1.0", "google/cloud-security-center": "0.2.0", - "google/cloud-spanner": "1.18.0", + "google/cloud-spanner": "1.19.0", "google/cloud-speech": "0.27.0", "google/cloud-storage": "1.14.0", "google/cloud-talent": "0.6.0", @@ -103,7 +103,7 @@ "google/cloud-trace": "0.15.0", "google/cloud-translate": "1.4.1", "google/cloud-videointelligence": "1.7.0", - "google/cloud-vision": "0.23.0", + "google/cloud-vision": "0.24.0", "google/cloud-web-risk": "0.3.0", "google/cloud-web-security-scanner": "0.2.0" }, diff --git a/docs/manifest.json b/docs/manifest.json index 5e309cc6a181..450e12e6a54d 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -11,6 +11,7 @@ "name": "google/cloud", "defaultService": "servicebuilder", "versions": [ + "v0.113.0", "v0.112.0", "v0.111.0", "v0.110.0", @@ -181,6 +182,7 @@ "name": "google/cloud-automl", "defaultService": "automl/readme", "versions": [ + "v0.6.0", "v0.5.0", "v0.4.0", "v0.3.0", @@ -378,6 +380,7 @@ "name": "google/cloud-core", "defaultService": "core/servicebuilder", "versions": [ + "v1.33.1", "v1.33.0", "v1.32.0", "v1.31.0", @@ -455,6 +458,7 @@ "name": "google/cloud-dataproc", "defaultService": "dataproc/readme", "versions": [ + "v0.14.0", "v0.13.0", "v0.12.0", "v0.11.3", @@ -729,6 +733,7 @@ "name": "google/cloud-firestore", "defaultService": "firestore/firestoreclient", "versions": [ + "v1.9.0", "v1.8.0", "v1.7.1", "v1.7.0", @@ -859,6 +864,7 @@ "name": "google/cloud-language", "defaultService": "language/languageclient", "versions": [ + "v0.21.0", "v0.20.0", "v0.19.4", "v0.19.3", @@ -1072,6 +1078,7 @@ "name": "google/cloud-pubsub", "defaultService": "pubsub/pubsubclient", "versions": [ + "v1.18.0", "v1.17.0", "v1.16.0", "v1.15.0", @@ -1204,6 +1211,7 @@ "name": "google/cloud-spanner", "defaultService": "spanner/spannerclient", "versions": [ + "v1.19.0", "v1.18.0", "v1.17.0", "v1.16.1", diff --git a/src/ServiceBuilder.php b/src/ServiceBuilder.php index 81c469ee385c..4aebbceebad4 100644 --- a/src/ServiceBuilder.php +++ b/src/ServiceBuilder.php @@ -30,5 +30,5 @@ class ServiceBuilder extends CoreServiceBuilder /** * @deprecated */ - const VERSION = '0.112.0'; + const VERSION = '0.113.0'; } diff --git a/src/Version.php b/src/Version.php index 40cf4c35a368..a635acea72e1 100644 --- a/src/Version.php +++ b/src/Version.php @@ -22,5 +22,5 @@ */ class Version { - const VERSION = '0.112.0'; + const VERSION = '0.113.0'; }