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.40.0 #705

Merged
merged 1 commit into from
Oct 17, 2017
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
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,22 @@
"phpseclib/phpseclib": "^2"
},
"replace": {
"google/cloud-bigquery": "0.2.4",
"google/cloud-core": "1.9.0",
"google/cloud-bigquery": "0.3.0",
"google/cloud-core": "1.10.0",
"google/cloud-datastore": "1.0.1",
"google/cloud-error-reporting": "0.4.3",
"google/cloud-logging": "1.4.0",
"google/cloud-monitoring": "0.4.3",
"google/cloud-language": "0.5.0",
"google/cloud-pubsub": "0.7.0",
"google/cloud-spanner": "0.6.0",
"google/cloud-speech": "0.7.0",
"google/cloud-storage": "1.1.5",
"google/cloud-error-reporting": "0.5.0",
"google/cloud-logging": "1.5.0",
"google/cloud-monitoring": "0.5.0",
"google/cloud-language": "0.6.0",
"google/cloud-pubsub": "0.8.0",
"google/cloud-spanner": "0.7.0",
"google/cloud-speech": "0.8.0",
"google/cloud-storage": "1.2.0",
"google/cloud-trace": "0.3.2",
"google/cloud-translate": "1.0.1",
"google/cloud-videointelligence": "0.4.0",
"google/cloud-vision": "0.4.1",
"google/cloud-dlp": "0.1.2"
"google/cloud-videointelligence": "0.5.0",
"google/cloud-vision": "0.5.0",
"google/cloud-dlp": "0.2.0"
},
"suggest": {
"phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
Expand Down Expand Up @@ -117,4 +117,4 @@
]
}
}
}
}
14 changes: 14 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": "readme",
"versions": [
"v0.40.0",
"v0.39.2",
"v0.39.1",
"v0.39.0",
Expand Down Expand Up @@ -69,6 +70,7 @@
"name": "google/cloud-bigquery",
"defaultService": "bigquery/bigqueryclient",
"versions": [
"v0.3.0",
"v0.2.4",
"v0.2.3",
"v0.2.2",
Expand All @@ -83,6 +85,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.10.0",
"v1.9.0",
"v1.8.1",
"v1.8.0",
Expand Down Expand Up @@ -118,6 +121,7 @@
"name": "google/cloud-dlp",
"defaultService": "dlp/readme",
"versions": [
"v0.2.0",
"v0.1.2",
"v0.1.1",
"v0.1.0",
Expand All @@ -129,6 +133,7 @@
"name": "google/cloud-error-reporting",
"defaultService": "errorreporting/readme",
"versions": [
"v0.5.0",
"v0.4.3",
"v0.4.2",
"v0.4.1",
Expand All @@ -145,6 +150,7 @@
"name": "google/cloud-logging",
"defaultService": "logging/loggingclient",
"versions": [
"v1.5.0",
"v1.4.0",
"v1.3.2",
"v1.3.1",
Expand All @@ -161,6 +167,7 @@
"name": "google/cloud-monitoring",
"defaultService": "monitoring/readme",
"versions": [
"v0.5.0",
"v0.4.3",
"v0.4.2",
"v0.4.1",
Expand All @@ -177,6 +184,7 @@
"name": "google/cloud-language",
"defaultService": "language/languageclient",
"versions": [
"v0.6.0",
"v0.5.0",
"v0.4.1",
"v0.4.0",
Expand All @@ -191,6 +199,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v0.8.0",
"v0.7.0",
"v0.6.2",
"v0.6.1",
Expand All @@ -209,6 +218,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v0.7.0",
"v0.6.0",
"v0.5.0",
"v0.4.0",
Expand All @@ -227,6 +237,7 @@
"name": "google/cloud-speech",
"defaultService": "speech/speechclient",
"versions": [
"v0.8.0",
"v0.7.0",
"v0.6.2",
"v0.6.1",
Expand All @@ -244,6 +255,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v1.2.0",
"v1.1.5",
"v1.1.4",
"v1.1.3",
Expand Down Expand Up @@ -286,6 +298,7 @@
"name": "google/cloud-videointelligence",
"defaultService": "videointelligence/videointelligenceserviceclient",
"versions": [
"v0.5.0",
"v0.4.0",
"v0.3.3",
"v0.3.2",
Expand All @@ -301,6 +314,7 @@
"name": "google/cloud-vision",
"defaultService": "vision/visionclient",
"versions": [
"v0.5.0",
"v0.4.1",
"v0.4.0",
"v0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/BigQuery/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class BigQueryClient
use ClientTrait;
use RetryDeciderTrait;

const VERSION = '0.2.4';
const VERSION = '0.3.0';

const MAX_DELAY_MICROSECONDS = 32000000;

Expand Down
2 changes: 1 addition & 1 deletion src/BigQuery/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public function copy(Table $destination, array $options = [])
* [upstream API documentation for Job configuration]
* (https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs#configuration)
* for the available options.
* @return ExportJobConfiguration
* @return ExtractJobConfiguration
*/
public function extract($destination, array $options = [])
{
Expand Down
2 changes: 1 addition & 1 deletion src/BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.3.0
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.10.0
2 changes: 1 addition & 1 deletion src/Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.2.0
2 changes: 1 addition & 1 deletion src/ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.3
0.5.0
2 changes: 1 addition & 1 deletion src/Language/LanguageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class LanguageClient
use ClientTrait;
use RetryDeciderTrait;

const VERSION = '0.5.0';
const VERSION = '0.6.0';

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

Expand Down
2 changes: 1 addition & 1 deletion src/Language/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 src/Logging/LoggingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class LoggingClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.4.0';
const VERSION = '1.5.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 src/Logging/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.5.0
2 changes: 1 addition & 1 deletion src/Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.3
0.5.0
2 changes: 1 addition & 1 deletion src/PubSub/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class PubSubClient
use IncomingMessageTrait;
use ResourceNameTrait;

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/PubSub/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 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.39.2';
const VERSION = '0.40.0';
}
2 changes: 1 addition & 1 deletion src/Spanner/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '0.6.0';
const VERSION = '0.7.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 src/Spanner/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 src/Speech/SpeechClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class SpeechClient
{
use ClientTrait;

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/Speech/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 src/Storage/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.1.5';
const VERSION = '1.2.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 src/Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.5
1.2.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.39.2';
const VERSION = '0.40.0';
}
2 changes: 1 addition & 1 deletion src/VideoIntelligence/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 src/Vision/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.5.0
2 changes: 1 addition & 1 deletion src/Vision/VisionClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class VisionClient
use ClientTrait;
use ValidateTrait;

const VERSION = '0.4.1';
const VERSION = '0.5.0';

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

Expand Down