Improvements​
- [Delivery]: Delivery job stop output now includes a
driver_ack_at field with the timestamp at which the driver acknowledged the stop.
- [Drivers]:
last_name is now optional in POST /drivers.
- [Vision]: The
POST /vision/livestream/{registration} response now includes an is_hls field indicating whether the livestream URL is in HLS format.
- Various internal improvements and under-the-hood tweaks.
Bug Fixes​
- [Delivery]: Fixed an issue where
POST /delivery/jobs and PUT /delivery/jobs/{jobId} returned an HTTP 500 error.
- [Drivers]: Fixed an issue where
POST /drivers and PUT /drivers/{driver_id} returned an HTTP 500 error.
- [Geofences]: Fixed an issue where
GET /geofences returned an HTTP 500 error.
- [POIs]: Fixed an issue where
GET /pois returned an HTTP 500 error.
- [Vehicles]: Fixed an issue where
GET /vehicles/soc and GET /vehicles/{registration}/soc returned an incorrect state of charge value for some vehicles.
- [Vision]: Fixed an issue where
POST /vision/livestream/{registration} returned an HTTP 503 error while the camera was online.