Fixes from 1.7.1 and 17.2 are:
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.
FlashMQ version 1.6.6 released
One small bug-fix in Mosquitto-compatible ACL pattern matching: multi-level wildcards should match the parent, so ‘one/two/#’ should match publications to ‘one/two’.
FlashMQ version 1.6.5 – important update
A denial of service vulnerability causing a crash by dereference of null on corrupt packets was found by Benedikt Brandmaier using rusty-FUME. There was no heap corruption or out-of-bounds access, so no indication of a possible exploit. Update as soon as possible. Additionally, a bug was fixed in decoding mosquitto password files with Windows end-of-line […]
FlashMQ 1.6.4 released
Another small bug-fix release: fixed queuing tasks from queued tasks, in plugin call flashmq_add_task().