Skip to content

Latest commit

 

History

History
104 lines (58 loc) · 3.34 KB

CHANGELOG.md

File metadata and controls

104 lines (58 loc) · 3.34 KB

Changelog

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

[Unreleased]

[0.8.3] - 2022-10-04

  • Print version on session startup by @mdwcrft in #34

[0.8.2] - 2022-06-28

  • add License file to the repo by @tropxy in #28
  • Added ATTEN_RESULTS_TIMEOUT as an ENV by @tropxy in #30
  • Change/atten result timeout validation by @tropxy in #31

[0.8.1] - 2022-05-24

Changed

  • bumped version to be published in pypi server by @tropxy in #27

[0.8.0] - 2022-05-24

Changed

  • switched the package upload to public pypi server by @tropxy in #24
  • refactored the package name to pyslac by @tropxy in #26

[0.7.1] - 2022-04-28

Added

  • Added a way to log the exceptions that otherwise would go unnoticed by @tropxy in #21
  • downgraded the python min version supported to 3.7 for more broad compatibility

[0.7.0] - 2022-04-26

Removed

  • removed references of the switch mqtt API by @tropxy in #18

Added

  • added enable_hlc_charging as a method of SlacSessionController by @tropxy in #19

[0.6.0] - 2022-04-12

Changed

  • Message process retry after unexpected message arrival by @tropxy in #13

[0.5.0] - 2022-03-24

Changed

  • Network interface extraction from cs parameters; Update of the code with mqtt version 0.18.1 by @tropxy in #10

Fixed

  • Set credentials by @tropxy in #8
  • Version bump by @tropxy in #11

[0.4.0] - 2021-12-20

Added

  • Makefile recipe to configure the PyPi credentials directly into pyproject.toml, in case the usual configuration fails, by @tropxy in #6
  • Added Makefile recipe running the EV simulator and to run the project locally with super user privileges, by @tropxy in #6

Removed

  • Removed unneeded Timeout setting in readeth method, by @tropxy in #6

Changed

  • Changed scapy EV simulator example to a more realistic scenario, by @tropxy in #6
  • Changed Makefile recipe for local installation to use pip instead of poetry, by @tropxy in #6
  • Updated Readme to be in sync with the code and clearer, by @tropxy in #6

Fixed

  • Env settings configuration, by @tropxy in #6

[0.3.0] - 2021-11-30

  • Added Config by @tropxy in #5

[0.2.0] - 2021-11-30

Added

  • #3 Added env settings using environs lib, updated readme and docker compose files by @tropxy

Fixed

  • #2 added PYPI switch as extra-index by @tropxy

[0.1.0] - 2021-11-20

  • Initial release.