Skip to content

Commit

Permalink
chore: release 0.108.0 (#2246)
Browse files Browse the repository at this point in the history
* updated AutoMl/VERSION [ci skip]

* updated BigQuery/VERSION [ci skip]

* updated BigQuery/src/BigQueryClient.php [ci skip]

* updated Core/VERSION [ci skip]

* updated Core/src/ServiceBuilder.php [ci skip]

* updated Debugger/VERSION [ci skip]

* updated Debugger/src/DebuggerClient.php [ci skip]

* updated Kms/VERSION [ci skip]

* updated PubSub/VERSION [ci skip]

* updated PubSub/src/PubSubClient.php [ci skip]

* updated Translate/VERSION [ci skip]

* updated Translate/src/TranslateClient.php [ci skip]

* updated composer.json [ci skip]

* updated docs/manifest.json [ci skip]

* updated CHANGELOG.md [ci skip]

* updated src/Version.php [ci skip]

* updated src/ServiceBuilder.php [ci skip]
  • Loading branch information
yoshi-automation authored and jdpedrie committed Aug 21, 2019
1 parent b4ad699 commit 0668faa
Show file tree
Hide file tree
Showing 16 changed files with 112 additions and 20 deletions.
2 changes: 1 addition & 1 deletion AutoMl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.0
0.4.0
2 changes: 1 addition & 1 deletion BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.10.0
2 changes: 1 addition & 1 deletion BigQuery/src/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class BigQueryClient
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
}

const VERSION = '1.9.0';
const VERSION = '1.10.0';

const MAX_DELAY_MICROSECONDS = 32000000;

Expand Down
84 changes: 84 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,89 @@
# Changelog

## 0.108.0

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



### Features

