Version 1.1.26
Release Date: 2025-03-20
New Features​
- [Driver Identification] - Ability to associate drivers to vehicles
- Introduced a new set of services to manage driver linkages to vehicles:
POST /vehicles/drivers/historical– Update trip data to assign trips to a specific driver.DELETE /vehicles/drivers/link– Remove a link between a driver and a vehicle.POST /vehicles/drivers/link– Create a link between a driver and a vehicle. Future vehicle trips will be associated to the driver.GET /vehicles/drivers/links– List existing links between drivers and vehicles.
- Introduced a new set of services to manage driver linkages to vehicles:
- [Delivery Jobs] - Batch creation of Delivery jobs
- Added
POST /delivery/jobs/bulk-uploadto support uploading XLSX files for creating up to 1000 jobs at once.
- Added
- [Alerts] - New alert types
- Added
GET /alerts/notifications/alert/typesto fetch available alert types. - Updated
GET /alerts/notificationsto include new alert types and fixed an issue with theFUEL_GAINalert type.
- Added
- [Vehicles] - New property
has_camera- Added a
has_cameraproperty to theGET /vehiclesendpoint to identify vehicles with cameras.
- Added a
- [Delivery Jobs] - New mobile-related fields
- Added
allowed_to_start_atandsend_to_driver_atfields to:GET /delivery/jobsPOST /delivery/jobsPUT /delivery/jobs
- Added
Bug Fixes​
- POST /alerts
- Fixed a bug affecting alert creation and display on Fleet Web.
- PUT /geofences/{geofence_id}
- Fixed a bug when updating geofences with only
vehicle_ids.
- Fixed a bug when updating geofences with only
- GET /coaching/events
- Improved API performance and response time.