Skip to content

Commit

Permalink
chore(main): release 0.178.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Apr 22, 2022
1 parent de741e7 commit a61879f
Show file tree
Hide file tree
Showing 17 changed files with 113 additions and 22 deletions.
2 changes: 1 addition & 1 deletion BigQuery/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.4
1.23.5
2 changes: 1 addition & 1 deletion BigQuery/src/BigQueryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class BigQueryClient
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
}

const VERSION = '1.23.4';
const VERSION = '1.23.5';

const MAX_DELAY_MICROSECONDS = 32000000;

Expand Down
2 changes: 1 addition & 1 deletion Build/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.3.0
82 changes: 82 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,87 @@
# Changelog

## 0.178.0

<details><summary>google/cloud-bigquery 1.23.5</summary>



### Miscellaneous Chores

* add presubmit and continuous kokoro tests ([#5229](https://github.com/googleapis/google-cloud-php/issues/5229)) ([edce5c0](https://github.com/googleapis/google-cloud-php/commit/edce5c0296a0e8308b00a29376ad63a11f5472e4))

</details>

<details><summary>google/cloud-build 0.3.0</summary>



### Features

* [Build] Add field `check_preceding_lifecycle_events_present` to PublishBuildToolEventStreamRequest and PublishLifecycleEventRequest proto messages ([#5220](https://github.com/googleapis/google-cloud-php/issues/5220)) ([0bb44a5](https://github.com/googleapis/google-cloud-php/commit/0bb44a5d5052fa7b3837ad34caa62f0e068ca1c4))

</details>

<details><summary>google/cloud-core 1.44.3</summary>



### Miscellaneous Chores

* add presubmit and continuous kokoro tests ([#5229](https://github.com/googleapis/google-cloud-php/issues/5229)) ([edce5c0](https://github.com/googleapis/google-cloud-php/commit/edce5c0296a0e8308b00a29376ad63a11f5472e4))

</details>

<details><summary>google/cloud-eventarc-publishing 0.2.0</summary>



### Features

* [EventarcPublishing] Add publishing methods for channel resources ([#5226](https://github.com/googleapis/google-cloud-php/issues/5226)) ([3b9605f](https://github.com/googleapis/google-cloud-php/commit/3b9605ff5d84545c327675be0d9ed4ed8d5b7bbe))

</details>

<details><summary>google/cloud-firestore 1.21.2</summary>



### Miscellaneous Chores

* add presubmit and continuous kokoro tests ([#5229](https://github.com/googleapis/google-cloud-php/issues/5229)) ([edce5c0](https://github.com/googleapis/google-cloud-php/commit/edce5c0296a0e8308b00a29376ad63a11f5472e4))

</details>

<details><summary>google/cloud-monitoring 1.1.2</summary>



### Bug Fixes

* add back projectName methods for monitoring clients ([#5219](https://github.com/googleapis/google-cloud-php/issues/5219)) ([de741e7](https://github.com/googleapis/google-cloud-php/commit/de741e74534295129253affa8a714fe8c2a4da24))

</details>

<details><summary>google/cloud-spanner 1.48.2</summary>



### Miscellaneous Chores

* add presubmit and continuous kokoro tests ([#5229](https://github.com/googleapis/google-cloud-php/issues/5229)) ([edce5c0](https://github.com/googleapis/google-cloud-php/commit/edce5c0296a0e8308b00a29376ad63a11f5472e4))

</details>

<details><summary>google/cloud-storage 1.26.3</summary>



### Documentation

* Document dual-region bucket support ([bebe078](https://github.com/googleapis/google-cloud-php/commit/bebe078a938b80c7c5d3e7857b03d87fef279ce2))

</details>

## 0.177.0

<details><summary>google/cloud-bigquery 1.23.4</summary>
Expand Down
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.44.2
1.44.3
2 changes: 1 addition & 1 deletion EventarcPublishing/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.2.0
2 changes: 1 addition & 1 deletion Firestore/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.1
1.21.2
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.21.1';
const VERSION = '1.21.2';

const DEFAULT_DATABASE = '(default)';

Expand Down
2 changes: 1 addition & 1 deletion Monitoring/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.48.1
1.48.2
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.48.1';
const VERSION = '1.48.2';

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 Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.26.2
1.26.3
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.26.2';
const VERSION = '1.26.3';

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
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"google/cloud-asset": "1.6.5",
"google/cloud-assured-workloads": "0.5.1",
"google/cloud-automl": "1.4.4",
"google/cloud-bigquery": "1.23.4",
"google/cloud-bigquery": "1.23.5",
"google/cloud-bigquery-connection": "0.6.0",
"google/cloud-bigquery-reservation": "0.5.1",
"google/cloud-bigquery-storage": "1.2.3",
Expand All @@ -92,15 +92,15 @@
"google/cloud-billing": "1.3.4",
"google/cloud-billing-budgets": "0.2.5",
"google/cloud-binary-authorization": "0.4.1",
"google/cloud-build": "0.2.1",
"google/cloud-build": "0.3.0",
"google/cloud-certificate-manager": "0.1.1",
"google/cloud-channel": "0.6.2",
"google/cloud-common-protos": "0.3.2",
"google/cloud-compute": "1.0.1",
"google/cloud-contact-center-insights": "0.2.2",
"google/cloud-container": "1.6.1",
"google/cloud-container-analysis": "0.1.5",
"google/cloud-core": "1.44.2",
"google/cloud-core": "1.44.3",
"google/cloud-data-catalog": "1.2.0",
"google/cloud-data-fusion": "0.2.1",
"google/cloud-dataflow": "0.3.0",
Expand All @@ -120,9 +120,9 @@
"google/cloud-error-reporting": "0.19.0",
"google/cloud-essential-contacts": "0.2.3",
"google/cloud-eventarc": "0.2.0",
"google/cloud-eventarc-publishing": "0.1.0",
"google/cloud-eventarc-publishing": "0.2.0",
"google/cloud-filestore": "0.1.2",
"google/cloud-firestore": "1.21.1",
"google/cloud-firestore": "1.21.2",
"google/cloud-functions": "0.2.0",
"google/cloud-game-servers": "0.4.1",
"google/cloud-gke-connect-gateway": "0.1.3",
Expand All @@ -138,7 +138,7 @@
"google/cloud-managed-identities": "0.2.0",
"google/cloud-media-translation": "0.2.3",
"google/cloud-memcache": "0.5.3",
"google/cloud-monitoring": "1.1.1",
"google/cloud-monitoring": "1.1.2",
"google/cloud-network-connectivity": "0.2.0",
"google/cloud-network-management": "0.1.3",
"google/cloud-network-security": "0.2.0",
Expand Down Expand Up @@ -167,10 +167,10 @@
"google/cloud-service-management": "0.2.4",
"google/cloud-service-usage": "0.2.2",
"google/cloud-shell": "0.1.2",
"google/cloud-spanner": "1.48.1",
"google/cloud-spanner": "1.48.2",
"google/cloud-speech": "1.5.0",
"google/cloud-sql-admin": "0.2.0",
"google/cloud-storage": "1.26.2",
"google/cloud-storage": "1.26.3",
"google/cloud-storage-transfer": "0.1.3",
"google/cloud-talent": "0.16.3",
"google/cloud-tasks": "1.10.0",
Expand Down
9 changes: 9 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": "servicebuilder",
"versions": [
"v0.178.0",
"v0.177.0",
"v0.176.0",
"v0.175.0",
Expand Down Expand Up @@ -454,6 +455,7 @@
"name": "google/cloud-bigquery",
"defaultService": "bigquery/bigqueryclient",
"versions": [
"v1.23.5",
"v1.23.4",
"v1.23.3",
"v1.23.2",
Expand Down Expand Up @@ -779,6 +781,7 @@
"name": "google/cloud-build",
"defaultService": "build/readme",
"versions": [
"v0.3.0",
"v0.2.1",
"v0.2.0",
"v0.1.1",
Expand Down Expand Up @@ -943,6 +946,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.44.3",
"v1.44.2",
"v1.44.1",
"v1.44.0",
Expand Down Expand Up @@ -1625,6 +1629,7 @@
"name": "google/cloud-eventarc-publishing",
"defaultService": "eventarcpublishing/readme",
"versions": [
"v0.2.0",
"v0.1.0",
"main"
]
Expand All @@ -1645,6 +1650,7 @@
"name": "google/cloud-firestore",
"defaultService": "firestore/firestoreclient",
"versions": [
"v1.21.2",
"v1.21.1",
"v1.21.0",
"v1.20.4",
Expand Down Expand Up @@ -2139,6 +2145,7 @@
"name": "google/cloud-monitoring",
"defaultService": "monitoring/readme",
"versions": [
"v1.1.2",
"v1.1.1",
"v1.1.0",
"v1.0.4",
Expand Down Expand Up @@ -2854,6 +2861,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.48.2",
"v1.48.1",
"v1.48.0",
"v1.47.0",
Expand Down Expand Up @@ -3061,6 +3069,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v1.26.3",
"v1.26.2",
"v1.26.1",
"v1.26.0",
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.177.0';
const VERSION = '0.178.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.177.0';
const VERSION = '0.178.0';
}

0 comments on commit a61879f

Please sign in to comment.