8000 Release BifroMQ-v3.2.1 · apache/bifromq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BifroMQ-v3.2.1

Compare
Choose a tag to compare
@popduke popduke released this 19 Jul 07:51
· 69 commits to release-v3 since this release

This patch release includes the following changes:

Improvements:

  • The ingressBytes metric, which measures the inbound traffic from MQTT clients, now includes the size of the connect message.
  • Enhanced both the performance and accuracy of the approach for measuring Netty direct memory usage.
  • Reduced memory consumption by adjusting the per-channel maxWriteSize according to outbound bandwidth.
  • Improved stability and recoverability when overloaded.
  • Enhanced the stability of base-kv after failover.

Bug Fixes:

  • Resolved inaccuracies in sizing incoming MQTT messages.
  • Fixed inaccuracies in counting persistent sessions in some failover cases.
  • Implemented a workaround for the issue where metrics collection could be blocked in extreme high direct buffer usage situations.
  • Fixed issue #95 by enforcing type-checking of BifroMQSysProp at build time.

Full Changelog: GitHub Compare v3.2.0...v3.2.1

0