Skip to content

Commit

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

* Add Speech to release
  • Loading branch information
jdpedrie authored and dwsupplee committed Mar 28, 2018
1 parent 0b1bbb3 commit baa91c8
Show file tree
Hide file tree
Showing 40 changed files with 86 additions and 62 deletions.
2 changes: 1 addition & 1 deletion BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.1.0
2 changes: 1 addition & 1 deletion BigQuery/src/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BigQueryClient
use ClientTrait;
use RetryDeciderTrait;

const VERSION = '1.0.3';
const VERSION = '1.1.0';

const MAX_DELAY_MICROSECONDS = 32000000;

Expand Down
2 changes: 1 addition & 1 deletion BigQueryDataTransfer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.3.0
2 changes: 1 addition & 1 deletion Container/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.3.0
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.18.0
1.19.0
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.3.0
2 changes: 1 addition & 1 deletion Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.4.0
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.3.1';
const VERSION = '1.4.0';

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.5.0
0.6.0
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.5.0';
const VERSION = '0.6.0';
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.6.0
0.7.0
2 changes: 1 addition & 1 deletion ErrorReporting/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 Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.6.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.5.2';
const VERSION = '0.6.0';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion Language/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.3
0.13.0
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.12.3';
const VERSION = '0.13.0';

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.9.4
1.10.0
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.9.4';
const VERSION = '1.10.0';

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.8.3
0.9.0
2 changes: 1 addition & 1 deletion OsLogin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.3.0
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.1.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.0.2';
const VERSION = '1.1.0';

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.2.1
1.3.0
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.2.1';
const VERSION = '1.3.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 Speech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.3
0.12.0
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.11.3';
const VERSION = '0.12.0';

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

Expand Down
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.4
1.4.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.3.4';
const VERSION = '1.4.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 Trace/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3
0.7.0
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.6.3';
const VERSION = '0.7.0';

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

Expand Down
2 changes: 1 addition & 1 deletion Translate/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.2.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.1.2';
const VERSION = '1.2.0';

const ENGLISH_LANGUAGE_CODE = 'en';

Expand Down
2 changes: 1 addition & 1 deletion VideoIntelligence/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.3
0.10.0
2 changes: 1 addition & 1 deletion Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.2
0.11.0
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.10.2';
const VERSION = '0.11.0';

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

Expand Down
48 changes: 24 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,29 +65,29 @@
"opis/closure": "^3.0"
},
"replace": {
"google/cloud-bigquery": "1.0.3",
"google/cloud-bigquerydatatransfer": "0.2.0",
"google/cloud-bigtable": "0.2.3",
"google/cloud-container": "0.2.3",
"google/cloud-core": "1.18.0",
"google/cloud-dataproc": "0.2.3",
"google/cloud-datastore": "1.3.1",
"google/cloud-dlp": "0.6.0",
"google/cloud-error-reporting": "0.8.4",
"google/cloud-firestore": "0.5.2",
"google/cloud-language": "0.12.3",
"google/cloud-logging": "1.9.4",
"google/cloud-monitoring": "0.8.3",
"google/cloud-oslogin": "0.2.3",
"google/cloud-pubsub": "1.0.2",
"google/cloud-spanner": "1.2.1",
"google/cloud-speech": "0.11.3",
"google/cloud-storage": "1.3.4",
"google/cloud-trace": "0.6.3",
"google/cloud-translate": "1.1.2",
"google/cloud-videointelligence": "0.9.3",
"google/cloud-vision": "0.10.2",
"google/cloud-debugger": "0.5.0"
"google/cloud-bigquery": "1.1.0",
"google/cloud-bigquerydatatransfer": "0.3.0",
"google/cloud-bigtable": "0.3.0",
"google/cloud-container": "0.3.0",
"google/cloud-core": "1.19.0",
"google/cloud-dataproc": "0.3.0",
"google/cloud-datastore": "1.4.0",
"google/cloud-dlp": "0.7.0",
"google/cloud-error-reporting": "0.9.0",
"google/cloud-firestore": "0.6.0",
"google/cloud-language": "0.13.0",
"google/cloud-logging": "1.10.0",
"google/cloud-monitoring": "0.9.0",
"google/cloud-oslogin": "0.3.0",
"google/cloud-pubsub": "1.1.0",
"google/cloud-spanner": "1.3.0",
"google/cloud-speech": "0.12.0",
"google/cloud-storage": "1.4.0",
"google/cloud-trace": "0.7.0",
"google/cloud-translate": "1.2.0",
"google/cloud-videointelligence": "0.10.0",
"google/cloud-vision": "0.11.0",
"google/cloud-debugger": "0.6.0"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
Expand Down Expand Up @@ -169,4 +169,4 @@
]
}
}
}
}
Loading

0 comments on commit baa91c8

Please sign in to comment.