Version 1.1.31
Release Date: 2025-06-30
New Features
- [Vext]: Vehicle Voltage API
- A new API to retrieve vehicle voltage, even when the vehicle is off. Data availability depends on hardware configuration.
- Refer to GET /vehicles/vext in the documentation
- [Delivery Planning]: Delete Plans
- Added support to delete delivery plans via the API.
- Refer to DELETE /delivery/plans/{plan_id} in the documentation
- [Vehicles]: GET /vehicles
- Added a new terminal_in_repair property (boolean) to indicate whether a vehicle’s tracker is currently under repair.
Bug Fixes
- [Geofences]: Circular Geofence Projection
- Fixed an issue where circular geofences appeared as ovals near the poles due to map projection distortions. Longitude calculations are now latitude-aware.
- This issue affected POST /geofences API
- [Subusers]: Authentication Bug
- Resolved a rare bug affecting subuser authentication, mainly reported in Poland. Already deployed in Poland on June 10th and now rolled out globally.