updated version to 3.2

This commit is contained in:
john30
2018-05-10 13:37:40 +02:00
parent f36830e95c
commit c1129cb451
6 changed files with 10 additions and 9 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
# next version
# 3.2 (2018-05-10)
## Breaking Changes
* changed default configuration file location to config web service at ebusd.eu
@@ -13,12 +13,13 @@
* 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
* changed logging for messages from "updated" to "received" and "sent" depending on who initiated the request and added message direction/scan/poll/update info
* added support for serving .csv files and new argument maxage to HTTP/JSON port
* added timeout argument and error result code to ebusctl
* added "-def" option to "read" and "write" commands and "define" command to test message defintions and add new definitions during runtime and disabled all by default (use "--enabledefine" command line option).
* added "encode" and "decode" commands for testing field definitions
* added option to ignore failed host name resolution during initialization of MQTT
* added logging when device became invalid and close it on error
# 3.1 (2017-12-26)
+3 -3
View File
@@ -63,9 +63,9 @@ Usage instructions and further information can be found here:
Configuration
-------------
The most important part of each ebusd installation is the message
configuration. By default, only rudimentary messages are interpreted.
Check the Wiki and/or the configuration repository:
The most important part of each ebusd installation is the message configuration.
Starting with version 3.2, ebusd uses the config web service at ebusd.eu to retrieve
the latest configuration files that are reflected by the configuration repository:
> https://github.com/john30/ebusd-configuration
+1 -1
View File
@@ -1 +1 @@
3.1
3.2
+1 -1
View File
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 3.1
ENV EBUSD_VERSION 3.2
ENV EBUSD_ARCH amd64
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel"
+1 -1
View File
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 3.1
ENV EBUSD_VERSION 3.2
ENV EBUSD_ARCH amd64
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}"
+1 -1
View File
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 3.1
ENV EBUSD_VERSION 3.2
ENV EBUSD_ARCH amd64
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-mqtt1"