Skip to content

Commit

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

* updated Spanner/src/SpannerClient.php [ci skip]

* updated Storage/VERSION [ci skip]

* updated Storage/src/StorageClient.php [ci skip]

* updated Talent/VERSION [ci skip]

* updated Tasks/VERSION [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 busunkim96 committed Nov 12, 2019
1 parent d251d14 commit 3f13216
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 13 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## 0.117.0

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



### Features

* add instance replica configuration. ([#2433](https://github.com/googleapis/google-cloud-php/issues/2433)) ([0c03490](https://github.com/googleapis/google-cloud-php/commit/0c03490e5be6aec4fa6e0508cc8cf9b3a462c301))

</details>

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



### Features

* support for uniform bucket-level access ([#2146](https://github.com/googleapis/google-cloud-php/issues/2146)) ([b48d791](https://github.com/googleapis/google-cloud-php/commit/b48d791ba0e06f84d70069933b074aaf78142a32)), closes [#2140](https://github.com/googleapis/google-cloud-php/issues/2140) [#2142](https://github.com/googleapis/google-cloud-php/issues/2142) [#2144](https://github.com/googleapis/google-cloud-php/issues/2144)

</details>

<details><summary>google/cloud-talent 0.8.0</summary>



### Features

* add QueryLanguageCode to JobQuery ([#2431](https://github.com/googleapis/google-cloud-php/issues/2431)) ([c980499](https://github.com/googleapis/google-cloud-php/commit/c980499ca5d044389932d9a5bdecfcb09a299b65))

</details>

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



### Features

* add HttpRequest/OAuthToken/OidcToken support ([#2445](https://github.com/googleapis/google-cloud-php/issues/2445)) ([5aba667](https://github.com/googleapis/google-cloud-php/commit/5aba667da41f781680a430a34c9ca10bfc713dd4))

</details>

## 0.116.0

<details><summary>google/cloud-core 1.34.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.0
1.21.0
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.20.0';
const VERSION = '1.21.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 Storage/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 Storage/src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.15.0';
const VERSION = '1.16.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';
Expand Down
2 changes: 1 addition & 1 deletion Talent/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.0
2 changes: 1 addition & 1 deletion Tasks/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
"google/cloud-redis": "0.11.0",
"google/cloud-scheduler": "1.1.0",
"google/cloud-security-center": "0.2.0",
"google/cloud-spanner": "1.20.0",
"google/cloud-spanner": "1.21.0",
"google/cloud-speech": "0.27.0",
"google/cloud-storage": "1.15.0",
"google/cloud-talent": "0.7.0",
"google/cloud-tasks": "1.3.0",
"google/cloud-storage": "1.16.0",
"google/cloud-talent": "0.8.0",
"google/cloud-tasks": "1.4.0",
"google/cloud-text-to-speech": "0.5.0",
"google/cloud-trace": "0.15.0",
"google/cloud-translate": "1.6.0",
Expand Down Expand Up @@ -252,4 +252,4 @@
]
}
}
}
}
5 changes: 5 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.117.0",
"v0.116.0",
"v0.115.0",
"v0.114.0",
Expand Down Expand Up @@ -1222,6 +1223,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.21.0",
"v1.20.0",
"v1.19.0",
"v1.18.0",
Expand Down Expand Up @@ -1357,6 +1359,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v1.16.0",
"v1.15.0",
"v1.14.0",
"v1.13.0",
Expand Down Expand Up @@ -1405,6 +1408,7 @@
"name": "google/cloud-talent",
"defaultService": "talent/readme",
"versions": [
"v0.8.0",
"v0.7.0",
"v0.6.0",
"v0.5.0",
Expand All @@ -1421,6 +1425,7 @@
"name": "google/cloud-tasks",
"defaultService": "tasks/readme",
"versions": [
"v1.4.0",
"v1.3.0",
"v1.2.0",
"v1.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.116.0';
const VERSION = '0.117.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.116.0';
const VERSION = '0.117.0';
}

0 comments on commit 3f13216

Please sign in to comment.