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

Release Google.Maps.FleetEngine.Delivery.V1 version 2.2.0 #14378

Merged
merged 1 commit into from
Mar 3, 2025
Merged
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.1.0</Version>
<Version>2.2.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Maps Fleet Engine Delivery API (v1), which enables access to Deliveries Solutions.</Description>
Expand Down
15 changes: 15 additions & 0 deletions apis/Google.Maps.FleetEngine.Delivery.V1/docs/history.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down