2025 - April - June
Version 2.74.0 (Released 25th June)
Features:
[Control Room] New and improved Vehicle Shift Assignment Modal replacing previous process. You can now view all vehicles assigned to a depot and select/assign multiple vehicles to a shift at the same time instead of individual as you did previously.
Updated user documentation on new vehicle assignment process can be accessed here
[API] Ability to retrieve events for a specified vehicle via the new endpoint on the Core API
[API] Ability to delete an event using a new endpoint on the Core API
Enhancements:
[Control Room] Small UI Changes and Performance Improvements
Fixes:
[Control Room] Fixed issue with Day Off button becoming inactive while switching through pages of vehicles in the Shift Patterns calendar modal
[Control Room] Resolved issue with role deletion when no active users are assigned to/using the role
[Control Room] Fixed table sorting in the Vehicles setup page
Version 2.73.0 (Released 11th June)
Features:
[Control Room] Enabling the deletion of a user role in the Control Room UI
[Control Room] Ability to disable local user authentication flow (email/password login
form) (note: can be achieved only via config parameter on
infrastructure level)
[API] Ability to register vehicle location pings using a new endpoint on the
Core API
[API] Ability to retrieve a list of location pings for a specified vehicle via the
new endpoint on the Core API
[API] Ability to create an event using a new endpoint on the Core API
Fixes:
[Control Room] Resolved issue with displaying event ID in event popup on the
Schedule page map
Version 2.72.0 (released 28th May)
Features:
[Control Room] Display multiple territories on the map when setting up territories
[Control Room] Multi select for depots, vehicles and shifts and ability to delete them
Enhancements:
[Optimisation] Schedule amendment performance improvements
[Control Room] UX Improvements
Version 2.71.1 (released 8th May)
Fixes:
[Optimisation] Resolved an issue where the Optimization orchestrator queue could become
stuck when handling schedules that had transitioned to the FINAL status.
Version 2.71.0 (released 7th May)
Enhancements:
[Control Room] Ability to expand all rows at once on the Vehicle and Orders tables using the ↕ icon
(top left).
Fixes:
[Control Room] Fixed refresh button on the Schedule page to show the correct time when the refresh
was last done.
[Control Room] Fix the issue with the decimal places of the coordinates when creating a depot.
Patch:
[Control Room] Various stability and performance improvements for the Control Room UI.
Version 2.70.3 (released 16th April)
Fixes:
[Control Room] Fix invalid time selection for order slot in Orders create/edit modal.
[Control Room] Fix an issue when SSO authentication option is turned on automatically for
a non-SSO user if SSO enabled user changes the user details.
[Control Room] Allow to update user details without changing its password.
Patch:
[Control Room API]Revert dropoff and pickup constraints display in the /v2/plans
endpoint when all values of the constraints are zero. For example, instead
of returning "pickup": {} in response, it will return "pickup":
{"water": 0, "fuel": 0} .
Version 2.70.2 (released 16th April)
Fixes:
[Control Room] Assign vehicles modal in speed profile config not loading additional paginated data
[Control Room] Manually setting end date filter in orders page returns results for the
previous day (during BST)
[Control Room API] Stability Improvements