Version 1.1.23
Release Date: 2025-01-23
New Features
- POST /fuel/level
- Introduced a new route to complement the existing GET /fuel/level/{registration} endpoint.
- Enables retrieval of fuel levels and usage over a specified period for up to 100 vehicles simultaneously, within a maximum period of 24 hours.
- Optimized for large fleets to streamline data retrieval.
- Rate limit: 10 requests per minute per IP address and username combination.
- Refactored GET /fuel/level/{registration} for improved query performance.
Improvements
- Trips API (GET /trips, GET /trips/{registration})
- Added support for returning private trips, particularly for compliance in Europe where trips can be flagged as private.
- When private trips are enabled, only the following fields are returned:
- start_timestamp
- end_timestamp
- start_odometer
- end_odometer
Bug Fixes
- DELETE /geofences/groups/{id}
- Resolved an exception that occurred when deleting geofence groups where related notification alerts persisted.
- GET /vehicles/groups
- Fixed an issue where the endpoint returned inactive vehicle registrations.
- Several performance improvements