Skip to content

Releases: mattrayner/podpointclient

v1.0.0-beta1

15 Dec 01:15
328dabd
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

A special shoutout on this release to @sbeland13, his feedback doc here triggered most of these changes. Cheers 🍸

Changes

  • Add lightweight credential verification call - @mattrayner
  • Add support for pagination rather than just adding 'perpage=all' - @mattrayner
  • Updated README with new instructions - @mattrayner
  • Fixed GitHub Actions - @mattrayner
    • Added code coverage artifacts, so you can download the cov report for a run
  • Refactored code to improve dryness - @mattrayner
  • Added additional testing dependencies - @mattrayner

v0.3.0

15 Nov 10:40
Compare
Choose a tag to compare

Features

  • Add http_debug flag - @mattrayner
    • When enabled, complete response bodies will be sent to logger.debug
  • Restructured helpers and other classes so that they made more sense - @mattrayner
  • Completed a pylon pass to standardize the code base - @mattrayner
  • Improved test coverage - @mattrayner

v0.3.0-beta7

12 Nov 08:08
Compare
Choose a tag to compare
v0.3.0-beta7 Pre-release
Pre-release
  • Change default serialization for charge.energy_cost from None to 0

    • This addresses an edge case where a plug-in and un-plug without energy delivery can result in no energy_cost being provided by the API
  • Update Pod serialization to include total_cost and current_cost

v0.3.0-beta5

12 Nov 07:39
Compare
Choose a tag to compare
v0.3.0-beta5 Pre-release
Pre-release
  • Remove redundant properties on 'Pod' object and tidy up tests

v0.3.0-beta3

12 Nov 02:10
Compare
Choose a tag to compare
v0.3.0-beta3 Pre-release
Pre-release
  • Added parameters for total cost, current cost and currancy

v0.3.0-beta2

12 Nov 01:09
Compare
Choose a tag to compare
v0.3.0-beta2 Pre-release
Pre-release
  • Add additional HTTP debugging flag
    • Allows for clients to debug the JSON response from pod point

v0.3.0-beta1

04 Jun 12:05
Compare
Choose a tag to compare
v0.3.0-beta1 Pre-release
Pre-release
  • Restructure modules and functions so that they make more sense, and there are not multiple unrelated classes in a single file

v0.2.2

04 Jun 11:57
Compare
Choose a tag to compare
  • Make timestamp=XXX optional, and off by default
  • Greatly improve test coverage

v0.2.1

04 Jun 11:40
Compare
Choose a tag to compare
  • Add charge duration seconds to Charge allowing for more granular tracking of charging time

v0.2.0

04 Jun 11:37
Compare
Choose a tag to compare
  • Add ChargeDuration to Charge