Skip to content

Release 1.4.5

Latest
Compare
Choose a tag to compare
@GwendalRaoul GwendalRaoul released this 02 Aug 13:37
· 2 commits to master since this release
e17d41c

Main difference from 1.4.4

New features

  • Black hole: add an option to stop stack in case of black hole instead of increasing sink cost
  • Add a mechanism to limit the rate at which gateway is publishing on the broker.
    • It is disabled by default and can be enabled with option --mqtt_rate_limit_pps (or with global variable WM_SERVICES_MQTT_RATE_LIMIT_PPS)
  • Add a backoff mechanism to randomize the interval to reconnect to broker
    • It is useful to avoid all gateways reconnecting at same time in case broker is down

Enhancements

  • Upgrade c-mesh-api version for sink-service to support bigger MTU than 102
  • Display the error code from transport in places where it was missing

Fixes

  • Fix how black hole is enabled