Skip to main content

Version 1.1.15

Release Date: 2024-07-02

New Features

  • Alerts Management APIs:
    • Create Ignition Alerts: Ability to create ignition ON and/or OFF alerts for a list of vehicles (all, one, or many) with conditional triggering based on the event happening inside or outside a specific geofence or geofence group.
    • Create Geofence Alerts: Ability to create geofence entry and/or exit alerts for a list of vehicles (all, one, or many).

Improvements

  • POST Geofence API: Added the ability to create a circular geofence by specifying a radius instead of a complex polygon shape.
  • Delivery Jobs APIs:
    • Delete Jobs API: Added the ability to force delete a job even if it is currently assigned to a driver. Previously, it was impossible to delete a job if it was currently assigned to a delivery driver. Note that it is still impossible to delete jobs in the "completed" state (unchanged).
    • Update Jobs API: Improved error messages to clarify that a job cannot be edited if it is marked as completed. Completed jobs cannot be updated.
    • Create Jobs API: When a user created a job with duplicated labels, it previously returned a HTTP 500 error. Now it will return a proper HTTP 422 code with a descriptive error message.
  • Notification API: Improved filtering by making the registration filter partial instead of absolute (filter[registration]).

Other Updates

  • CORS Policy Deactivation: Deactivated the CORS policy for the Fleet API. You can now call the Fleet API directly from your web applications, simplifying your integration. Please ensure you are managing your credentials safely.