The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Print version on session startup by @mdwcrft in EcoG-io#34
- add License file to the repo by @tropxy in EcoG-io#28
- Added ATTEN_RESULTS_TIMEOUT as an ENV by @tropxy in EcoG-io#30
- Change/atten result timeout validation by @tropxy in EcoG-io#31
- bumped version to be published in pypi server by @tropxy in EcoG-io#27
- switched the package upload to public pypi server by @tropxy in EcoG-io#24
- refactored the package name to pyslac by @tropxy in EcoG-io#26
- Added a way to log the exceptions that otherwise would go unnoticed by @tropxy in EcoG-io#21
- downgraded the python min version supported to 3.7 for more broad compatibility
- removed references of the switch mqtt API by @tropxy in EcoG-io#18
- added enable_hlc_charging as a method of SlacSessionController by @tropxy in EcoG-io#19
- Message process retry after unexpected message arrival by @tropxy in EcoG-io#13
- Network interface extraction from cs parameters; Update of the code with mqtt version 0.18.1 by @tropxy in EcoG-io#10
- Set credentials by @tropxy in EcoG-io#8
- Version bump by @tropxy in EcoG-io#11
- Makefile recipe to configure the PyPi credentials directly into pyproject.toml, in case the usual configuration fails, by @tropxy in EcoG-io#6
- Added Makefile recipe running the EV simulator and to run the project locally with super user privileges, by @tropxy in EcoG-io#6
- Removed unneeded Timeout setting in
readethmethod, by @tropxy in EcoG-io#6
- Changed scapy EV simulator example to a more realistic scenario, by @tropxy in EcoG-io#6
- Changed Makefile recipe for local installation to use pip instead of poetry, by @tropxy in EcoG-io#6
- Updated Readme to be in sync with the code and clearer, by @tropxy in EcoG-io#6
- Env settings configuration, by @tropxy in EcoG-io#6
- Added Config by @tropxy in EcoG-io#5
- #3 Added env settings using environs lib, updated readme and docker compose files by @tropxy
- #2 added PYPI switch as extra-index by @tropxy
- Initial release.