added

GET fleet/documents/.id (Generally Available)

The GET fleet/documents/.id endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻

added

DELETE fleet/documents/.id (Generally Available)

The DELETE fleet/documents/.id endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻

added

POST fleet/documents (Generally Available)

The POST fleet/documents endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻

added

GET fleet/documents (Generally Available)

The GET fleet/documents endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻

added

GET fleet/document-types (Generally Available)

The GET fleet/document-types endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻

New Documents APIs coming to GA soon!

The new implementations of the Documents APIs will move from Beta to General Availability soon! These new implementations follow Samsara's updated REST API standards. The endpoints moving into General Availability include: List document types, Create a document, Retrieve a document, Delete a document, and List documents. When these endpoints move into General Availability, the endpoint URLs will no longer be prefixed with /beta, so make sure to update any code you've written accordingly! The new Generally Available endpoints will be fully supported for production integrations and any changes to them will be subject to Samsara's Versioning policy. Another changelog entry will be posted when these endpoints are moved into General Availability. You can read more about Samsara's API release process here.

added

ELD Ruleset Overrides

The Drivers APIs now support driver-specific ELD ruleset overrides. (This is only relevant to US customers). A driver's usDriverRuleSetOverride will contain the ELD ruleset that overrides the organization's default ruleset. This field will be omitted from the driver if no override is set. You can read this field via the list and retrieve drivers APIs. You can set this field upon creation of a driver or update the field of an existing driver. To unset the field, set usDriverRulesetOverride to null in your update request. Check out the docs for full details 👀

added

New Fields in /fleet/drivers APIs

The Drivers APIs now support two new fields: carrierSettings.homeTerminalName and carrierSettings.homeTerminalAddress. Check out the docs for full details 👀

deprecated

TLS 1.0 and TLS 1.1 Deprecation by 9/29/21

❗️

TLS 1.1 and TLS 1.0 is Now Deprecated

TLS 1.0 and 1.1 was deprecated on 9/29/21 at 10 AM PST. If your integration started receiving errors starting around this time, refer to the guidance below on how to troubleshoot and upgrade to TLS 1.2 or above.

If additional assistance is needed, reach out to Samsara Support.

added

Addresses/Geofences in Vehicle Stats

The Vehicle Stats APIs will now include Address/Geofence information when you query for gps data. If the gps ping occurred within a known Address/Geofence, the ping will include an address field, returning the ID and name of the Address.