This commit is contained in:
John
2020-12-06 18:04:08 +01:00
committed by GitHub
parent 61feda2f34
commit ab75329141
+18
View File
@@ -1,3 +1,21 @@
# 3.5 (2020-12-?)
## Bug Fixes
* fix for publishing several MQTT updates at once
* optimized keep alive option for net devices
* fix for duplicate entry "minarbitrationmicros" in HTTP GET
* fix for extra send retry
* fix for newer compiler versions
* fix for potential illegal string usages
* fix for named net device not being resolvable during startup
## Features
* added Raspberry Pi docker image
* added support for Cygwin build
* added option to use "\*" as trailing wildcard for circuit and name in MQTT /list topic
* added "--mqttinsecure" option
# 3.4 (2019-10-27)
## Bug Fixes