diff --git a/apis/Google.Maps.FleetEngine.V1/Google.Maps.FleetEngine.V1/Google.Maps.FleetEngine.V1.csproj b/apis/Google.Maps.FleetEngine.V1/Google.Maps.FleetEngine.V1/Google.Maps.FleetEngine.V1.csproj index 9e9c33da3b3b..b20fcbbadf7c 100644 --- a/apis/Google.Maps.FleetEngine.V1/Google.Maps.FleetEngine.V1/Google.Maps.FleetEngine.V1.csproj +++ b/apis/Google.Maps.FleetEngine.V1/Google.Maps.FleetEngine.V1/Google.Maps.FleetEngine.V1.csproj @@ -1,7 +1,7 @@  - 1.3.0 + 2.0.0 netstandard2.0;net462 true 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. diff --git a/apis/Google.Maps.FleetEngine.V1/docs/history.md b/apis/Google.Maps.FleetEngine.V1/docs/history.md index 91aa1bc04034..28a97da1f8bd 100644 --- a/apis/Google.Maps.FleetEngine.V1/docs/history.md +++ b/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 diff --git a/apis/apis.json b/apis/apis.json index 1e9de6a5a943..c3c84b8938d1 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -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",