Releases: cryptk/python-omnilogic-local
Releases · cryptk/python-omnilogic-local
v0.1.0
Feature
- Fix pylint in pre-commit (
cf8067e
) - Output data parsed into pydantic models (
4e6c39d
) - Try a different poetry action (
7dd0ab2
) - Disable python semantic release job (
1d2efba
) - Add pytest to dependencies (
dfabb7b
) - Big cleanup of api and protocol code (
f8b5207
) - Initial version of pydantic models complete (
0db97a8
) - Initial work towards using pydantic (
9c4b4b6
)
Fix
Refactor API and Protocol code
- Create an initial batch of pydantic models, they are not (yet) being used
- Refactor the API and Protocol code to make it much cleaner
- Add logic to validate that ACK messages are received for commands and retry if needed