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 14, 2022
1 parent 01ae6f7 commit 59e6b01
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 14 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# 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-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-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 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 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
10 changes: 5 additions & 5 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 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 Down Expand Up @@ -193,10 +193,10 @@
"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
5 changes: 5 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 @@ -2591,6 +2593,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 @@ -3711,6 +3714,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 +3951,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 59e6b01

Please sign in to comment.