Skip to content

TBMQ 2.0.1 Release

Latest
Compare
Choose a tag to compare
@dmytro-landiak dmytro-landiak released this 31 Dec 10:06
· 11 commits to main since this release

Patch release with the following improvements and bug fixes.

Improvements:

  • Core:

    • #178 MQTT processing improvement to eliminate unnecessary object creation;
    • #183 Improved Redis integration by enhancing Lettuce connection handling and cluster topology refresh logic;
    • #185 Allow semicolon (;) as a character in Kafka configurations;
    • #188 Vulnerabilities fixes;
    • #189 Added sort order support for aggregation queries of historical statistics;
    • #190 Removed search_text column from PostgreSQL.

Bug fixes:

  • Core:

    • #176 Added missing parameter for WebSocket client admin settings;
    • #182 Last will delivery error on broker shutdown;
    • #184 Added Redis cluster topology refresh options for Jedis implementation.

With the changes in this release, we have conducted performance testing, which can be reviewed here.