* Refresh V1Beta1 client ([#2242](https://www.github.com/googleapis/google-cloud-php/issues/2242)) ([5390d16](https://www.github.com/googleapis/google-cloud-php/commit/5390d16))
* Update AutoML v1beta1 client. ([#2251](https://www.github.com/googleapis/google-cloud-php/issues/2251)) ([44225ba](https://www.github.com/googleapis/google-cloud-php/commit/44225ba))

</details>

<details><summary>google/cloud-bigquery 1.10.0</summary>



### Bug Fixes

* Bump core dependency for BigQuery and Translate ([#2249](https://www.github.com/googleapis/google-cloud-php/issues/2249)) ([23c1c8d](https://www.github.com/googleapis/google-cloud-php/commit/23c1c8d))


### Features

* Add apiEndpoint support to BigQuery and improve Translate… ([#2241](https://www.github.com/googleapis/google-cloud-php/issues/2241)) ([2b5273f](https://www.github.com/googleapis/google-cloud-php/commit/2b5273f))

</details>

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



### Features

* Add apiEndpoint support to BigQuery and improve Translate… ([#2241](https://www.github.com/googleapis/google-cloud-php/issues/2241)) ([2b5273f](https://www.github.com/googleapis/google-cloud-php/commit/2b5273f))

</details>

<details><summary>google/cloud-debugger 0.19.1</summary>



### Bug Fixes

* Prevent setting null debuggee ID ([#2252](https://www.github.com/googleapis/google-cloud-php/issues/2252)) ([d345456](https://www.github.com/googleapis/google-cloud-php/commit/d345456))

</details>

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



### Features

* Add INTERNAL as a retryable error code. ([#2248](https://www.github.com/googleapis/google-cloud-php/issues/2248)) ([428d976](https://www.github.com/googleapis/google-cloud-php/commit/428d976))

</details>

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



### Features

* Add support for Message Storage Policy ([#2250](https://www.github.com/googleapis/google-cloud-php/issues/2250)) ([223560a](https://www.github.com/googleapis/google-cloud-php/commit/223560a))
* Allow for topics to updated via a new method ([#2256](https://www.github.com/googleapis/google-cloud-php/issues/2256)) ([e19138a](https://www.github.com/googleapis/google-cloud-php/commit/e19138a))

</details>

<details><summary>google/cloud-translate 1.4.0</summary>



### Bug Fixes

* Bump core dependency for BigQuery and Translate ([#2249](https://www.github.com/googleapis/google-cloud-php/issues/2249)) ([23c1c8d](https://www.github.com/googleapis/google-cloud-php/commit/23c1c8d))


### Features

* Add apiEndpoint support to BigQuery and improve Translate… ([#2241](https://www.github.com/googleapis/google-cloud-php/issues/2241)) ([2b5273f](https://www.github.com/googleapis/google-cloud-php/commit/2b5273f))

</details>

## 0.107.1

<details><summary>google/cloud-firestore 1.7.1</summary>
Expand Down
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.31.0
1.32.0
2 changes: 1 addition & 1 deletion Debugger/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.0
0.19.1
2 changes: 1 addition & 1 deletion Debugger/src/DebuggerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DebuggerClient
{
use ClientTrait;

const VERSION = '0.19.0';
const VERSION = '0.19.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';
Expand Down
2 changes: 1 addition & 1 deletion Kms/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.7.0
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0
1.16.0
2 changes: 1 addition & 1 deletion PubSub/src/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class PubSubClient
use IncomingMessageTrait;
use ResourceNameTrait;

const VERSION = '1.15.0';
const VERSION = '1.16.0';

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

Expand Down
2 changes: 1 addition & 1 deletion Translate/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0
2 changes: 1 addition & 1 deletion Translate/src/TranslateClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class TranslateClient
{
use ClientTrait;

const VERSION = '1.3.0';
const VERSION = '1.4.0';

const ENGLISH_LANGUAGE_CODE = 'en';

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,27 +70,27 @@
},
"replace": {
"google/cloud-asset": "0.4.0",
"google/cloud-automl": "0.3.0",
"google/cloud-bigquery": "1.9.0",
"google/cloud-automl": "0.4.0",
"google/cloud-bigquery": "1.10.0",
"google/cloud-bigquerydatatransfer": "0.13.0",
"google/cloud-bigtable": "0.15.0",
"google/cloud-common-protos": "0.2.0",
"google/cloud-container": "0.11.0",
"google/cloud-core": "1.31.0",
"google/cloud-core": "1.32.0",
"google/cloud-dataproc": "0.13.0",
"google/cloud-datastore": "1.10.0",
"google/cloud-debugger": "0.19.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.7.1",
"google/cloud-iot": "0.9.0",
"google/cloud-kms": "1.6.0",
"google/cloud-kms": "1.7.0",
"google/cloud-language": "0.20.0",
"google/cloud-logging": "1.17.0",
"google/cloud-monitoring": "0.17.0",
"google/cloud-oslogin": "0.10.0",
"google/cloud-pubsub": "1.15.0",
"google/cloud-pubsub": "1.16.0",
"google/cloud-redis": "0.10.0",
"google/cloud-scheduler": "1.1.0",
"google/cloud-security-center": "0.2.0",
Expand All @@ -101,7 +101,7 @@
"google/cloud-tasks": "1.3.0",
"google/cloud-text-to-speech": "0.5.0",
"google/cloud-trace": "0.15.0",
"google/cloud-translate": "1.3.0",
"google/cloud-translate": "1.4.0",
"google/cloud-videointelligence": "1.7.0",
"google/cloud-vision": "0.23.0",
"google/cloud-web-risk": "0.2.0",
Expand Down
8 changes: 8 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.108.0",
"v0.107.1",
"v0.107.0",
"v0.106.1",
Expand Down Expand Up @@ -176,6 +177,7 @@
"name": "google/cloud-automl",
"defaultService": "automl/readme",
"versions": [
"v0.4.0",
"v0.3.0",
"v0.2.2",
"v0.2.1",
Expand All @@ -189,6 +191,7 @@
"name": "google/cloud-bigquery",
"defaultService": "bigquery/bigqueryclient",
"versions": [
"v1.10.0",
"v1.9.0",
"v1.8.0",
"v1.7.0",
Expand Down Expand Up @@ -364,6 +367,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.32.0",
"v1.31.0",
"v1.30.0",
"v1.29.0",
Expand Down Expand Up @@ -526,6 +530,7 @@
"name": "google/cloud-debugger",
"defaultService": "debugger/debuggerclient",
"versions": [
"v0.19.1",
"v0.19.0",
"v0.18.5",
"v0.18.4",
Expand Down Expand Up @@ -808,6 +813,7 @@
"name": "google/cloud-kms",
"defaultService": "kms/readme",
"versions": [
"v1.7.0",
"v1.6.0",
"v1.5.0",
"v1.4.0",
Expand Down Expand Up @@ -1051,6 +1057,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v1.16.0",
"v1.15.0",
"v1.14.0",
"v1.13.0",
Expand Down Expand Up @@ -1480,6 +1487,7 @@
"name": "google/cloud-translate",
"defaultService": "translate/translateclient",
"versions": [
"v1.4.0",
"v1.3.0",
"v1.2.9",
"v1.2.8",
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.107.1';
const VERSION = '0.108.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.107.1';
const VERSION = '0.108.0';
}

0 comments on commit 0668faa

Please sign in to comment.