@@ -42,6 +42,11 @@ description = "Information about changes in recent Hono releases. Includes new f
42
42
been documented as ` HONO_VERTX_MAX_EVENT_LOOP_EXECUTE_TIME_MILLIS ` , accepting an integer representing the duration as
43
43
number of milliseconds. However, the correct property is named ` HONO_VERTX_MAX_EVENT_LOOP_EXECUTE_TIME ` and accepts an
44
44
ISO-8601 Duration string instead of an integer.
45
+ * The MQTT adapter failed to handle a command response message if the corresponding tenant object wasn't available
46
+ in the cache. This has been fixed.
47
+ * A failed connection attempt in the default ` org.eclipse.hono.connection.ConnectionFactory ` implementation could
48
+ have led to the AMQP connection not getting closed, occupying connection resources. This has been fixed.
49
+ * Validation of MQTT topics containing property bags has been improved, preventing unhandled exceptions.
45
50
* The hugo themes for the Hono website and the documentation have been updated to the latest versions respectively.
46
51
In order for the site module build to succeed with the ` hugo ` binary installed locally, the
47
52
` site/homepage/themes/hugo-universal-theme ` and ` site/documentation/themes/hugo-theme-learn ` folders need to be deleted.
@@ -86,6 +91,23 @@ description = "Information about changes in recent Hono releases. Includes new f
86
91
Activating the ` build-docker-image ` profile by default can easily be achieved by adding ` -Pbuild-docker-image ` to
87
92
the * MAVEN_OPTS* environment variable instead.
88
93
94
+ ## 1.6.1
95
+
96
+ ### Fixes & Enhancements
97
+
98
+ * The common configuration property for setting the vert.x instance's max-event-loop-execute-time had erroneously
99
+ been documented as ` HONO_VERTX_MAX_EVENT_LOOP_EXECUTE_TIME_MILLIS ` , accepting an integer representing the duration as
100
+ number of milliseconds. However, the correct property is named ` HONO_VERTX_MAX_EVENT_LOOP_EXECUTE_TIME ` and accepts an
101
+ ISO-8601 Duration string instead of an integer.
102
+ * The MQTT adapter failed to handle a command response message if the corresponding tenant object wasn't available
103
+ in the cache. This has been fixed.
104
+ * A failed connection attempt in the default ` org.eclipse.hono.connection.ConnectionFactory ` implementation could
105
+ have led to the AMQP connection not getting closed, occupying connection resources. This has been fixed.
106
+ * Validation of MQTT topics containing property bags has been improved, preventing unhandled exceptions.
107
+ * The protocol adapters might have run into a situation where devices connected to adapters did no longer receive
108
+ commands when using the Command Router service. The problem occurred when a Command Router service instance had been
109
+ restarted while one or more protocol adapters where connected to it. This has been fixed.
110
+
89
111
## 1.6.0
90
112
91
113
### New Features
0 commit comments