We've released a new version of the API on 2019-07-17: This should only impact a small set of customers who are currently using our beta endpoint for HOS audit logs. This endpoint now uses the log's createdAtMs timestamp rather than the logStartMs to determine the time range of logs to fetch.
The documents endpoint now includes an optional query parameter to allow users to query documents by either their updatedAt value or createdAt value. This endpoint also now returns a serverCreatedAt and serverUpdatedAt timestamp. Documents that were created prior to tracking serverUpdatedAtMs will have a value of 0ms.
Now, you can find the automatic associations between vehicles and asset gateways within the API. You can find the current association on the assets endpoint and any historical associations on the trips endpoint.
We've corrected a developer experience issue in the document submission alert webhook. Previously we returned the driverCreatedAtMs field, but now we will return a driverId_driverCreatedAtMs field so that the webhook field matches the API-consumable field.
We've released a new set of APIs around driver messaging. Now you can send and retrieve messages to a driver or set of drivers using the new messages API.