Version 1.1.33
Release Date: 2025-10-10
New Features
- [Vehicle Status]: Default drivers assigned to vehicles are now returned by
GET /vehicles/statuseven when no driver tag is present. - [Vehicle Audit]: Added
GET /vehicles/auditto retrieve historical changes to a vehicle's default driver. This helps associate events with the correct driver over a given period.
Improvements
- [Delivery Bulk Uploads]: Improved the delivery job bulk upload system by adding versioning to preserve compatibility for existing users.
- [Delivery Driver Status Processing]: Driver status updates are now computed on demand instead of relying on a scheduled background task, increasing accuracy.
- [Delivery Notifications]: When a delivery task is deleted, the system now notifies the driver via the mobile app.
- [Error Handling]: Improved validation for vehicle registrations to return clearer error responses instead of server errors.
- [Alerts API Sorting]: Improved sorting and pagination for alerts so the most recent notifications are shown first.
- This update also contains security and performance updates
Bug Fixes
- [Alerts Access]: Fixed an issue preventing sub-users from seeing alerts through the API. Also fixed cases where some alerts were not appearing due to filtering or trigger-type restrictions.
- [Delivery Driver Management]: Corrected the workflow to properly disable delivery drivers.
- [AEMP Documentation]: Fixed an incorrect API header example in the AEMP documentation to ensure proper request formatting.
- [Date Validation]: Added checks so invalid date inputs now return proper error messages.