Subscribe to these release notes.
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. You can also browse and filter all release notes for all products in the Google API Console.See the Overview documentation for information on how to get started using the Route Optimization API.
September 23, 2024
You can now generate route tokens using the Route Optimization API. Pass a route token to the Navigation SDK to guide how it routes your vehicle. For details, see Transition Polylines and Route Tokens.
July 01, 2024
Fixed an issue where duplicate GcsSource
uri
s (which represent input files for the optimization requests) were accepted in BatchOptimizeToursRequest
AsyncModelConfig
s for the BatchOptimizeTours
API. Now GcsSource
uri
s
must be unique across all BatchOptimizeToursRequest
AsyncModelConfig
s 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
uri
s (which represent output files for the optimization responses) were accepted in BatchOptimizeToursRequest
AsyncModelConfig
s for the BatchOptimizeTours
API. Now GcsDestination
uri
s
must be unique across all BatchOptimizeToursRequest
AsyncModelConfig
s 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.