Skip to content

Commit 8de68c9

Browse files
committed
Update release notes
Signed-off-by: Kai Hudalla <[email protected]>
1 parent 957f5ab commit 8de68c9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

site/homepage/content/release-notes.md

+22
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ description = "Information about changes in recent Hono releases. Includes new f
4242
been documented as `HONO_VERTX_MAX_EVENT_LOOP_EXECUTE_TIME_MILLIS`, accepting an integer representing the duration as
4343
number of milliseconds. However, the correct property is named `HONO_VERTX_MAX_EVENT_LOOP_EXECUTE_TIME` and accepts an
4444
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.
4550
* The hugo themes for the Hono website and the documentation have been updated to the latest versions respectively.
4651
In order for the site module build to succeed with the `hugo` binary installed locally, the
4752
`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
8691
Activating the `build-docker-image` profile by default can easily be achieved by adding `-Pbuild-docker-image` to
8792
the *MAVEN_OPTS* environment variable instead.
8893

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+
89111
## 1.6.0
90112

91113
### New Features

0 commit comments

Comments
 (0)