# FleetLume Telematics v7 Release Notes

This release adds provider-account management and shared equipment visibility for drivers, administrators, owners, and dispatchers.

## Added

- Driver **My Equipment** portal.
- Company-wide **Telematics Control Center**.
- Motive vehicle-location connection using either a company API key or OAuth access token.
- Samsara vehicle-location connection.
- Geotab Device and DeviceStatusInfo connection.
- Generic GPS/ELD bearer-token webhook.
- Secure encrypted storage for provider credentials.
- Driver and carrier connection scopes.
- Provider asset discovery and internal truck/trailer mapping.
- Connection owner, provider health, last sync, last success, and error visibility.
- Per-connection and company-wide manual synchronization.
- Cron-based automatic synchronization with per-connection intervals.
- Mapped truck telemetry flowing into live dispatch tracking, active loads, routes, and odometer records.
- Mapped trailer temperature and reefer-fuel updates.
- Driver access restrictions based on assigned equipment and carrier.
- Admin/dispatcher visibility across all connections and assets.

## Security

- Driver-created credentials are never shown to dispatchers after submission.
- Provider credentials are encrypted at rest.
- Generic webhook tokens are displayed once and stored only as hashes.
- Drivers can disconnect only connections they personally created.
- Administrators, owners, and dispatchers retain company-wide management access.

## Upgrade

Back up the database and application, upload the package, and run:

```text
/install.php?unlock=1
```

Then configure the synchronization cron described in `TELEMATICS_INTEGRATIONS.md`.

## External requirements

Provider API credentials are not included. A live provider test requires a valid Motive, Samsara, or Geotab account with the appropriate vehicle-location permissions. Marketplace OAuth onboarding is not included in this release; integrations use server-side credentials entered by an authorized user.
