Skip to content

TBMQ 1.2.0 Release

Compare
Choose a tag to compare
@dmytro-landiak dmytro-landiak released this 21 Nov 12:56
· 792 commits to main since this release

Minor release with the following features, improvements, and bug fixes.

Main features:

  • #73 Redis cache support;
  • #76 Client sessions advanced filtering;
  • #12aac735e7 MQTT client credentials advanced filtering;
  • #80 Shared subscriptions management.

Improvements:

Bug fixes:

  • Core:

    • #70 Fixed shared subscriptions processing with QoS 0 ("AT_MOST_ONCE");
    • #eae45b9781 Start processing shared subscriptions for persistent clients without additional subscribe message;
    • #0303a0e3f6 Fixed issue for persistent clients and shared subscriptions:
      Application - corrected qos change for existing subscription, Device - stop receiving stored messages twice on client connect if it sends subscribe.
  • UI:

    • #77 Fix user logout when changing password on Profile page on "Skip" button hit;
    • #25108bf9db Fixed loading animation in Home page for inactive browser tab;
    • #7901fedae9, #fe01288420 MQTT client credentials authorization topic rules bug fixes.