Skip to content

v1.1.4

Latest
Compare
Choose a tag to compare
@jturner-22 jturner-22 released this 21 Oct 18:10
· 33 commits to master since this release

1.1.4 - October 21, 2020

  • Message Queue improvements:
    • Added a device option for when the mesage queue is full: "When full, message queue should [drop-old | reject-new] messages."
      • Existing device configurations will be set to "reject-new", which was the existing behavior. New device configurations will be set to the default of "drop-old".
    • Don't add warnings to the log when the message queue is full.
    • Stop showing the queue count in each node. It was too confusing, since it only
      reflected the count when the node was last updated.