From 9e364c16f89cf4e5928f04c628f36c1965fc8c32 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Mon, 3 Mar 2025 13:43:44 +0000 Subject: [PATCH] Release Google.Maps.FleetEngine.Delivery.V1 version 2.2.0 Changes in this release: ### New features - Added Fleet Engine Delete APIs ([commit cac2084](https://github.com/googleapis/google-cloud-dotnet/commit/cac2084441145afce9db04966a108f3a058593ae)) - A new field `past_locations` is added to message `.maps.fleetengine.delivery.v1.DeliveryVehicle` ([commit a7863c7](https://github.com/googleapis/google-cloud-dotnet/commit/a7863c77477b062918f45c0928f453d24d42ff82)) - A new field `past_locations` is added to message `.maps.fleetengine.v1.Vehicle` ([commit a7863c7](https://github.com/googleapis/google-cloud-dotnet/commit/a7863c77477b062918f45c0928f453d24d42ff82)) ### Documentation improvements - Updated documentation for field `task` in message `.maps.fleetengine.delivery.v1.CreateTaskRequest` to clarify certain fields can be optionally set. ([commit a7863c7](https://github.com/googleapis/google-cloud-dotnet/commit/a7863c77477b062918f45c0928f453d24d42ff82)) - Update comment link for ListTasks filter ([commit 5970dc3](https://github.com/googleapis/google-cloud-dotnet/commit/5970dc352347ca721bb71a88cdc7b9f4f64c5d48)) - Document that delivery_vehicle.type can be set on CreateDeliveryVehicle ([commit 658fd07](https://github.com/googleapis/google-cloud-dotnet/commit/658fd07382a9af2e1a3a55e5c8fa75f955efe20b)) - Clarify behavior of UpdateDeliveryVehicle ([commit 4acca65](https://github.com/googleapis/google-cloud-dotnet/commit/4acca6552767fe47081ef563ac9c570a43970631)) --- .../Google.Maps.FleetEngine.Delivery.V1.csproj | 2 +- .../docs/history.md | 15 +++++++++++++++ generator-input/apis.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/apis/Google.Maps.FleetEngine.Delivery.V1/Google.Maps.FleetEngine.Delivery.V1/Google.Maps.FleetEngine.Delivery.V1.csproj b/apis/Google.Maps.FleetEngine.Delivery.V1/Google.Maps.FleetEngine.Delivery.V1/Google.Maps.FleetEngine.Delivery.V1.csproj index 79880388a07a..f8c78c4462de 100644 --- a/apis/Google.Maps.FleetEngine.Delivery.V1/Google.Maps.FleetEngine.Delivery.V1/Google.Maps.FleetEngine.Delivery.V1.csproj +++ b/apis/Google.Maps.FleetEngine.Delivery.V1/Google.Maps.FleetEngine.Delivery.V1/Google.Maps.FleetEngine.Delivery.V1.csproj @@ -1,7 +1,7 @@  - 2.1.0 + 2.2.0 netstandard2.0;net462 true Recommended Google client library to access the Google Maps Fleet Engine Delivery API (v1), which enables access to Deliveries Solutions. diff --git a/apis/Google.Maps.FleetEngine.Delivery.V1/docs/history.md b/apis/Google.Maps.FleetEngine.Delivery.V1/docs/history.md index 535b505bddb3..b8e2c8ff38e8 100644 --- a/apis/Google.Maps.FleetEngine.Delivery.V1/docs/history.md +++ b/apis/Google.Maps.FleetEngine.Delivery.V1/docs/history.md @@ -1,5 +1,20 @@ # Version history +## Version 2.2.0, released 2025-03-03 + +### New features + +- Added Fleet Engine Delete APIs ([commit cac2084](https://github.com/googleapis/google-cloud-dotnet/commit/cac2084441145afce9db04966a108f3a058593ae)) +- A new field `past_locations` is added to message `.maps.fleetengine.delivery.v1.DeliveryVehicle` ([commit a7863c7](https://github.com/googleapis/google-cloud-dotnet/commit/a7863c77477b062918f45c0928f453d24d42ff82)) +- A new field `past_locations` is added to message `.maps.fleetengine.v1.Vehicle` ([commit a7863c7](https://github.com/googleapis/google-cloud-dotnet/commit/a7863c77477b062918f45c0928f453d24d42ff82)) + +### Documentation improvements + +- Updated documentation for field `task` in message `.maps.fleetengine.delivery.v1.CreateTaskRequest` to clarify certain fields can be optionally set. ([commit a7863c7](https://github.com/googleapis/google-cloud-dotnet/commit/a7863c77477b062918f45c0928f453d24d42ff82)) +- Update comment link for ListTasks filter ([commit 5970dc3](https://github.com/googleapis/google-cloud-dotnet/commit/5970dc352347ca721bb71a88cdc7b9f4f64c5d48)) +- Document that delivery_vehicle.type can be set on CreateDeliveryVehicle ([commit 658fd07](https://github.com/googleapis/google-cloud-dotnet/commit/658fd07382a9af2e1a3a55e5c8fa75f955efe20b)) +- Clarify behavior of UpdateDeliveryVehicle ([commit 4acca65](https://github.com/googleapis/google-cloud-dotnet/commit/4acca6552767fe47081ef563ac9c570a43970631)) + ## Version 2.1.0, released 2024-06-04 ### Documentation improvements diff --git a/generator-input/apis.json b/generator-input/apis.json index 3adf8e3b272a..4e1799c1cbd8 100644 --- a/generator-input/apis.json +++ b/generator-input/apis.json @@ -6066,7 +6066,7 @@ }, { "id": "Google.Maps.FleetEngine.Delivery.V1", - "version": "2.1.0", + "version": "2.2.0", "type": "grpc", "productName": "Last Mile Fleet Solution Delivery", "productUrl": "https://developers.google.com/maps/documentation/transportation-logistics/mobility",