Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v0.94.0 #1684

Merged
merged 1 commit into from
Feb 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.0
0.10.1
2 changes: 1 addition & 1 deletion Bigtable/src/BigtableClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;

const VERSION = '0.10.0';
const VERSION = '0.10.1';

/**
* @var GapicClient
Expand Down
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.4
0.9.0
2 changes: 1 addition & 1 deletion Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.3
0.16.0
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
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.0.0';
const VERSION = '1.1.0';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion Kms/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
1.8.2
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.8.1';
const VERSION = '1.8.2';

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

Expand Down
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.6
1.11.7
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.11.6';
const VERSION = '1.11.7';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,27 +71,27 @@
"google/cloud-automl": "0.1.0",
"google/cloud-bigquery": "1.5.0",
"google/cloud-bigquerydatatransfer": "0.8.5",
"google/cloud-bigtable": "0.10.0",
"google/cloud-bigtable": "0.10.1",
"google/cloud-common-protos": "0.1.1",
"google/cloud-container": "0.8.3",
"google/cloud-core": "1.26.0",
"google/cloud-dataproc": "0.8.4",
"google/cloud-dataproc": "0.9.0",
"google/cloud-datastore": "1.7.0",
"google/cloud-debugger": "0.16.3",
"google/cloud-dialogflow": "0.5.4",
"google/cloud-dlp": "0.15.3",
"google/cloud-dlp": "0.16.0",
"google/cloud-error-reporting": "0.12.4",
"google/cloud-firestore": "1.0.0",
"google/cloud-firestore": "1.1.0",
"google/cloud-iot": "0.5.3",
"google/cloud-kms": "1.0.0",
"google/cloud-kms": "1.1.0",
"google/cloud-language": "0.16.4",
"google/cloud-logging": "1.14.4",
"google/cloud-monitoring": "0.14.1",
"google/cloud-oslogin": "0.7.4",
"google/cloud-pubsub": "1.8.1",
"google/cloud-pubsub": "1.8.2",
"google/cloud-redis": "0.4.6",
"google/cloud-scheduler": "0.1.1",
"google/cloud-spanner": "1.11.6",
"google/cloud-spanner": "1.11.7",
"google/cloud-speech": "0.21.0",
"google/cloud-storage": "1.11.0",
"google/cloud-talent": "0.1.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.94.0",
"v0.93.0",
"v0.92.0",
"v0.91.0",
Expand Down Expand Up @@ -224,6 +225,7 @@
"name": "google/cloud-bigtable",
"defaultService": "bigtable/readme",
"versions": [
"v0.10.1",
"v0.10.0",
"v0.9.3",
"v0.9.2",
Expand Down Expand Up @@ -370,6 +372,7 @@
"name": "google/cloud-dataproc",
"defaultService": "dataproc/readme",
"versions": [
"v0.9.0",
"v0.8.4",
"v0.8.3",
"v0.8.2",
Expand Down Expand Up @@ -498,6 +501,7 @@
"name": "google/cloud-dlp",
"defaultService": "dlp/readme",
"versions": [
"v0.16.0",
"v0.15.3",
"v0.15.2",
"v0.15.1",
Expand Down Expand Up @@ -587,6 +591,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v1.1.0",
"v1.0.0",
"v0.15.8",
"v0.15.7",
Expand Down Expand Up @@ -660,6 +665,7 @@
"name": "google/cloud-kms",
"defaultService": "kms/readme",
"versions": [
"v1.1.0",
"v1.0.0",
"v0.4.3",
"v0.4.2",
Expand Down Expand Up @@ -856,6 +862,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v1.8.2",
"v1.8.1",
"v1.8.0",
"v1.7.2",
Expand Down Expand Up @@ -945,6 +952,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.11.7",
"v1.11.6",
"v1.11.5",
"v1.11.4",
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.93.0';
const VERSION = '0.94.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.93.0';
const VERSION = '0.94.0';
}