Skip to content

2.0.2

Compare
Choose a tag to compare
@sophokles73 sophokles73 released this 30 Aug 12:15
· 452 commits to master since this release

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 a hono-ttd value of 60 seconds (which is the tenant
    configuration max-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 a 404 error code instead.