Skip to main content

Version 1.26.0416.1

New Features​

  • [Vehicle (Electric)]: Introduced new endpoint GET /vehicles/charging/latest to support requests for EVs latest charging status.
  • [Generator]: Introduced new endpoint GET /generators/activity for daily activity summary designed specifically for generators.

Improvements​

  • [Vehicle Events]: Strengthened request validation for GET /vehicles/{registration}/events/idling for improved reliability.
  • [Delivery Jobs]: Strengthened request validation for PUT /delivery/jobs/{job_id}/complete for improved reliability.
  • [Vehicle Events]: Strengthened request validation for GET /vehicles/events for improved reliability.
  • [Delivery]: Updated affected delivery endpoints and queries in line with database improvement changes.

Bug Fixes​

  • [Driver Groups]: Fixed an issue where POST /drivers/groups/{group_id}/drivers returned an HTTP 500 error due to inconsistent handling of group identifiers.
  • [Geofence Visits]: Fixed an issue in GET /geofences/visits where data could be missing if a vehicle entered a geofence but no exit event was recorded due to an unhandled scenario.