Skip to content

Commit

Permalink
chore(main): release 0.196.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 15, 2022
1 parent 7a64696 commit 50afe29
Show file tree
Hide file tree
Showing 16 changed files with 97 additions and 21 deletions.
68 changes: 68 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,73 @@
# Changelog

## 0.196.0

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



### Features

* Add support for Monolog 3.x ([#5334](https://github.com/googleapis/google-cloud-php/issues/5334)) ([6ad6bc3](https://github.com/googleapis/google-cloud-php/commit/6ad6bc3249e8ce5d95f8e40021254565fcf8f8a4))

</details>

<details><summary>google/cloud-debugger 1.4.13</summary>



</details>

<details><summary>google/cloud-logging 1.25.0</summary>



### Features

* Add support for Monolog 3.x ([#5334](https://github.com/googleapis/google-cloud-php/issues/5334)) ([6ad6bc3](https://github.com/googleapis/google-cloud-php/commit/6ad6bc3249e8ce5d95f8e40021254565fcf8f8a4))

</details>

<details><summary>google/cloud-scheduler 1.7.0</summary>



### Features

* [Scheduler] add location RPCs / legacy_app_engine_cron option ([#5705](https://github.com/googleapis/google-cloud-php/issues/5705)) ([cc7b7ad](https://github.com/googleapis/google-cloud-php/commit/cc7b7ad251d5da9e739be678f3c5dbdac81e367e))

</details>

<details><summary>google/cloud-security-center 1.14.0</summary>



### Features

* [SecurityCenter] add user_name field to the finding access ([#5706](https://github.com/googleapis/google-cloud-php/issues/5706)) ([01ae6f7](https://github.com/googleapis/google-cloud-php/commit/01ae6f76e1a144e410fbc4d1543a0761a579de9b))

</details>

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



### Features

* **Spanner:** FGAC support ([#5642](https://github.com/googleapis/google-cloud-php/issues/5642)) ([0f25677](https://github.com/googleapis/google-cloud-php/commit/0f25677e0654d2633fba5b7936edcc917083a47e))

</details>

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



### Bug Fixes

* **Storage:** Fix System\StreamWrapper\ImageTest ([#5695](https://github.com/googleapis/google-cloud-php/issues/5695)) ([36cc50c](https://github.com/googleapis/google-cloud-php/commit/36cc50cd9968a8730eba97a996ca97a3af52e6f6))

</details>

## 0.195.0

<details><summary>google/cloud-access-approval 1.0.1</summary>
Expand Down
2 changes: 1 addition & 1 deletion Core/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.48.1
1.49.0
2 changes: 1 addition & 1 deletion Debugger/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.12
1.4.13
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 = '1.4.12';
const VERSION = '1.4.13';

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 Logging/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.10
1.25.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.24.10';
const VERSION = '1.25.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 Scheduler/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.8
1.7.0
2 changes: 1 addition & 1 deletion SecurityCenter/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.1
1.14.0
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.54.2
1.55.0
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.54.2';
const VERSION = '1.55.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 Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.30.1
1.30.2
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.30.1';
const VERSION = '1.30.2';

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 @@ -73,7 +73,7 @@
},
"conflict": {
"psr/log": ">=3"
},
},
"replace": {
"google/access-context-manager": "0.3.1",
"google/analytics-admin": "0.8.1",
Expand Down Expand Up @@ -117,7 +117,7 @@
"google/cloud-contact-center-insights": "1.0.1",
"google/cloud-container": "1.9.1",
"google/cloud-container-analysis": "0.2.8",
"google/cloud-core": "1.48.1",
"google/cloud-core": "1.49.0",
"google/cloud-data-catalog": "1.3.7",
"google/cloud-data-fusion": "0.2.7",
"google/cloud-dataflow": "0.3.6",
Expand All @@ -129,7 +129,7 @@
"google/cloud-datastore": "1.17.1",
"google/cloud-datastore-admin": "0.5.4",
"google/cloud-datastream": "1.0.1",
"google/cloud-debugger": "1.4.12",
"google/cloud-debugger": "1.4.13",
"google/cloud-deploy": "0.3.2",
"google/cloud-dialogflow": "1.0.1",
"google/cloud-dlp": "1.8.1",
Expand Down Expand Up @@ -157,7 +157,7 @@
"google/cloud-kms": "1.15.1",
"google/cloud-language": "0.28.1",
"google/cloud-life-sciences": "0.3.1",
"google/cloud-logging": "1.24.10",
"google/cloud-logging": "1.25.0",
"google/cloud-managed-identities": "1.0.1",
"google/cloud-media-translation": "0.2.8",
"google/cloud-memcache": "1.0.1",
Expand All @@ -183,20 +183,20 @@
"google/cloud-resource-settings": "1.0.1",
"google/cloud-retail": "1.0.1",
"google/cloud-run": "0.3.1",
"google/cloud-scheduler": "1.6.8",
"google/cloud-scheduler": "1.7.0",
"google/cloud-secret-manager": "1.9.7",
"google/cloud-security-center": "1.13.1",
"google/cloud-security-center": "1.14.0",
"google/cloud-security-private-ca": "1.0.1",
"google/cloud-security-public-ca": "0.1.2",
"google/cloud-service-control": "1.0.1",
"google/cloud-service-directory": "1.0.1",
"google/cloud-service-management": "1.0.1",
"google/cloud-service-usage": "1.0.1",
"google/cloud-shell": "1.0.1",
"google/cloud-spanner": "1.54.2",
"google/cloud-spanner": "1.55.0",
"google/cloud-speech": "1.8.0",
"google/cloud-sql-admin": "0.2.7",
"google/cloud-storage": "1.30.1",
"google/cloud-storage": "1.30.2",
"google/cloud-storage-transfer": "1.0.1",
"google/cloud-talent": "1.0.1",
"google/cloud-tasks": "1.11.7",
Expand Down
8 changes: 8 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.196.0",
"v0.195.0",
"v0.194.0",
"v0.193.0",
Expand Down Expand Up @@ -1187,6 +1188,7 @@
"name": "google/cloud-core",
"defaultService": "core/servicebuilder",
"versions": [
"v1.49.0",
"v1.48.1",
"v1.48.0",
"v1.47.4",
Expand Down Expand Up @@ -1625,6 +1627,7 @@
"name": "google/cloud-debugger",
"defaultService": "debugger/debuggerclient",
"versions": [
"v1.4.13",
"v1.4.12",
"v1.4.11",
"v1.4.10",
Expand Down Expand Up @@ -2591,6 +2594,7 @@
"name": "google/cloud-logging",
"defaultService": "logging/loggingclient",
"versions": [
"v1.25.0",
"v1.24.10",
"v1.24.9",
"v1.24.8",
Expand Down Expand Up @@ -3448,6 +3452,7 @@
"name": "google/cloud-scheduler",
"defaultService": "scheduler/readme",
"versions": [
"v1.7.0",
"v1.6.8",
"v1.6.7",
"v1.6.6",
Expand Down Expand Up @@ -3520,6 +3525,7 @@
"name": "google/cloud-security-center",
"defaultService": "securitycenter/readme",
"versions": [
"v1.14.0",
"v1.13.1",
"v1.13.0",
"v1.12.0",
Expand Down Expand Up @@ -3711,6 +3717,7 @@
"name": "google/cloud-spanner",
"defaultService": "spanner/spannerclient",
"versions": [
"v1.55.0",
"v1.54.2",
"v1.54.1",
"v1.54.0",
Expand Down Expand Up @@ -3947,6 +3954,7 @@
"name": "google/cloud-storage",
"defaultService": "storage/storageclient",
"versions": [
"v1.30.2",
"v1.30.1",
"v1.30.0",
"v1.29.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.195.0';
const VERSION = '0.196.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.195.0';
const VERSION = '0.196.0';
}

0 comments on commit 50afe29

Please sign in to comment.