The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Print version on session startup by @mdwcrft in #34
- 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
- bumped version to be published in pypi server by @tropxy in #27
- switched the package upload to public pypi server by @tropxy in #24
- refactored the package name to pyslac by @tropxy in #26
- 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
- removed references of the switch mqtt API by @tropxy in #18
- added enable_hlc_charging as a method of SlacSessionController by @tropxy in #19
- Message process retry after unexpected message arrival by @tropxy in #13
- Network interface extraction from cs parameters; Update of the code with mqtt version 0.18.1 by @tropxy in #10
- 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 unneeded Timeout setting in
readeth
method, by @tropxy in #6
- 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
- Env settings configuration, by @tropxy in #6
- Added Config by @tropxy in #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.