Skip to content

Releases: smartcar/python-sdk

v6.19.1

19 Nov 18:44
2d9fc34

Choose a tag to compare

6.19.1 (2025-11-19)

Bug Fixes

v6.19.0

18 Nov 17:06
ba92466

Choose a tag to compare

6.19.0 (2025-11-18)

Release Notes

New Features

API V3 Endpoints

This release introduces support for Smartcar API v3 with the following new endpoints:

smartcar.get_vehicle(access_token, vehicle_id)

Retrieves information for a specific vehicle using Smartcar API v3.

Arguments:

  • access_token (String, required): A valid access token for the vehicle
  • vehicle_id (String, required): The unique identifier of the vehicle to retrieve

Returns:

  • v3.Response: A dictionary with keys body and headers

Vehicle.get_signal(signal_code)

Retrieves a specific signal for the vehicle using Smartcar API v3.

Arguments:

  • signal_code (String, required): The code of the signal to retrieve

Returns:

  • v3.Response: A dictionary with keys body and headers

Vehicle.get_signals()

Retrieves all available signals for the vehicle using Smartcar API v3.

Arguments:

  • None

Returns:

  • v3.Response: A dictionary with keys body and headers

v3.Response Type

A new response type has been introduced for API v3 endpoints:

v3.Response: A dictionary containing:

  • body: The response data from the API
  • headers: The HTTP response headers

This standardized response format provides consistent access to both the response data and metadata across all v3 endpoints.

v6.18.3

04 Nov 21:30
552549d

Choose a tag to compare

6.18.3 (2025-11-04)

Bug Fixes

v6.18.2

04 Nov 18:25
508811b

Choose a tag to compare

6.18.2 (2025-11-04)

Bug Fixes

v6.17.0

28 Feb 17:15
a4dfeff

Choose a tag to compare

6.17.0 (2025-02-28)

Features

  • add support for new fetchedAt property (#141) (a4dfeff)

v6.16.0

01 Nov 18:53
668bdd0

Choose a tag to compare

6.16.0 (2024-11-01)

Features

  • SDK support for new diagnostics endpoints (668bdd0)

v6.15.0

03 Jun 22:31
fa8dc9c

Choose a tag to compare

6.15.0 (2024-06-03)

Features

  • file formatted (14bf1cb)
  • fix: Refactor get_connections function to improve type hinting and parameter handling (1b88548)

v6.14.0

10 May 21:36
89b9847

Choose a tag to compare

6.14.0 (2024-05-10)

Features

  • executed formatting (d2970c9)
  • fixed assertions (5d975d9)
  • fixed e2e test assertions (4eaa661)
  • formatting applied (475d15c)
  • vehicle, types: add service history API endpoint and data classes (caafd6e)

v6.13.1

08 May 17:07
b5669eb

Choose a tag to compare

6.13.1 (2024-05-08)

Bug Fixes

v6.13.0

03 May 21:19
3258a9e

Choose a tag to compare

6.13.0 (2024-05-03)

Features

  • files formatted (d045521)
  • formatting done (8885c3c)
  • tests: add support for Chrome WebDriver and configurable browser option (eb86ab5)