Skip to content
TrackSafe365
v1.0 Dashboard →

Changelog

Release notes and API updates for the TrackSafe365 platform.

Webhooks API — General Availability

New
  • New resource: full CRUD for webhook subscriptions under /api/public/webhooks (served by the glswebhook micro-service)
  • List, create, get, update (PATCH), and delete endpoints — plus GET /webhooks/{id}/test to fire a synthetic test delivery
  • Deliveries are signed with HMAC-SHA256 — verify the X-TS365-Signature header on your receiving endpoint
  • Partial updates via PATCH: send only the fields you want to change, including the eventTypes array

Drivers API — Public Beta

New
  • New resource: full CRUD for driver profiles under /api/public/drivers
  • List endpoint supports keyword full-text search (name/surname/email/username) plus all criteria filters and page/size/sort pagination
  • Response includes nested truck assignment when a driver is assigned to a vehicle

Trucks API — Public Beta

New
  • New resource: full CRUD for fleet trucks under /api/public/trucks
  • List endpoint supports criteria filters (make.equals, model.contains, year.greaterThan, …) plus page/size/sort pagination
  • Interactive Explorer and code snippets available for every Trucks endpoint

Driver Monitoring API — General Availability

New
  • DMS events endpoint now GA: /safety/dms/events
  • Driver scores endpoint supports new distraction sub-score field
  • Added include_media param to attach linked video URLs

Webhooks v2 — Signature Verification

NewBreaking
  • Webhook payloads now include HMAC-SHA256 signature in X-TS365-Signature header
  • Old webhook format deprecated — migrate before 2026-09-01
  • New retry policy: 3 attempts with exponential backoff

Fleet Analytics Enhancements

NewFix
  • Fleet summary now includes EV-specific metrics: charge level, range
  • Fixed date-range off-by-one error in safety report aggregations
  • Added groupBy=tag support to analytics endpoints

Deprecation: Legacy Authentication

Deprecated
  • API key query parameter (?api_key=) deprecated in favor of the Authorization header
  • Will be removed 2026-12-01