FlashMQ version 1.7.7 contains a minor fix on websocket close. A recent change was introduced that caused any websocket close to produce an error in the log about an invalid close frame. Version 1.7.7 fixes that. Not much functionally changed.
FlashMQ 1.7.6 released – security fix
Version 1.7.6 contains a security fix relating to “last will and testament” messages. Wills placed by clients were published even when that client’s authentication failed. Update available as usual. Setting wills_enabled false in the config file is a mitigation.
FlashMQ 1.7.4 released
Minor change: The plugin loading priority has changed to favor FlashMQ’s plugin first. This allows a plugin to be both Mosquitto v2 and FlashMQ native. This allows writing transitional code.
FlashMQ 1.7.3 released
This mostly contains internal code maintenance, but there is one small extra feature: Builds available as usual.
FlashMQ 1.7.1 released
One small fix: clients that only opened a TCP connection and did nothing else were not disconnected by the keep-alive mechanism.
FlashMQ 1.6.7 released
Aside from some general code improvements, the only change is a new config option: retained_messages_delivery_limit. See the man page for details. Builds available.