TachoSync Release Notes: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
This page contains release notes for TachoSync (updated monthly). <!---change "monthly" when update schedule changes---> | This page contains release notes for TachoSync (updated monthly). <!---change "monthly" when update schedule changes---> | ||
==April 2026== | |||
===Enhancements and New Features=== | |||
'''API Key Management - Scoped Access''' | |||
* Company Administrators can now create, view, rename, and delete API keys directly from Integrations → API. Each key is scoped to a specific company node and restricts access to that node and its sub-companies only - preventing unintended access to unrelated parts of your organisation. | |||
* A "Last event" timestamp is now shown for each key, making it easy to identify keys that are no longer in active use. | |||
* API key management has moved from Settings to Integrations → API. All existing keys have been migrated automatically - your active integrations are unaffected. | |||
'''Download Source Filtering''' | |||
* Vehicle Files and Driver Files pages now support filtering by schedule type - Quick schedule, Global schedule, Custom schedule, or Automatic initial download. Driver Files can additionally be filtered by Device IMEI. These filters work alongside existing search and date filters. | |||
'''Other Enhancements''' | |||
* French is now available as a UI language. Select it in Settings → Language - your preference is saved and applied on every login. | |||
* The company ID (UUID) is now visible and copyable directly from the UI. Administrators and integration partners no longer need an API call to retrieve it. | |||
* System-generated email subject lines and preheaders have been standardised for better inbox clarity. | |||
===Fixes=== | |||
* Fixed the quick schedule modal showing all data type options regardless of what was selected - it now correctly reflects only the chosen combination of vehicle, Driver 1, or Driver 2 data. | |||
* Fixed schedule time adjustments not saving correctly when the original scheduled time had already passed. | |||
===API Updates=== | |||
* The autoAssignVrn field on the Company resource is now editable via PUT /v1/Companies . | |||
* Fixed POST /v1/VehicleSchedules/Quick/Bulk response not matching API documentation - the endpoint now correctly returns the items array with per-item status and failure reason, consistent with the driver bulk schedule endpoint. | |||
* Fixed API returning HTTP 500 when requesting resources of a deleted company - now correctly returns 404. | |||
* Vehicle and Driver Files list endpoints now accept an optional FileFormat parameter (DDD, V1BC1B, TGD), allowing integrators to retrieve filenames in the format required. | |||
==March 2026== | ==March 2026== | ||
===Enhancements and New Features=== | ===Enhancements and New Features=== | ||