AI-generated Key Takeaways
-
Fleet Engine's
UpdateVehicleLocation
,SearchFuzzedVehicles
, andSearchTasks
methods were deprecated in February 2024 and decommissioned in May 2024, with replacement methods available in the On-Demand Rides and Deliveries and Last Mile Fleet Solution APIs. -
Cloud logs for specific Fleet Engine operations are now split into multiple entries if they exceed 250 KB to ensure complete data access.
-
OAuth-based access tokens are now supported for enhanced security and authorization.
-
BatchCreateTasks
andGetTaskTrackingInfo
methods within the Last Mile Fleet Solution have been promoted to General Availability.
May 2025
Changed
- Added Place ID support in Fleet Engine as an
experimental feature
for all methods except for
SearchVehicles
. Users can specify a place inTerminalLocation
orLocationInfo
. - Added support for setting
TripAttributes
on a trip.
Feb 2025
Changed
- Added Fleet Engine delete methods:
DeleteTrip
,DeleteVehicle
,DeleteTask
, andDeleteDeliveryVehicle
.
May 2024
Changed
- The Fleet Engine
UpdateVehicleLocation
,SearchFuzzedVehicles
, andSearchTasks
methods have been decommissioned.
March 2024
Changed
- Splits Cloud logs across multiple entries when the log exceeds 250 KB. This
ensures you have access to the full log data. Log splitting is applied for:
BatchCreateTasksLog
,ListDeliveryVehiclesLog
,ListTasksLog
,SearchVehiclesLog
. Documentation can be found here: Last Mile Fleet Solution and On-Demand Rides and Deliveries.
February 2024
Announcement
- The Fleet Engine
UpdateVehicleLocation
,SearchFuzzedVehicles
, andSearchTasks
methods are deprecated as of February 1, 2024. Decommission is planned for May 1, 2024. If you are using any of these methods, migrate to the replacement methods as defined in the documentation:
December 2023
Changed
- Added support for OAuth-based access tokens.
November 2023
Changed
- Promoted the following Last Mile Fleet Solution methods to GA:
BatchCreateTasks
GetTaskTrackingInfo