Skip to content

Commit

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

* Don't report code coverage on hhvm

* Update google/gax and google/proto-client dependency versions
  • Loading branch information
jdpedrie authored and dwsupplee committed Nov 1, 2017
1 parent 0e72fd8 commit 92c57bf
Show file tree
Hide file tree
Showing 32 changed files with 64 additions and 52 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ script:
- ./dev/sh/build-docs

after_success:
- bash <(curl -s https://codecov.io/bash)
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then bash <(curl -s https://codecov.io/bash); fi
- ./dev/sh/push-docs
- ./dev/sh/trigger-split
- cat ./build/snippets-uncovered.json
Expand Down
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@
},
"replace": {
"google/cloud-bigquery": "0.3.0",
"google/cloud-core": "1.10.0",
"google/cloud-datastore": "1.0.1",
"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-core": "1.11.0",
"google/cloud-datastore": "1.0.2",
"google/cloud-error-reporting": "0.6.0",
"google/cloud-logging": "1.6.0",
"google/cloud-monitoring": "0.6.0",
"google/cloud-language": "0.7.0",
"google/cloud-pubsub": "0.9.0",
"google/cloud-spanner": "0.8.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.5.0",
"google/cloud-vision": "0.5.0",
"google/cloud-dlp": "0.2.0"
"google/cloud-videointelligence": "0.6.0",
"google/cloud-vision": "0.6.0",
"google/cloud-dlp": "0.3.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 @@
]
}
}
}
}
12 changes: 12 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.41.0",
"v0.40.0",
"v0.39.2",
"v0.39.1",
Expand Down Expand Up @@ -85,6 +86,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.11.0",
"v1.10.0",
"v1.9.0",
"v1.8.1",
Expand All @@ -110,6 +112,7 @@
"name": "google/cloud-datastore",
"defaultService": "datastore/datastoreclient",
"versions": [
"v1.0.2",
"v1.0.1",
"v1.0.0",
"v0.1.0",
Expand All @@ -121,6 +124,7 @@
"name": "google/cloud-dlp",
"defaultService": "dlp/readme",
"versions": [
"v0.3.0",
"v0.2.0",
"v0.1.2",
"v0.1.1",
Expand All @@ -133,6 +137,7 @@
"name": "google/cloud-error-reporting",
"defaultService": "errorreporting/readme",
"versions": [
"v0.6.0",
"v0.5.0",
"v0.4.3",
"v0.4.2",
Expand All @@ -150,6 +155,7 @@
"name": "google/cloud-logging",
"defaultService": "logging/loggingclient",
"versions": [
"v1.6.0",
"v1.5.0",
"v1.4.0",
"v1.3.2",
Expand All @@ -167,6 +173,7 @@
"name": "google/cloud-monitoring",
"defaultService": "monitoring/readme",
"versions": [
"v0.6.0",
"v0.5.0",
"v0.4.3",
"v0.4.2",
Expand All @@ -184,6 +191,7 @@
"name": "google/cloud-language",
"defaultService": "language/languageclient",
"versions": [
"v0.7.0",
"v0.6.0",
"v0.5.0",
"v0.4.1",
Expand All @@ -199,6 +207,7 @@
"name": "google/cloud-pubsub",
"defaultService": "pubsub/pubsubclient",
"versions": [
"v0.9.0",
"v0.8.0",
"v0.7.0",
"v0.6.2",
Expand All @@ -218,6 +227,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v0.8.0",
"v0.7.0",
"v0.6.0",
"v0.5.0",
Expand Down Expand Up @@ -298,6 +308,7 @@
"name": "google/cloud-videointelligence",
"defaultService": "videointelligence/videointelligenceserviceclient",
"versions": [
"v0.6.0",
"v0.5.0",
"v0.4.0",
"v0.3.3",
Expand All @@ -314,6 +325,7 @@
"name": "google/cloud-vision",
"defaultService": "vision/visionclient",
"versions": [
"v0.6.0",
"v0.5.0",
"v0.4.1",
"v0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.11.0
2 changes: 1 addition & 1 deletion src/Datastore/DatastoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class DatastoreClient
use ClientTrait;
use DatastoreTrait;

const VERSION = '1.0.1';
const VERSION = '1.0.2';

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

Expand Down
2 changes: 1 addition & 1 deletion src/Datastore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
2 changes: 1 addition & 1 deletion src/Dlp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
4 changes: 2 additions & 2 deletions src/Dlp/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"minimum-stability": "stable",
"require": {
"ext-grpc": "*",
"google/proto-client": "^0.24",
"google/gax": "^0.24"
"google/proto-client": "^0.25",
"google/gax": "^0.25"
},
"extra": {
"component": {
Expand Down
2 changes: 1 addition & 1 deletion src/ErrorReporting/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0
4 changes: 2 additions & 2 deletions src/ErrorReporting/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"minimum-stability": "stable",
"require": {
"google/cloud-logging": "^1.5.0",
"google/proto-client": "^0.24",
"google/gax": "^0.24"
"google/proto-client": "^0.25",
"google/gax": "^0.25"
},
"suggest": {
"ext-grpc": "the gRPC extension allows more granular control over Error Reporting"
Expand Down
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.6.0';
const VERSION = '0.7.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.6.0
0.7.0
4 changes: 2 additions & 2 deletions src/Language/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"minimum-stability": "stable",
"require": {
"google/cloud-core": "^1.0",
"google/proto-client": "^0.24",
"google/gax": "^0.24"
"google/proto-client": "^0.25",
"google/gax": "^0.25"
},
"suggest": {
"google/cloud-storage": "Analyze documents stored in Google Cloud Storage"
Expand Down
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.5.0';
const VERSION = '1.6.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.5.0
1.6.0
4 changes: 2 additions & 2 deletions src/Logging/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"minimum-stability": "stable",
"require": {
"google/cloud-core": "^1.0",
"google/proto-client": "^0.24",
"google/gax": "^0.24"
"google/proto-client": "^0.25",
"google/gax": "^0.25"
},
"extra": {
"component": {
Expand Down
2 changes: 1 addition & 1 deletion src/Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0
4 changes: 2 additions & 2 deletions src/Monitoring/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"minimum-stability": "stable",
"require": {
"ext-grpc": "*",
"google/proto-client": "^0.24",
"google/gax": "^0.24"
"google/proto-client": "^0.25",
"google/gax": "^0.25"
},
"extra": {
"component": {
Expand Down
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.8.0';
const VERSION = '0.9.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.8.0
0.9.0
4 changes: 2 additions & 2 deletions src/PubSub/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"minimum-stability": "stable",
"require": {
"google/cloud-core": "^1.0",
"google/proto-client": "^0.24",
"google/gax": "^0.24"
"google/proto-client": "^0.25",
"google/gax": "^0.25"
},
"extra": {
"component": {
Expand Down
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.40.0';
const VERSION = '0.41.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.7.0';
const VERSION = '0.8.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.7.0
0.8.0
4 changes: 2 additions & 2 deletions src/Spanner/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"ext-grpc": "*",
"google/cloud-core": "^1.5",
"google/gax": "^0.24",
"google/proto-client": "^0.24"
"google/gax": "^0.25",
"google/proto-client": "^0.25"
},
"extra": {
"component": {
Expand Down
4 changes: 2 additions & 2 deletions src/Speech/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"minimum-stability": "stable",
"require": {
"google/cloud-core": "^1.0",
"google/proto-client": "^0.24",
"google/gax": "^0.24"
"google/proto-client": "^0.25",
"google/gax": "^0.25"
},
"suggest": {
"google/gax": "Required to support gRPC"
Expand Down
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.40.0';
const VERSION = '0.41.0';
}
2 changes: 1 addition & 1 deletion src/VideoIntelligence/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.6.0
4 changes: 2 additions & 2 deletions src/VideoIntelligence/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"minimum-stability": "stable",
"require": {
"ext-grpc": "*",
"google/proto-client": "^0.24",
"google/gax": "^0.24"
"google/proto-client": "^0.25",
"google/gax": "^0.25"
},
"extra": {
"component": {
Expand Down
2 changes: 1 addition & 1 deletion src/Vision/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/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.5.0';
const VERSION = '0.6.0';

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

Expand Down
4 changes: 2 additions & 2 deletions src/Vision/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"minimum-stability": "stable",
"require": {
"google/cloud-core": "^1.0",
"google/proto-client": "^0.24",
"google/gax": "^0.24"
"google/proto-client": "^0.25",
"google/gax": "^0.25"
},
"suggest": {
"google/cloud-storage": "Annotate images stored in Google Cloud Storage"
Expand Down

0 comments on commit 92c57bf

Please sign in to comment.