Route Optimization API release notes

Subscribe to these release notes. Subscribe

This page is updated with each new release of the Route Optimization API. The changelog lists releases by date and includes any new features, bug fixes and significant performance improvements.

See the Overview documentation for information on how to get started using the Route Optimization API.

July 01, 2024

Fixed an issue where duplicate GcsSource uris (which represent input files for the optimization requests) were accepted in BatchOptimizeToursRequest AsyncModelConfigs for the BatchOptimizeTours API. Now GcsSource uris must be unique across all BatchOptimizeToursRequest AsyncModelConfigs in a single BatchOptimizeTours API call. This is desirable behavior to avoid processing the same request twice in case of accidental input duplication.

Fixed an issue where duplicate GcsDestination uris (which represent output files for the optimization responses) were accepted in BatchOptimizeToursRequest AsyncModelConfigs for the BatchOptimizeTours API. Now GcsDestination uris must be unique across all BatchOptimizeToursRequest AsyncModelConfigs in a single BatchOptimizeTours API call. This is desirable behavior to fail the BatchOptimizeTours call earlier as the call will not be able to complete successfully if enough output files are not provided.

May 15, 2024

Route Optimization API

Announcing the General Availability (GA) release of the Route Optimization API.

The Route Optimization API assigns tasks and routes to a vehicle fleet, optimizing against the objectives and constraints that you supply for your transportation goals.

If you are a new user, see Set up your Google Cloud project to start the development process.