Skip to content

Releases: DIMO-Network/dimo-python-sdk

v1.5.0

29 Aug 13:55
Compare
Choose a tag to compare

This release updates webhooks in the SDK to align with enhancements made in the Vehicle Triggers API (formerly the Vehicle Events API):

vehicle_events -> vehicle_triggers
https://vehicle-events-api.dimo.zone/ -> https://vehicle-triggers-api.dimo.zone/
list_vehicle_subscriptions_by_event() -> list_vehicle_subscriptions_by_trigger()
token_id input param -> token_did input param

v1.4.0

21 May 16:49
df6cbe9
Compare
Choose a tag to compare

What's Changed

  • refactor: moved HTTPError into errors.py by @ardevd in #25
  • ACC-414: Support for Vehicle Events API (Webhooks) by @barrettk8090 in #28

Full Changelog: v1.3.5...v1.4.0

v1.3.3

02 May 14:57
b953c0b
Compare
Choose a tag to compare

Includes:

  • Lazy loading of service modules
  • Improved path building -> replacing regex with urllib.parse.urljoin
  • Better error & exception handling
  • Added in additional type hints

v1.3.2

24 Mar 20:32
Compare
Choose a tag to compare

Updates eth-utils to >=5.0.0
Minor updates/clatification in the readme file

1.3.0

14 Mar 18:26
Compare
Choose a tag to compare

v1.3.0:

  • Includes new available_signals method for Telemetry
  • Updates get_token to get_dev_jwt

Streamlined Vehicle JWTs + Identity Permissions Lookup

18 Feb 19:36
db47cd2
Compare
Choose a tag to compare

What's Changed

  • Initial Releases Config (oops)
  • v1.2.0 provides an easier and more streamlined way to obtain a vehicle JWT via token exchange
  • New method, identity.check_vehicle_privileges() returns a list of dev license client IDs and the permission level granted for each

Full Changelog: https://github.com/DIMO-Network/dimo-python-sdk/commits/1.2.0