Version 1.1.25
Release Date: 2025-02-26
New Features
- [Delivery Jobs] - Introducing
schedule_type_id3 ("Unscheduled")- The delivery application now supports a new schedule type: "Unscheduled." When this type is used, the job will not have a scheduled delivery time.
schedule_type_id3 will now be returned in the response of the following endpoints:GET /delivery/drivers/{driver_id}/jobsGET /delivery/jobsGET /delivery/jobs/{job_id}
- It can be submitted in the payload of the following endpoints:
POST /delivery/jobsPUT /delivery/jobs/{job_id}
- Retrieve fuel consumption for up to 100 vehicles
- The
POST /fuel/consumedendpoint now allows retrieving fuel consumption data for up to 100 vehicles over a 24-hour period.
- The
Improvements
- GET /vehicles & PUT /vehicles - New properties
- Added a new property,
is_under_maintenance, to the response ofGET /vehicles. - Added
vehicle_type_idandvehicle_typeto bothGET /vehiclesandPUT /vehicles/{registration}.
- Added a new property,
- Performance improvements for
GET /vehicles/status- Optimized query performance to reduce response time by 38%, improving reliability and preventing timeouts.
- Enhanced location accuracy in
GET /vehicles/status- The response will now return the latest known coordinates of a vehicle when latitude and longitude are unavailable (e.g., due to poor GPS signal in parking lots).
Bug Fixes
- GET /delivery/jobs - Stops object fix
- Fixed an issue where the
emailproperty incorrectly returned the stop's physical address instead of the stop's actual email address.
- Fixed an issue where the