Skip to content

Commit

Permalink
Prepare v0.60.0 (#1007)
Browse files Browse the repository at this point in the history
* v0.60.0

* Add dev dependencies to IoT
  • Loading branch information
dwsupplee authored Apr 11, 2018
1 parent d92bc04 commit 2de0ffd
Show file tree
Hide file tree
Showing 35 changed files with 78 additions and 52 deletions.
2 changes: 1 addition & 1 deletion BigQueryDataTransfer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.3.3
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2
2 changes: 1 addition & 1 deletion Container/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2
2 changes: 1 addition & 1 deletion Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.4.2
2 changes: 1 addition & 1 deletion Datastore/src/DatastoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;

const VERSION = '1.4.1';
const VERSION = '1.4.2';

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

Expand Down
2 changes: 1 addition & 1 deletion Debugger/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1
0.6.2
2 changes: 1 addition & 1 deletion Debugger/src/DebuggerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class DebuggerClient
{
use ClientTrait;

const VERSION = '0.6.1';
const VERSION = '0.6.2';
const DEFAULT_AGENT_VERSION = 'google.com/gcp-php/v0.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';
Expand Down
2 changes: 1 addition & 1 deletion Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.2
2 changes: 1 addition & 1 deletion ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.2
0.9.3
2 changes: 1 addition & 1 deletion Firestore/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 Firestore/src/FirestoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;

const VERSION = '0.7.0';
const VERSION = '0.8.0';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion Iot/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
5 changes: 5 additions & 0 deletions Iot/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"google/proto-client": "^0.36",
"google/gax": "^0.31.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
"google/cloud-core": "^1.14",
"phpdocumentor/reflection": "^3.0"
},
"suggest": {
"ext-protobuf": "Provides a significant increase in throughput over the pure PHP protobuf implementation. See https://cloud.google.com/php/grpc for installation instructions."
}
Expand Down
2 changes: 1 addition & 1 deletion Language/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.1
0.13.2
2 changes: 1 addition & 1 deletion Language/src/LanguageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class LanguageClient
use ClientTrait;
use RetryDeciderTrait;

const VERSION = '0.13.1';
const VERSION = '0.13.2';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
2 changes: 1 addition & 1 deletion Logging/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.1
1.10.2
2 changes: 1 addition & 1 deletion Logging/src/LoggingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class LoggingClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.10.1';
const VERSION = '1.10.2';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';
Expand Down
2 changes: 1 addition & 1 deletion Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
2 changes: 1 addition & 1 deletion OsLogin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.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.1.1';
const VERSION = '1.1.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.3.1
1.3.2
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.3.1';
const VERSION = '1.3.2';

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 Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.1
0.12.2
2 changes: 1 addition & 1 deletion Speech/src/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SpeechClient
{
use ClientTrait;

const VERSION = '0.12.1';
const VERSION = '0.12.2';

const SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
2 changes: 1 addition & 1 deletion Trace/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.7.2
2 changes: 1 addition & 1 deletion Trace/src/TraceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class TraceClient
{
use ClientTrait;

const VERSION = '0.7.1';
const VERSION = '0.7.2';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
2 changes: 1 addition & 1 deletion VideoIntelligence/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1
0.10.2
2 changes: 1 addition & 1 deletion Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.1
0.11.2
2 changes: 1 addition & 1 deletion Vision/src/VisionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class VisionClient
use ClientTrait;
use ValidateTrait;

const VERSION = '0.11.1';
const VERSION = '0.11.2';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';

Expand Down
40 changes: 20 additions & 20 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,29 +66,29 @@
},
"replace": {
"google/cloud-bigquery": "1.2.0",
"google/cloud-bigquerydatatransfer": "0.3.2",
"google/cloud-bigtable": "0.3.1",
"google/cloud-container": "0.3.1",
"google/cloud-bigquerydatatransfer": "0.3.3",
"google/cloud-bigtable": "0.3.2",
"google/cloud-container": "0.3.2",
"google/cloud-core": "1.19.1",
"google/cloud-dataproc": "0.3.1",
"google/cloud-datastore": "1.4.1",
"google/cloud-dlp": "0.7.1",
"google/cloud-error-reporting": "0.9.2",
"google/cloud-firestore": "0.7.0",
"google/cloud-iot": "0.1.0",
"google/cloud-language": "0.13.1",
"google/cloud-logging": "1.10.1",
"google/cloud-monitoring": "0.9.1",
"google/cloud-oslogin": "0.3.1",
"google/cloud-pubsub": "1.1.1",
"google/cloud-spanner": "1.3.1",
"google/cloud-speech": "0.12.1",
"google/cloud-dataproc": "0.3.2",
"google/cloud-datastore": "1.4.2",
"google/cloud-dlp": "0.7.2",
"google/cloud-error-reporting": "0.9.3",
"google/cloud-firestore": "0.8.0",
"google/cloud-iot": "0.1.1",
"google/cloud-language": "0.13.2",
"google/cloud-logging": "1.10.2",
"google/cloud-monitoring": "0.9.2",
"google/cloud-oslogin": "0.3.2",
"google/cloud-pubsub": "1.1.2",
"google/cloud-spanner": "1.3.2",
"google/cloud-speech": "0.12.2",
"google/cloud-storage": "1.4.0",
"google/cloud-trace": "0.7.1",
"google/cloud-trace": "0.7.2",
"google/cloud-translate": "1.2.0",
"google/cloud-videointelligence": "0.10.1",
"google/cloud-vision": "0.11.1",
"google/cloud-debugger": "0.6.1"
"google/cloud-videointelligence": "0.10.2",
"google/cloud-vision": "0.11.2",
"google/cloud-debugger": "0.6.2"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
Expand Down
Loading

0 comments on commit 2de0ffd

Please sign in to comment.