updated (includes fix for #142)

This commit is contained in:
john30
2018-04-04 10:40:38 +02:00
parent a9c8047f0d
commit d01385cb6d
Regular → Executable
+18
View File
@@ -1,3 +1,21 @@
# next version
## Breaking Changes
* changed default configuration file location to config web service at ebusd.eu
## Bug Fixes
* corrected tag name set by make_debian
* corrected MQTT /get topic on field level
* corrected weird IP address logging
## Features
* added support for retrieving configuration files from config web service
* changed docker image to be smaller size and fixed missing library dependencies
* added automatic reconnect to MQTT broker
* changed logging for messages from "updated" to "received" and "sent" depending on who initiated the request
* added support for serving .csv files to HTTP/JSON port
# 3.1 (2017-12-26)
## Bug Fixes