Skip to content

Latest commit

 

History

History
316 lines (197 loc) · 12.9 KB

CHANGELOG.md

File metadata and controls

316 lines (197 loc) · 12.9 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.17.0] - 2023-03-01

Changed

[0.16.0] - 2023-01-27

Fixed

Changed

[0.15.0] - 2022-12-20

Fixed

Changed

Added

[0.14.2] - 2022-12-05

Changed

[0.14.1] - 2022-11-28

Fixed

  • Bugfix - Binding the port to the socket does not work (Linux) by @SebaLukas in EcoG-io/iso15118#168

New Contributors

[0.14.0] - 2022-11-22

Fixed

Changed

New Contributors

[0.13.0] - 2022-10-17

Fixed

Added

[0.12.0] - 2022-10-03

Changed

  • Feature/add protocol state to interface by @lukaslombriserdesignwerk in EcoG-io/iso15118#136
  • Feat/improve logging/ab#2898 by @santiagosalamandri in EcoG-io/iso15118#139 Thank you @santiagosalamandri for your first contribution :)

[0.11.0] - 2022-09-22

Added

  • Exception handling for reading mo cert by @ikaratass in EcoG-io/iso15118#133
  • Feature/iso din bringup on comemso by @martinbachmanndesignwerk in EcoG-io/iso15118#86 Thank you @martinbachmanndesignwerk for your first contribution ;)

Changed

  • Improvement: Add get_cp_state method to iso15118 interface controller and include cp_status handler by @ikaratass in EcoG-io/iso15118#77
  • bumped crypto version to 38.0.1 by @tropxy in EcoG-io/iso15118#137

[0.10.3] - 2022-09-10

Added

-added version info to the logs by @tropxy in EcoG-io/iso15118#130

[0.10.2] - 2022-09-8

Fixed

[0.10.1] - 2022-09-6

Changed

  • Reverted min Python version to 3.9 in pyproject.toml

[0.10.0] - 2022-09-2

Fixed

Changed

Added

[0.9.0] - 2022-08-26

Fixed

  • Empty string field causes EXI encoding error by @shalinnijel2 in EcoG-io/iso15118#106
  • fix: wrong message parameters will return FAILED_WRONG_CHARGE_PARAMETER by @ikaratass in EcoG-io/iso15118#87

Added

[0.8.1] - 2022-08-08

Fixed

[0.8.0] - 2022-08-05

Added

  • makefile comments and cleanup
  • Add option to fetch CertificateInstallationRes
  • Update create_certs.sh to help testing with Keysight
  • support multiple passwords for private keys (AB#2546)
  • plug and charge authorization, basic happy path

Fixed

  • EXI grammar violation for failed response.
  • MessageProcessingError.init() missing 1 required positional argument: 'message_name'
  • missing parameters are added for ChargeParameterDiscoveryRes and PowerDeliveryRes

[0.7.3] - 2022-07-15

Fixed

  • Includes fixes for issues identified at the CharIN Testival July 2022 (signature verification issue in CertificateInstallation state with CertificateInstallationReq)

Removed

  • Removed unused EXICodec.jar.bkp file

[0.7.2] - 2022-06-24

Added

  • created a new env CERTS_GENERAL_PRIVATE_KEY_PASS_PATH to be able to d… by @tropxy in EcoG-io/iso15118#71

[0.7.1] - 2022-06-22

Changed

[0.7.0] - 2022-06-20

Added

Removed

  • removed unused functions and tasks from utils.py; added reference links by @tropxy in EcoG-io/iso15118#64

Fixed

[0.6.0] - 2022-06-16

Added

  • Make communication protocols configurable via .env file by @shalinnijel2 in EcoG-io/iso15118#60

Fixed

  • Schedule entry durations in ChargeParameterDiscoveryRes should add up to departure_time from EVCC (AB#2183) by @shalinnijel2 in EcoG-io/iso15118#59

Changed

[0.5.0] - 2022-05-24

Added

Fixed

  • fixes for the issues found during the vector testival by @tropxy in EcoG-io/iso15118#38
  • Fixed error while constructing PaymentDetailsReq message.(AB#1936) by @shalinnijel2 in EcoG-io/iso15118#41

Changed

[0.4.0] - 2022-04-30

Added

Fixed

Removed

[0.3.0] - 2022-04-13

Added

[0.2.1] - 2022-03-13

Changed

[0.2.0] - 2022-02-22

Changed

Removed

  • Removed exi dependency and reformat of the code main files by @shalinnijel2 in EcoG-io/iso15118#14

[0.1.0] - 2022-01-04

Added

  • Improved SECC and EVCC configuration handling and updated readme by @tropxy in EcoG-io/iso15118#6
  • Github actions workflow and reformat of the code by @tropxy in EcoG-io/iso15118#8

Changed

Removed

Fixed

N/A - 2021-11-20

  • Repository transfer from Josev to this one