Releases: DIMO-Network/dimo-python-sdk
Releases · DIMO-Network/dimo-python-sdk
v1.5.0
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
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
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
Updates eth-utils
to >=5.0.0
Minor updates/clatification in the readme file
1.3.0
v1.3.0:
- Includes new
available_signals
method for Telemetry - Updates
get_token
toget_dev_jwt
Streamlined Vehicle JWTs + Identity Permissions Lookup
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