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.V1 version 2.0.0 #12714

Merged
merged 1 commit into from
May 8, 2024

Conversation

jskeet
Copy link
Collaborator

@jskeet jskeet commented May 8, 2024

Changes in this release:

Bug fixes

  • BREAKING CHANGE An existing method UpdateVehicleLocation is removed from service VehicleService (commit 496dd3b)
  • BREAKING CHANGE An existing method SearchFuzzedVehicles is removed from service VehicleService (commit 496dd3b)
  • BREAKING CHANGE An existing message UpdateVehicleLocationRequest is removed (commit 496dd3b)

New features

  • Add IServiceCollection extension methods for client registration where an IServiceProvider is required. (commit 022fab2)

Changes in this release:

### Bug fixes

- **BREAKING CHANGE** An existing method `UpdateVehicleLocation` is removed from service `VehicleService` ([commit 496dd3b](496dd3b))
- **BREAKING CHANGE** An existing method `SearchFuzzedVehicles` is removed from service `VehicleService` ([commit 496dd3b](496dd3b))
- **BREAKING CHANGE** An existing message `UpdateVehicleLocationRequest` is removed ([commit 496dd3b](496dd3b))

### New features

- Add IServiceCollection extension methods for client registration where an IServiceProvider is required. ([commit 022fab2](022fab2))
@jskeet jskeet requested a review from a team as a code owner May 8, 2024 07:37
@jskeet jskeet added autorelease: pending automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit labels May 8, 2024
Copy link

github-actions bot commented May 8, 2024

Pull request diff results
Finding changes in Google.Maps.FleetEngine.V1...
Comparing old and new versions (by source)
Diff level: Identical

Comparing with previous NuGet package
Checking compatibility for Google.Maps.FleetEngine.V1 version 2.0.0
Differences from 1.3.0
Major changes:
Class 'UpdateVehicleLocationRequest' removed.
Class 'VehicleService.VehicleServiceBase'; method 'Task SearchFuzzedVehicles(SearchVehiclesRequest request, ServerCallContext context)' removed.
Class 'VehicleService.VehicleServiceBase'; method 'Task UpdateVehicleLocation(UpdateVehicleLocationRequest request, ServerCallContext context)' removed.
Class 'VehicleService.VehicleServiceClient'; method 'SearchVehiclesResponse SearchFuzzedVehicles(SearchVehiclesRequest request, CallOptions options)' removed.
Class 'VehicleService.VehicleServiceClient'; method 'SearchVehiclesResponse SearchFuzzedVehicles(SearchVehiclesRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' removed.
Class 'VehicleService.VehicleServiceClient'; method 'VehicleLocation UpdateVehicleLocation(UpdateVehicleLocationRequest request, CallOptions options)' removed.
Class 'VehicleService.VehicleServiceClient'; method 'VehicleLocation UpdateVehicleLocation(UpdateVehicleLocationRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' removed.
Class 'VehicleService.VehicleServiceClient'; method 'AsyncUnaryCall SearchFuzzedVehiclesAsync(SearchVehiclesRequest request, CallOptions options)' removed.
Class 'VehicleService.VehicleServiceClient'; method 'AsyncUnaryCall SearchFuzzedVehiclesAsync(SearchVehiclesRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' removed.
Class 'VehicleService.VehicleServiceClient'; method 'AsyncUnaryCall UpdateVehicleLocationAsync(UpdateVehicleLocationRequest request, CallOptions options)' removed.
Class 'VehicleService.VehicleServiceClient'; method 'AsyncUnaryCall UpdateVehicleLocationAsync(UpdateVehicleLocationRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' removed.
Class 'VehicleServiceClient'; method 'SearchVehiclesResponse SearchFuzzedVehicles(SearchVehiclesRequest request, CallSettings callSettings = null)' removed.
Class 'VehicleServiceClient'; method 'VehicleLocation UpdateVehicleLocation(UpdateVehicleLocationRequest request, CallSettings callSettings = null)' removed.
Class 'VehicleServiceClient'; method 'Task SearchFuzzedVehiclesAsync(SearchVehiclesRequest request, CallSettings callSettings = null)' removed.
Class 'VehicleServiceClient'; method 'Task SearchFuzzedVehiclesAsync(SearchVehiclesRequest request, CancellationToken cancellationToken)' removed.
Class 'VehicleServiceClient'; method 'Task UpdateVehicleLocationAsync(UpdateVehicleLocationRequest request, CallSettings callSettings = null)' removed.
Class 'VehicleServiceClient'; method 'Task UpdateVehicleLocationAsync(UpdateVehicleLocationRequest request, CancellationToken cancellationToken)' removed.
Class 'VehicleServiceClientImpl'; method 'SearchVehiclesResponse SearchFuzzedVehicles(SearchVehiclesRequest request, CallSettings callSettings = null)' removed.
Class 'VehicleServiceClientImpl'; method 'VehicleLocation UpdateVehicleLocation(UpdateVehicleLocationRequest request, CallSettings callSettings = null)' removed.
Class 'VehicleServiceClientImpl'; method 'Task SearchFuzzedVehiclesAsync(SearchVehiclesRequest request, CallSettings callSettings = null)' removed.
Class 'VehicleServiceClientImpl'; method 'Task UpdateVehicleLocationAsync(UpdateVehicleLocationRequest request, CallSettings callSettings = null)' removed.
Class 'VehicleServiceSettings'; property 'CallSettings SearchFuzzedVehiclesSettings { get; set; }' removed.
Class 'VehicleServiceSettings'; property 'CallSettings UpdateVehicleLocationSettings { get; set; }' removed.

Minor changes:
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddTripServiceClient(IServiceCollection services, Action<IServiceProvider, TripServiceClientBuilder> action)' added.
Class 'ServiceCollectionExtensions'; method 'IServiceCollection AddVehicleServiceClient(IServiceCollection services, Action<IServiceProvider, VehicleServiceClientBuilder> action)' added.

Diff level: Major

Finished comparisons for Google.Maps.FleetEngine.V1

@gcf-merge-on-green gcf-merge-on-green bot merged commit 60abec6 into main May 8, 2024
11 of 12 checks passed
@gcf-merge-on-green gcf-merge-on-green bot deleted the release-pr-20240508T073748Z branch May 8, 2024 07:50
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label May 8, 2024
@yoshi-automation
Copy link
Contributor

  • Created release for Google.Maps.FleetEngine.V1-2.0.0

Copy link

The release build has started; the log can be viewed here.

Copy link

Release build succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants