Skip to content

v1.6.5

Choose a tag to compare

@github-actions github-actions released this 28 Mar 14:52
Immutable release. Only release title and notes can be modified.
a199b06

✨ Features & Enhancements

  • Strict Channel Verification: Added configuration flag MESH_ALLOW_UNCONFIGURED_CHANNELS (default: True) allowing users to strictly enforce network forwarding restrictions based on physical node definitions, preventing extraneous traffic from traversing the proxy (fixes Issue 45).
  • Drop-Oldest Queue Eviction: Replaced the node interface transmission buffer with a collections.deque implementing a drop-oldest eviction strategy. This ensures that the most recent packets consistently reach the radio during peak load and connection reconnects without latency blocks (combines PR 46 & 47).