Skip to main content

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.
  • [Delivery Jobs] - Batch creation of Delivery jobs
    • Added POST /delivery/jobs/bulk-upload to support uploading XLSX files for creating up to 1000 jobs at once.
  • [Alerts] - New alert types
    • Added GET /alerts/notifications/alert/types to fetch available alert types.
    • Updated GET /alerts/notifications to include new alert types and fixed an issue with the FUEL_GAIN alert type.
  • [Vehicles] - New property has_camera
    • Added a has_camera property to the GET /vehicles endpoint to identify vehicles with cameras.
  • [Delivery Jobs] - New mobile-related fields
    • Added allowed_to_start_at and send_to_driver_at fields to:
      • GET /delivery/jobs
      • POST /delivery/jobs
      • PUT /delivery/jobs

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.
  • GET /coaching/events
    • Improved API performance and response time.