OpenDTU Logger 0.1.0 release: Adds support for password-protected OpenDTU's.

This commit is contained in:
Pieter Hollander 2024-07-26 23:54:56 +02:00
parent 29a221d703
commit 00a5e7d014
Signed by: pieter
SSH key fingerprint: SHA256:HbX+9cBXsop9SuvL+mELd29sK+7DehFfdVweFVDtMSg
3 changed files with 23 additions and 6 deletions
opendtu-logger

View file

@ -1,5 +1,10 @@
# Changelog
## [0.1.0] 2024-07-26
- **BREAKING CHANGE:** The `opendtu` configuration variable was renamed to `opendtu_address`.
- This version adds support for password-protected OpenDTU's, by implementing support for authentication.
## [0.0.11] 2024-07-26
- Adds automatic database migrations, so future upgrades can be performed automatically and will not require user intervention.