Skip to content

Commit

Permalink
Release Google.Maps.FleetEngine.V1 version 2.0.0 (#12714)
Browse files Browse the repository at this point in the history
Changes in this release:

### Bug fixes

- **BREAKING CHANGE** An existing method `UpdateVehicleLocation` is removed from service `VehicleService` ([commit 496dd3b](https://togithub.com/googleapis/google-cloud-dotnet/commit/496dd3bcf1b991365da65af8d198622df23a4d46))
- **BREAKING CHANGE** An existing method `SearchFuzzedVehicles` is removed from service `VehicleService` ([commit 496dd3b](https://togithub.com/googleapis/google-cloud-dotnet/commit/496dd3bcf1b991365da65af8d198622df23a4d46))
- **BREAKING CHANGE** An existing message `UpdateVehicleLocationRequest` is removed ([commit 496dd3b](https://togithub.com/googleapis/google-cloud-dotnet/commit/496dd3bcf1b991365da65af8d198622df23a4d46))

### New features

- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://togithub.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))
  • Loading branch information
jskeet committed May 8, 2024
1 parent 496dd3b commit 60abec6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.3.0</Version>
<Version>2.0.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Maps Fleet Engine API (v1), which enables access to On Demand Rides and Deliveries and Last Mile Fleet Solutions.</Description>
Expand Down
12 changes: 12 additions & 0 deletions apis/Google.Maps.FleetEngine.V1/docs/history.md
@@ -1,5 +1,17 @@
# Version history

## Version 2.0.0, released 2024-05-08

### Bug fixes

- **BREAKING CHANGE** An existing method `UpdateVehicleLocation` is removed from service `VehicleService` ([commit 496dd3b](https://github.com/googleapis/google-cloud-dotnet/commit/496dd3bcf1b991365da65af8d198622df23a4d46))
- **BREAKING CHANGE** An existing method `SearchFuzzedVehicles` is removed from service `VehicleService` ([commit 496dd3b](https://github.com/googleapis/google-cloud-dotnet/commit/496dd3bcf1b991365da65af8d198622df23a4d46))
- **BREAKING CHANGE** An existing message `UpdateVehicleLocationRequest` is removed ([commit 496dd3b](https://github.com/googleapis/google-cloud-dotnet/commit/496dd3bcf1b991365da65af8d198622df23a4d46))

### New features

- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](https://github.com/googleapis/google-cloud-dotnet/commit/022fab203f28fb9c608972af7f8b83f571ae5694))

## Version 1.3.0, released 2024-03-27

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Expand Up @@ -5562,7 +5562,7 @@
},
{
"id": "Google.Maps.FleetEngine.V1",
"version": "1.3.0",
"version": "2.0.0",
"type": "grpc",
"productName": "Local Rides and Deliveries",
"productUrl": "https://developers.google.com/maps/documentation/transportation-logistics/mobility",
Expand Down

0 comments on commit 60abec6

Please sign in to comment.