Skip to main content

Version 1.26.0327.1

New Features​

  • [Driver Groups]: Added support for driver groups, allowing you to organize drivers into logical sets. This includes new endpoints for group management and member linking.
    • POST /drivers/groups for group creation.
    • GET /drivers/groups to list all groups.
    • GET /drivers/groups/{group_id}/drivers to list members in a specific group.
    • Manage group membership via PUT and DELETE on driver-group associations.

Improvements​

  • [Vehicle Commands]: Updated API documentation with clearer compatibility requirements for vehicle commands.
  • [Delivery Jobs]: Improved documentation for stop creation with clearer guidance on mandatory address fields.
  • This update also contains security and performance improvements.

Bug Fixes​

  • [Vehicle Driver Linkage]: Resolved an issue where linking drivers to vehicles could intermittently fail with a server error.
  • [Delivery Jobs]: Fixed an issue where creating jobs could fail for customers without previously defined addresses or under specific load conditions.
  • [Vehicle Commands]: Improved reliability when sending remote commands to vehicles, specifically for Immobilisation.
  • [Performance]: Optimized internal routing logic to ensure consistent and reliable API performance.