Skip to content

Commit

Permalink
chore(main): release 0.261.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Sep 26, 2024
1 parent e3a138c commit 8e8fd44
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 5 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 0.261.0

<details><summary>google/maps-routeoptimization 0.3.0</summary>



### 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))

</details>

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



### 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))

</details>

## 0.260.0

<details><summary>google/cloud-ai-platform 1.7.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion MapsRouteOptimization/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0
2 changes: 1 addition & 1 deletion PubSub/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
2.7.0
2 changes: 1 addition & 1 deletion PubSub/src/PubSubClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 8e8fd44

Please sign in to comment.