Skip to content

Commit

Permalink
chore: release 0.107.0 (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and dwsupplee committed Aug 7, 2019
1 parent 8f12412 commit 7567276
Show file tree
Hide file tree
Showing 55 changed files with 537 additions and 88 deletions.
2 changes: 1 addition & 1 deletion Asset/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.4
0.4.0
2 changes: 1 addition & 1 deletion AutoMl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.3.0
2 changes: 1 addition & 1 deletion BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
1.9.0
2 changes: 1 addition & 1 deletion BigQuery/src/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class BigQueryClient
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
}

const VERSION = '1.8.0';
const VERSION = '1.9.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.12.1
0.13.0
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0
0.15.0
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.14.0';
const VERSION = '0.15.0';

/**
* @var GapicClient
Expand Down
412 changes: 412 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Container/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.4
0.11.0
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30.0
1.31.0
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0
0.13.0
2 changes: 1 addition & 1 deletion Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.5
1.10.0
2 changes: 1 addition & 1 deletion Datastore/src/DatastoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;

const VERSION = '1.9.5';
const VERSION = '1.10.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.18.5
0.19.0
2 changes: 1 addition & 1 deletion Debugger/src/DebuggerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DebuggerClient
{
use ClientTrait;

const VERSION = '0.18.5';
const VERSION = '0.19.0';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly';
Expand Down
2 changes: 1 addition & 1 deletion Dialogflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0
2 changes: 1 addition & 1 deletion Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.0
0.22.0
2 changes: 1 addition & 1 deletion ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.5
0.15.0
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.2
1.7.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.6.2';
const VERSION = '1.7.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.8.0
0.9.0
2 changes: 1 addition & 1 deletion Kms/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.6.0
2 changes: 1 addition & 1 deletion Language/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.4
0.20.0
2 changes: 1 addition & 1 deletion Language/src/LanguageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class LanguageClient
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
}

const VERSION = '0.19.4';
const VERSION = '0.20.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.16.5
1.17.0
2 changes: 1 addition & 1 deletion Logging/src/LoggingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class LoggingClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.16.5';
const VERSION = '1.17.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.16.5
0.17.0
2 changes: 1 addition & 1 deletion OsLogin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.5
0.10.0
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0
1.15.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.14.0';
const VERSION = '1.15.0';

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

Expand Down
2 changes: 1 addition & 1 deletion Redis/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.10.0
2 changes: 1 addition & 1 deletion Scheduler/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.1.0
2 changes: 1 addition & 1 deletion SecurityCenter/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0
2 changes: 1 addition & 1 deletion Spanner/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 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.16.1';
const VERSION = '1.17.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.25.0
0.26.0
2 changes: 1 addition & 1 deletion Speech/src/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class SpeechClient
{
use ClientTrait;

const VERSION = '0.25.0';
const VERSION = '0.26.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.13.0
1.14.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.13.0';
const VERSION = '1.14.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.4.0
0.5.0
2 changes: 1 addition & 1 deletion Tasks/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0
2 changes: 1 addition & 1 deletion TextToSpeech/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.4
0.5.0
2 changes: 1 addition & 1 deletion Trace/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.4
0.15.0
2 changes: 1 addition & 1 deletion Trace/src/TraceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class TraceClient
{
use ClientTrait;

const VERSION = '0.14.4';
const VERSION = '0.15.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.2.9
1.3.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.2.9';
const VERSION = '1.3.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 @@
1.6.1
1.7.0
2 changes: 1 addition & 1 deletion Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.5
0.23.0
2 changes: 1 addition & 1 deletion Vision/src/VisionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class VisionClient
use ClientTrait;
use ValidateTrait;

const VERSION = '0.22.5';
const VERSION = '0.23.0';

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

Expand Down
2 changes: 1 addition & 1 deletion WebRisk/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.2.0
2 changes: 1 addition & 1 deletion WebSecurityScanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
72 changes: 36 additions & 36 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,43 +69,43 @@
"swaggest/json-schema": "^0.12.0"
},
"replace": {
"google/cloud-asset": "0.3.4",
"google/cloud-automl": "0.2.2",
"google/cloud-bigquery": "1.8.0",
"google/cloud-bigquerydatatransfer": "0.12.1",
"google/cloud-bigtable": "0.14.0",
"google/cloud-asset": "0.4.0",
"google/cloud-automl": "0.3.0",
"google/cloud-bigquery": "1.9.0",
"google/cloud-bigquerydatatransfer": "0.13.0",
"google/cloud-bigtable": "0.15.0",
"google/cloud-common-protos": "0.2.0",
"google/cloud-container": "0.10.4",
"google/cloud-core": "1.30.0",
"google/cloud-dataproc": "0.12.0",
"google/cloud-datastore": "1.9.5",
"google/cloud-debugger": "0.18.5",
"google/cloud-dialogflow": "0.9.0",
"google/cloud-dlp": "0.21.0",
"google/cloud-error-reporting": "0.14.5",
"google/cloud-firestore": "1.6.2",
"google/cloud-iot": "0.8.0",
"google/cloud-kms": "1.5.0",
"google/cloud-language": "0.19.4",
"google/cloud-logging": "1.16.5",
"google/cloud-monitoring": "0.16.5",
"google/cloud-oslogin": "0.9.5",
"google/cloud-pubsub": "1.14.0",
"google/cloud-redis": "0.9.0",
"google/cloud-scheduler": "1.0.1",
"google/cloud-security-center": "0.1.1",
"google/cloud-spanner": "1.16.1",
"google/cloud-speech": "0.25.0",
"google/cloud-storage": "1.13.0",
"google/cloud-talent": "0.4.0",
"google/cloud-tasks": "1.2.0",
"google/cloud-text-to-speech": "0.4.4",
"google/cloud-trace": "0.14.4",
"google/cloud-translate": "1.2.9",
"google/cloud-videointelligence": "1.6.1",
"google/cloud-vision": "0.22.5",
"google/cloud-web-risk": "0.1.1",
"google/cloud-web-security-scanner": "0.1.0"
"google/cloud-container": "0.11.0",
"google/cloud-core": "1.31.0",
"google/cloud-dataproc": "0.13.0",
"google/cloud-datastore": "1.10.0",
"google/cloud-debugger": "0.19.0",
"google/cloud-dialogflow": "0.10.0",
"google/cloud-dlp": "0.22.0",
"google/cloud-error-reporting": "0.15.0",
"google/cloud-firestore": "1.7.0",
"google/cloud-iot": "0.9.0",
"google/cloud-kms": "1.6.0",
"google/cloud-language": "0.20.0",
"google/cloud-logging": "1.17.0",
"google/cloud-monitoring": "0.17.0",
"google/cloud-oslogin": "0.10.0",
"google/cloud-pubsub": "1.15.0",
"google/cloud-redis": "0.10.0",
"google/cloud-scheduler": "1.1.0",
"google/cloud-security-center": "0.2.0",
"google/cloud-spanner": "1.17.0",
"google/cloud-speech": "0.26.0",
"google/cloud-storage": "1.14.0",
"google/cloud-talent": "0.5.0",
"google/cloud-tasks": "1.3.0",
"google/cloud-text-to-speech": "0.5.0",
"google/cloud-trace": "0.15.0",
"google/cloud-translate": "1.3.0",
"google/cloud-videointelligence": "1.7.0",
"google/cloud-vision": "0.23.0",
"google/cloud-web-risk": "0.2.0",
"google/cloud-web-security-scanner": "0.2.0"
},
"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 7567276

Please sign in to comment.