Skip to content

Commit

Permalink
chore: release 0.122.0 (#2533)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and dwsupplee committed Jan 7, 2020
1 parent aef45e7 commit 7d435e7
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 11 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.122.0

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



### Bug Fixes

* fix compatibility with phpspec/prophecy v1.10 ([#2525](https://www.github.com/googleapis/google-cloud-php/issues/2525)) ([ca739c4](https://www.github.com/googleapis/google-cloud-php/commit/ca739c486895bef6b8f243529668e483eae83147))

</details>

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



### Features

* enable 'FieldMask' param in Instance::reload() method options ([#2530](https://www.github.com/googleapis/google-cloud-php/issues/2530)) ([006487a](https://www.github.com/googleapis/google-cloud-php/commit/006487a23046acb0db983cc59f16d0b808affa70))


### Bug Fixes

* fix compatibility with phpspec/prophecy v1.10 ([#2525](https://www.github.com/googleapis/google-cloud-php/issues/2525)) ([ca739c4](https://www.github.com/googleapis/google-cloud-php/commit/ca739c486895bef6b8f243529668e483eae83147))

</details>

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



### Features

* add support for ARCHIVE storage class ([#2428](https://www.github.com/googleapis/google-cloud-php/issues/2428)) ([bb0e3d9](https://www.github.com/googleapis/google-cloud-php/commit/bb0e3d9de9766be3ef47308afc71292008a16ba5))


### Bug Fixes

* allow mkdir() via stream wrapper when UBL is enabled ([#2541](https://www.github.com/googleapis/google-cloud-php/issues/2541)) ([aef45e7](https://www.github.com/googleapis/google-cloud-php/commit/aef45e789ff45d774fa7bd184d3ca2166a1f5603))

</details>

## 0.121.0

<details><summary>google/cloud-asset 0.5.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.10.1
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.10.0';
const VERSION = '1.10.1';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.22.0
1.23.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.22.0';
const VERSION = '1.23.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.16.1
1.17.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.16.1';
const VERSION = '1.17.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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"google/cloud-dialogflow": "0.10.0",
"google/cloud-dlp": "0.24.0",
"google/cloud-error-reporting": "0.15.0",
"google/cloud-firestore": "1.10.0",
"google/cloud-firestore": "1.10.1",
"google/cloud-iot": "0.10.0",
"google/cloud-kms": "1.7.0",
"google/cloud-language": "0.21.0",
Expand All @@ -94,9 +94,9 @@
"google/cloud-redis": "0.11.0",
"google/cloud-scheduler": "1.1.0",
"google/cloud-security-center": "0.2.0",
"google/cloud-spanner": "1.22.0",
"google/cloud-spanner": "1.23.0",
"google/cloud-speech": "0.29.0",
"google/cloud-storage": "1.16.1",
"google/cloud-storage": "1.17.0",
"google/cloud-talent": "0.8.2",
"google/cloud-tasks": "1.4.0",
"google/cloud-text-to-speech": "0.5.0",
Expand Down
4 changes: 4 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.122.0",
"v0.121.0",
"v0.120.0",
"v0.119.0",
Expand Down Expand Up @@ -756,6 +757,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v1.10.1",
"v1.10.0",
"v1.9.0",
"v1.8.0",
Expand Down Expand Up @@ -1239,6 +1241,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.23.0",
"v1.22.0",
"v1.21.0",
"v1.20.0",
Expand Down Expand Up @@ -1378,6 +1381,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v1.17.0",
"v1.16.1",
"v1.16.0",
"v1.15.0",
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.121.0';
const VERSION = '0.122.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.121.0';
const VERSION = '0.122.0';
}

0 comments on commit 7d435e7

Please sign in to comment.