You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CoAP adapter did not correctly track the time it took to forward a command message to a device. This has been fixed.
The downstream mapping endpoint was not correctly serialized which resulted in not being able to send commands using the downstream mapping endpoint. This has been fixed.
When using Kafka as messaging system, the Command Router now creates the internal Command & Control topic with the
replication factor defined in the broker default.replication.factor setting.
Sending requests using the Hono AMQP request-response client erroneously increased the hono.downstream.timeout metric.
This has been fixed.