Fixes & Enhancements
- The default value for the HTTP protocol adapter
hono.http.idleTimeout
configuration property has been increased
from 60 to 75 seconds. This means HTTP requests with ahono-ttd
value of 60 seconds (which is the tenant
configurationmax-ttd
default) will not cause the idle timeout to be reached. - The mechanism used by the Command Router component to determine the state of protocol adapter instances has been
improved. - The CoAP adapter returned a
500
error code for PUT requests without a device identifier in the URI path. This has
been fixed, now returning a response with a404
error code instead.