Skip to main content

Version 1.1.25

Release Date: 2025-02-26

New Features

  • [Delivery Jobs] - Introducing schedule_type_id 3 ("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_id 3 will now be returned in the response of the following endpoints:
      • GET /delivery/drivers/{driver_id}/jobs
      • GET /delivery/jobs
      • GET /delivery/jobs/{job_id}
    • It can be submitted in the payload of the following endpoints:
      • POST /delivery/jobs
      • PUT /delivery/jobs/{job_id}
  • Retrieve fuel consumption for up to 100 vehicles
    • The POST /fuel/consumed endpoint now allows retrieving fuel consumption data for up to 100 vehicles over a 24-hour period.

Improvements

  • GET /vehicles & PUT /vehicles - New properties
    • Added a new property, is_under_maintenance, to the response of GET /vehicles.
    • Added vehicle_type_id and vehicle_type to both GET /vehicles and PUT /vehicles/{registration}.
  • 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 email property incorrectly returned the stop's physical address instead of the stop's actual email address.