# FleetLume Dispatch v6 Release Notes

## New dispatch control center

A single operational workspace now covers the four primary dispatch functions:

- Load acquisition pipeline
- Rate negotiation history and accepted-rate conversion
- Driver, truck, trailer, route, ETA, and checkpoint management
- Automatic compliance monitoring and alert resolution

## Real-time truck tracking

- Generic secure telematics ingestion endpoint
- One private token per truck with hashed token storage
- Driver-browser GPS included in unified truck history
- 10-second live map refresh
- Moving, stopped, stale, and offline states
- Search, status filters, compliance indicators, and recent route path

## Driver routing

- Driver portal route card with mileage, drive time, departure, ETA, instructions, and checkpoints
- Google Maps turn-by-turn navigation link
- Driver load statuses automatically advance route state
- Completed load stops automatically complete route checkpoints

## Compliance

- Driver license, medical card, equipment documentation, carrier authority, insurance, HOS, assignment, and stale-GPS checks
- Severity levels and lifecycle states
- Notifications for newly created high and critical risks
- Automatic recurring scan support in `automation_runner.php`

## Upgrade requirement

Run `install.php?unlock=1` after replacing files so the seven dispatch and tracking tables are added to the existing database.

See `DISPATCH_OPERATIONS.md` for deployment, usage, payload, and production instructions.
