From b11852c3e3650c53798da4d0fe2a6ed955459cb3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:32:48 +0000 Subject: [PATCH] chore(main): release 0.261.0 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++ Dataproc/VERSION | 2 +- MapsRouteOptimization/VERSION | 2 +- PubSub/VERSION | 2 +- PubSub/src/PubSubClient.php | 2 +- composer.json | 6 ++--- 6 files changed, 52 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 346cf361a5b6..efaa09ebc10e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,50 @@ # Changelog +## 0.261.0 + +
google/cloud-dataproc 2.1.0 + + + +### Features + +* Add support for Spark Connect sessions in Dataproc Serverless for Spark ([#7700](https://github.com/googleapis/google-cloud-php/issues/7700)) ([c2d140b](https://github.com/googleapis/google-cloud-php/commit/c2d140b25f3545a7a8df2cf164318840b6dc1da3)) + + +### Documentation + +* Update docs for `filter` field in `ListSessionsRequest` ([c2d140b](https://github.com/googleapis/google-cloud-php/commit/c2d140b25f3545a7a8df2cf164318840b6dc1da3)) + +
+ +
google/maps-routeoptimization 0.3.0 + + + +### Features + +* A new field `route_token` is added to message `.google.maps.routeoptimization.v1.ShipmentRoute.Transition` ([b5ce71d](https://github.com/googleapis/google-cloud-php/commit/b5ce71d508b32ae01a2602c2fb9f09a017be7f53)) +* Add support for generating route tokens ([#7694](https://github.com/googleapis/google-cloud-php/issues/7694)) ([b5ce71d](https://github.com/googleapis/google-cloud-php/commit/b5ce71d508b32ae01a2602c2fb9f09a017be7f53)) + + +### Documentation + +* A comment for field `code` in message `.google.maps.routeoptimization.v1.OptimizeToursValidationError` is changed ([b5ce71d](https://github.com/googleapis/google-cloud-php/commit/b5ce71d508b32ae01a2602c2fb9f09a017be7f53)) +* A comment for field `populate_transition_polylines` in message `.google.maps.routeoptimization.v1.OptimizeToursRequest` is changed ([b5ce71d](https://github.com/googleapis/google-cloud-php/commit/b5ce71d508b32ae01a2602c2fb9f09a017be7f53)) +* A comment for method `BatchOptimizeTours` in service `RouteOptimization` is changed ([b5ce71d](https://github.com/googleapis/google-cloud-php/commit/b5ce71d508b32ae01a2602c2fb9f09a017be7f53)) + +
+ +
google/cloud-pubsub 2.7.0 + + + +### Features + +* Add ingestion Cloud Storage fields and Platform Logging fields to Topic ([#7699](https://github.com/googleapis/google-cloud-php/issues/7699)) ([e3a138c](https://github.com/googleapis/google-cloud-php/commit/e3a138c9f90b3439a9577ad0e9e308a392e78f96)) + +
+ ## 0.260.0
google/cloud-ai-platform 1.7.0 diff --git a/Dataproc/VERSION b/Dataproc/VERSION index 227cea215648..7ec1d6db4087 100644 --- a/Dataproc/VERSION +++ b/Dataproc/VERSION @@ -1 +1 @@ -2.0.0 +2.1.0 diff --git a/MapsRouteOptimization/VERSION b/MapsRouteOptimization/VERSION index 0ea3a944b399..0d91a54c7d43 100644 --- a/MapsRouteOptimization/VERSION +++ b/MapsRouteOptimization/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0 diff --git a/PubSub/VERSION b/PubSub/VERSION index e70b4523ae7f..24ba9a38de68 100644 --- a/PubSub/VERSION +++ b/PubSub/VERSION @@ -1 +1 @@ -2.6.0 +2.7.0 diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php index a80174835068..938d05cfc093 100644 --- a/PubSub/src/PubSubClient.php +++ b/PubSub/src/PubSubClient.php @@ -99,7 +99,7 @@ class PubSubClient use ApiHelperTrait; use ClientOptionsTrait; - const VERSION = '2.6.0'; + const VERSION = '2.7.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/composer.json b/composer.json index 391e3b7e1aef..fe277b158019 100644 --- a/composer.json +++ b/composer.json @@ -129,7 +129,7 @@ "google/cloud-dataform": "0.4.5", "google/cloud-datalabeling": "0.5.5", "google/cloud-dataplex": "1.0.0", - "google/cloud-dataproc": "2.0.0", + "google/cloud-dataproc": "2.1.0", "google/cloud-dataproc-metastore": "1.0.0", "google/cloud-datastore": "1.29.2", "google/cloud-datastore-admin": "1.0.0", @@ -191,7 +191,7 @@ "google/cloud-private-catalog": "0.4.4", "google/cloud-privilegedaccessmanager": "0.1.0", "google/cloud-profiler": "2.0.0", - "google/cloud-pubsub": "2.6.0", + "google/cloud-pubsub": "2.7.0", "google/cloud-quotas": "1.0.0", "google/cloud-rapidmigrationassessment": "1.0.0", "google/cloud-recaptcha-enterprise": "1.15.0", @@ -248,7 +248,7 @@ "google/longrunning": "0.4.3", "google/maps-fleetengine": "0.1.3", "google/maps-fleetengine-delivery": "0.1.5", - "google/maps-routeoptimization": "0.2.0", + "google/maps-routeoptimization": "0.3.0", "google/shopping-common-protos": "0.4.0", "google/shopping-css": "0.2.9", "google/shopping-merchant-accounts": "0.1.0",