Skip to content

Releases: mbillow/python-chargepoint

v1.10.0

22 Apr 02:11

Choose a tag to compare

✨ Improvements

  • Add ChargePoint.restart_home_charger() function for restarting a home charger. (#9, @SamKirsch10)
  • Update dependencies.

v1.9.2

15 Feb 00:53
52377d5

Choose a tag to compare

✨ Improvements

  • Change readme configuration to poetry section in pyproject.toml

v1.9.1

15 Feb 00:50
31ec0da

Choose a tag to compare

✨ Improvements

  • Added project.readme to pyproject.toml.

v1.9.0

15 Feb 00:43
29ad39a

Choose a tag to compare

✨ Improvements

v0.7.0

17 Feb 23:09

Choose a tag to compare

✨ Improvements

  • Replace all dictionary key retrievals with falsey defaults.

v1.6.0

18 Jun 22:17

Choose a tag to compare

💔 Breaking Changes

  • ChargePointDefaultRegion has been superseded by ChargePointGlobalConfiguration.

✨ Improvements

  • New ChargePointGlobalConfiguration object that better captures the output of the configuration discovery endpoint.
  • Make phone and phone_country_id optional for ChargePointUser. This covers the situation when a user does not have an associated phone number.

v1.3.0

27 May 22:06

Choose a tag to compare

✨ Improvements

  • Use region discovery URL to properly handle non-US users.

v1.0.0

19 Feb 20:20

Choose a tag to compare

Version 1.0.0

✨ New

  • Redesigned session management API
  • Completed test coverage.
  • Logout functionality