New Features​
- [Drivers]:
GET /drivers and GET /drivers/{driver_id} now return the driver's tachograph card_id.
Improvements​
- [Delivery]:
POST /delivery/customers now populates the customer address from the supplied coordinates when the address fields are omitted.
- [Delivery]: Deprecated legacy device fields in the
GET /delivery/jobs/{job_id} response.
- [Vision]:
GET /vision/livestream/{registration} is now rate limited to 10 requests per minute per vehicle.
- [Vehicles]: Documented the
409 Conflict response returned by the vehicle command endpoints.
- Various internal improvements and under-the-hood tweaks.
Bug Fixes​
- [Vehicles]: Fixed an issue where
GET /vehicles could return duplicate vehicles and an inflated vehicle count.
- [Vehicles]: Fixed an issue where
GET /vehicles/{registration}/events/idling returned an HTTP 500 error.
- [Vision]: Fixed an issue where
GET /vision/livestream/{registration} returned an HTTP 500 error.
- [Trips]: Fixed an issue where
GET /trips returned an HTTP 500 error.