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

chore(main): release 0.273.0 #8031

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion AiPlatform/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.0
1.15.0
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,66 @@
# Changelog

## 0.273.0

<details><summary>google/cloud-ai-platform 1.15.0</summary>



### Features

* Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to message `.google.cloud.aiplatform.v1.NotebookRuntime` ([#8023](https://github.com/googleapis/google-cloud-php/issues/8023)) ([cb06b79](https://github.com/googleapis/google-cloud-php/commit/cb06b792a93c262a7a15d66cca43cf9bd96e8a48))


### Documentation

* Deprecate `is_default` in message `.google.cloud.aiplatform.v1.NotebookRuntimeTemplate` ([cb06b79](https://github.com/googleapis/google-cloud-php/commit/cb06b792a93c262a7a15d66cca43cf9bd96e8a48))
* Deprecate `service_account` in message `.google.cloud.aiplatform.v1.NotebookRuntime` ([cb06b79](https://github.com/googleapis/google-cloud-php/commit/cb06b792a93c262a7a15d66cca43cf9bd96e8a48))
* Deprecate `service_account` in message `.google.cloud.aiplatform.v1.NotebookRuntimeTemplate` ([cb06b79](https://github.com/googleapis/google-cloud-php/commit/cb06b792a93c262a7a15d66cca43cf9bd96e8a48))

</details>

<details><summary>google/cloud-datastream 2.2.0</summary>



### Features

* A new field `ssl_config` is added to message `.google.cloud.datastream.v1.PostgresqlProfile` ([#8027](https://github.com/googleapis/google-cloud-php/issues/8027)) ([33d74cb](https://github.com/googleapis/google-cloud-php/commit/33d74cb4fe3b2619a3567c66cbcf45b668f7a72c))
* A new message `PostgresqlSslConfig` is added ([33d74cb](https://github.com/googleapis/google-cloud-php/commit/33d74cb4fe3b2619a3567c66cbcf45b668f7a72c))


### Documentation

* A comment for field `name` in message `.google.cloud.datastream.v1.ConnectionProfile` is changed ([33d74cb](https://github.com/googleapis/google-cloud-php/commit/33d74cb4fe3b2619a3567c66cbcf45b668f7a72c))
* A comment for field `name` in message `.google.cloud.datastream.v1.PrivateConnection` is changed ([33d74cb](https://github.com/googleapis/google-cloud-php/commit/33d74cb4fe3b2619a3567c66cbcf45b668f7a72c))
* A comment for field `name` in message `.google.cloud.datastream.v1.Route` is changed ([33d74cb](https://github.com/googleapis/google-cloud-php/commit/33d74cb4fe3b2619a3567c66cbcf45b668f7a72c))
* A comment for field `name` in message `.google.cloud.datastream.v1.Stream` is changed ([33d74cb](https://github.com/googleapis/google-cloud-php/commit/33d74cb4fe3b2619a3567c66cbcf45b668f7a72c))
* A comment for field `name` in message `.google.cloud.datastream.v1.StreamObject` is changed ([33d74cb](https://github.com/googleapis/google-cloud-php/commit/33d74cb4fe3b2619a3567c66cbcf45b668f7a72c))
* A comment for field `password` in message `.google.cloud.datastream.v1.OracleAsmConfig` is changed ([33d74cb](https://github.com/googleapis/google-cloud-php/commit/33d74cb4fe3b2619a3567c66cbcf45b668f7a72c))
* A comment for message `OracleAsmConfig` is changed ([33d74cb](https://github.com/googleapis/google-cloud-php/commit/33d74cb4fe3b2619a3567c66cbcf45b668f7a72c))

</details>

<details><summary>google/cloud-pubsub 2.9.1</summary>



### Bug Fixes

* Add SERVICE_NAME constant to pubsub client ([#8026](https://github.com/googleapis/google-cloud-php/issues/8026)) ([2747d8e](https://github.com/googleapis/google-cloud-php/commit/2747d8e1b41056221f4346d63285cd7642124010))

</details>

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



### Documentation

* Fix typo timzeone -&gt; timezone ([#8028](https://github.com/googleapis/google-cloud-php/issues/8028)) ([089b0b3](https://github.com/googleapis/google-cloud-php/commit/089b0b33cd8e25dda5a6e87dfc6eca6a264621bd))

</details>

## 0.272.0

<details><summary>google/cloud-ai-platform 1.14.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Datastream/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.2.0
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.0
2.9.1
2 changes: 1 addition & 1 deletion PubSub/src/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class PubSubClient
use ApiHelperTrait;
use ClientOptionsTrait;

const VERSION = '2.9.0';
const VERSION = '2.9.1';

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

Expand Down
2 changes: 1 addition & 1 deletion Spanner/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.92.0
1.92.1
2 changes: 1 addition & 1 deletion Spanner/src/SpannerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;

const VERSION = '1.92.0';
const VERSION = '1.92.1';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"google/apps-meet": "0.2.5",
"google/cloud-access-approval": "2.0.3",
"google/cloud-advisorynotifications": "1.0.2",
"google/cloud-ai-platform": "1.14.0",
"google/cloud-ai-platform": "1.15.0",
"google/cloud-alloydb": "1.1.2",
"google/cloud-api-gateway": "2.0.2",
"google/cloud-api-keys": "1.0.3",
Expand Down Expand Up @@ -133,7 +133,7 @@
"google/cloud-dataproc-metastore": "1.0.2",
"google/cloud-datastore": "1.32.2",
"google/cloud-datastore-admin": "1.0.2",
"google/cloud-datastream": "2.1.1",
"google/cloud-datastream": "2.2.0",
"google/cloud-debugger": "1.9.3",
"google/cloud-deploy": "1.5.1",
"google/cloud-developerconnect": "0.2.1",
Expand Down Expand Up @@ -193,7 +193,7 @@
"google/cloud-private-catalog": "0.5.0",
"google/cloud-privilegedaccessmanager": "0.1.3",
"google/cloud-profiler": "2.0.2",
"google/cloud-pubsub": "2.9.0",
"google/cloud-pubsub": "2.9.1",
"google/cloud-quotas": "1.2.0",
"google/cloud-rapidmigrationassessment": "1.0.2",
"google/cloud-recaptcha-enterprise": "2.0.0",
Expand All @@ -218,7 +218,7 @@
"google/cloud-service-usage": "2.0.2",
"google/cloud-servicehealth": "0.2.2",
"google/cloud-shell": "2.0.3",
"google/cloud-spanner": "1.92.0",
"google/cloud-spanner": "1.92.1",
"google/cloud-speech": "1.20.0",
"google/cloud-sql-admin": "1.2.2",
"google/cloud-storage": "1.46.0",
Expand Down
Loading