Skip to content

Commit

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

* Remove cloud-redis link
  • Loading branch information
jdpedrie authored May 8, 2018
1 parent 261fa81 commit 5edbb1a
Show file tree
Hide file tree
Showing 36 changed files with 79 additions and 56 deletions.
2 changes: 1 addition & 1 deletion BigQueryDataTransfer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1
2 changes: 1 addition & 1 deletion Bigtable/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3
0.3.4
2 changes: 1 addition & 1 deletion Container/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3
0.3.4
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.0
1.20.1
2 changes: 1 addition & 1 deletion Dataproc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3
0.3.4
2 changes: 1 addition & 1 deletion Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.5.1
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.5.0';
const VERSION = '1.5.1';

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

Expand Down
2 changes: 1 addition & 1 deletion Dialogflow/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
0.8.1
2 changes: 1 addition & 1 deletion ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.4
0.9.5
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1
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.9.0';
const VERSION = '0.9.1';

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.2
0.1.3
2 changes: 1 addition & 1 deletion Language/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.3
0.13.4
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.3';
const VERSION = '0.13.4';

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.4
1.10.5
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.4';
const VERSION = '1.10.5';

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.3
0.9.4
2 changes: 1 addition & 1 deletion OsLogin/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3
0.3.4
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.3
1.1.4
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.3';
const VERSION = '1.1.4';

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

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,6 @@ $ composer require google/cloud-iot
## Google Cloud Redis (Alpha)

- [API Documentation](http://googlecloudplatform.github.io/google-cloud-php/#/docs/latest/redis/readme)
- [Official Documentation](https://cloud.google.com/redis/docs)

#### Preview

Expand Down
1 change: 1 addition & 0 deletions Redis/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
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.4.0';
const VERSION = '1.4.1';

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.13.0
0.13.1
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.13.0';
const VERSION = '0.13.1';

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.3
0.7.4
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.3';
const VERSION = '0.7.4';

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.3
0.10.4
2 changes: 1 addition & 1 deletion Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.3
0.11.4
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.3';
const VERSION = '0.11.4';

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

Expand Down
46 changes: 23 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,31 +66,31 @@
},
"replace": {
"google/cloud-bigquery": "1.2.1",
"google/cloud-bigquerydatatransfer": "0.4.0",
"google/cloud-bigtable": "0.3.3",
"google/cloud-container": "0.3.3",
"google/cloud-core": "1.20.0",
"google/cloud-dataproc": "0.3.3",
"google/cloud-datastore": "1.5.0",
"google/cloud-bigquerydatatransfer": "0.4.1",
"google/cloud-bigtable": "0.3.4",
"google/cloud-container": "0.3.4",
"google/cloud-core": "1.20.1",
"google/cloud-dataproc": "0.3.4",
"google/cloud-datastore": "1.5.1",
"google/cloud-debugger": "0.8.0",
"google/cloud-dialogflow": "0.1.0",
"google/cloud-dlp": "0.8.0",
"google/cloud-error-reporting": "0.9.4",
"google/cloud-firestore": "0.9.0",
"google/cloud-iot": "0.1.2",
"google/cloud-language": "0.13.3",
"google/cloud-logging": "1.10.4",
"google/cloud-monitoring": "0.9.3",
"google/cloud-oslogin": "0.3.3",
"google/cloud-pubsub": "1.1.3",
"google/cloud-redis": "master",
"google/cloud-spanner": "1.4.0",
"google/cloud-speech": "0.13.0",
"google/cloud-dialogflow": "0.1.1",
"google/cloud-dlp": "0.8.1",
"google/cloud-error-reporting": "0.9.5",
"google/cloud-firestore": "0.9.1",
"google/cloud-iot": "0.1.3",
"google/cloud-language": "0.13.4",
"google/cloud-logging": "1.10.5",
"google/cloud-monitoring": "0.9.4",
"google/cloud-oslogin": "0.3.4",
"google/cloud-pubsub": "1.1.4",
"google/cloud-redis": "0.1.0",
"google/cloud-spanner": "1.4.1",
"google/cloud-speech": "0.13.1",
"google/cloud-storage": "1.4.0",
"google/cloud-trace": "0.7.3",
"google/cloud-trace": "0.7.4",
"google/cloud-translate": "1.2.0",
"google/cloud-videointelligence": "0.10.3",
"google/cloud-vision": "0.11.3"
"google/cloud-videointelligence": "0.10.4",
"google/cloud-vision": "0.11.4"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
Expand Down Expand Up @@ -179,4 +179,4 @@
]
}
}
}
}
Loading

0 comments on commit 5edbb1a

Please sign in to comment.