TypeScript Data SDK Release Notes
v1.2.3 (2025.01.03)
Features
Added support for CommonJS
v1.2.2 (2024.12.19)
Deprecations & Changes:
Removes support for the following APIs and endpoints:
Device Data
Devices
Events
User
Vehicle Signal Decoding
Changes input parameters with updated JWT vocabulary:
access_token
has been renamed todeveloper_jwt
privilege_token
has been renamed tovehicle_jwt
Removes the following endpoints from the Device Definitions API:
getByMMY
getById
listDeviceMakes
getDeviceTypeById
Updates the following endpoint from the Valuations API:
endpoints updated to
/v2/vehicles/
getValuations
(user_device_id
is nowtoken_id
)getInstantOffers
(user_device_id
is nowtoken_id
)getOffers
(user_device_id
is nowtoken_id
)
Features:
Added the shortcut function
dimo.telemetry.getVin()
, giving users a quicker way to obtain the VIN of shared vehicles.Adds the following endpoints to the Device Definitions API:
decodeVin
search
Updated documentation with streamlined language for Developer JWT and Vehicle JWT.
Updated documentation with new examples and updated links to Documentation.
Python Data SDK Release Notes
v1.1.1 (2024.12.20)
Features:
Added shortcut method
dimo.telemetry.get_vin
, giving users a quicker way to obtain the VIN of shared vehicles.
v1.1.0 (2024.12.19)
Deprecations & Changes:
Removes support for the following APIs and endpoints:
Device Data
Devices
Events
User
Vehicle Signal Decoding
Changes input parameters with updated JWT vocabulary:
access_token
has been renamed todeveloper_jwt
privileged_token
has been renamed tovehicle_jwt
Removes the following endpoints from the Device Definitions API:
get_by_mmy
get_by_id
list_device_makes
get_device_type_by_id
Updates the following endpoint from the Valuations API:
Endpoints updated to
/v2/vehicles/
get_valuations
(user_device_id
is nowtoken_id
)
Removes the following endpoints from the Valuations API:
get_instant_offers
get_offers
Features:
Adds the following endpoints to the Device Definitions API:
decode_vin
search_device_definitions
Updated documentation with streamlined language for Developer JWT and Vehicle JWT.
Updated documentation with new examples and updated links to Documentation.
Last updated