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 ## Breaking Changes
* changed default configuration file location to config web service at ebusd.eu * 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 * added support for retrieving configuration files from config web service
* changed docker image to be smaller size and fixed missing library dependencies * changed docker image to be smaller size and fixed missing library dependencies
* added automatic reconnect to MQTT broker * 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 support for serving .csv files and new argument maxage to HTTP/JSON port
* added timeout argument and error result code to ebusctl * 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 "-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 "encode" and "decode" commands for testing field definitions
* added option to ignore failed host name resolution during initialization of MQTT * 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.1 (2017-12-26)
+3 -3
View File
@@ -63,9 +63,9 @@ Usage instructions and further information can be found here:
Configuration Configuration
------------- -------------
The most important part of each ebusd installation is the message The most important part of each ebusd installation is the message configuration.
configuration. By default, only rudimentary messages are interpreted. Starting with version 3.2, ebusd uses the config web service at ebusd.eu to retrieve
Check the Wiki and/or the configuration repository: the latest configuration files that are reflected by the configuration repository:
> https://github.com/john30/ebusd-configuration > 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" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 3.1 ENV EBUSD_VERSION 3.2
ENV EBUSD_ARCH amd64 ENV EBUSD_ARCH amd64
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" 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" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 3.1 ENV EBUSD_VERSION 3.2
ENV EBUSD_ARCH amd64 ENV EBUSD_ARCH amd64
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" 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" LABEL maintainer "ebusd@ebusd.eu"
ENV EBUSD_VERSION 3.1 ENV EBUSD_VERSION 3.2
ENV EBUSD_ARCH amd64 ENV EBUSD_ARCH amd64
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-mqtt1" LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-mqtt1"