Version 1.1.18
Release Date: 2024-10-03
Improvements
- Delivery APIs:
- POST/PUT /delivery/jobs: The scheduled_delivery_ts is now automatically set to now() when the job is of type ASAP
- Electric Vehicle APIs:
- GET /vehicles/{registration}/soc: We are introducing a new API to retrieve the stage of charge events reported by your electric vehicles
- Vision APIs:
- GET /vision/videos/requests: Our first vision API, letting you retrieve the download links of the videos downloaded from your Cartrack cameras installed in your vehicles
Bug Fixes
- Status APIs:
- GET /vehicles/status: Fixed a bug causing duplication of vehicles in the response. The issue was resolved by ensuring the API returns only the driver currently assigned with the relevant driver tag, looking up the assignment dates.
- Several minor bug fixes