Server and App Manager
The following items are server-side changes and are available without a mobile app update.
⭐️ Audit Log API: Track changes to forms, predefined actions, and service configurations with the new Audit Log API. Each change records details about what was modified, who made the change, and when it occurred. Change events are captured automatically whenever components are modified via App Manager or API.
The Audit Log API allows you to:
- View all recent changes across component types
- Filter changes by date range, user, or specific component codes
- Retrieve complete before and after states to see exactly what changed
- Retain and retrieve change history for up to 12 months
See the Audit Log Guide and API documentation to get started.
⭐️ Expanded Icon Options for Custom POI Layers: We’ve expanded the list of icons available when creating custom POI layers through the API. You now have more icon options to choose from, making it easier to visually distinguish different types of locations on the map.
To make icon selection easier, we’ve updated our Available Icons page linked in our API docs. Use it to preview the full set of POI icons before assigning them to a layer.
⭐️ Trip Planner & Turn by Turn Navigation – Limited Speed: You can now specify a maximum travel speed that aligns with your trucks’ governed speed to improve the accuracy of drive time and HOS expiration calculations. There is no visible change in the mobile app for drivers. Instead, ETAs and trip duration are adjusted automatically behind the scenes. Trip Changes and Trip Snapshots in Trip Planner Studio will also reference drive time calculated using the limited speed.
You can provide this value by returning the limited_speed property in your Loads response within the truck object.
NOTE: This property applies only to the new Route Options experience released in version 1.62. To enable the new Route Options, please reach out to support@eleostech.com.
⭐ ️Geotab Integration Mode: The Geotab OpenCab integration can now be enabled without making any changes to your existing web services. A new Integration Mode setting allows customers to choose between Legacy and OpenCab, making it easier to adopt OpenCab while maintaining compatibility with existing integrations.

This setting is available in the App Manager Service Config under the Geotab Configuration section. Integration Mode defaults to Legacy for all new and existing environments to ensure no change in behavior. If an authentication response specifies the integration mode with the legacy_geotab property, that value will take precedence. Otherwise, the environment-level setting will be used.
With this update, customers can switch to OpenCab at their own pace and take advantage of the new integration without needing to allocate development resources for backend changes.
⭐ Document List API: We’ve expanded our Documents API to include a new List endpoint to retrieve metadata for multiple documents. Previously, our API only supported a queued model (/documents/queued/next) where metadata could only be retrieved for one document at a time. The new List endpoint will allow you to bypass the queue and retrieve metadata for up to 300 documents in a single request. This new endpoint also includes the ability to retrieve documents previously marked as downloaded for a more comprehensive view of all documents