NanoMQ 0.24.2 is out. This is an enhanced version of 0.24, which also comes with a major update of HTTP Auth/ACL feature.
- Support Hot update of password & username of MQTT authentication. Doc is on the way.
- Merging online/offline event message in one $SYS topic prefix, along with bridging event message plus retain flag added
- Refactoring NNG HTTP framework for deferring resource clean to avoid thread blocking wait for External HTTP server
- Topic mapping feature now also be compatible with old way of configuration.(remote_topic)
- Fix a double-free case in WebSocket
- Update Docs for aboving changes
- Fix a segmentation fault caused by using sequence option in nanomq_cli
What's Changed in NanoMQ
- change priority sequence of cmd line & fix nanomq_cli by @JaylinYu in https://github.com/nanomq/nanomq/pull/2097
- hot update of auth passwd & updated online/offline notification msg by @JaylinYu in https://github.com/nanomq/nanomq/pull/2098
- MDF [doc] add tips section of bridging by @JaylinYu in https://github.com/nanomq/nanomq/pull/2101
- MDF [Doc] fix tab sections desnt work by @JaylinYu in https://github.com/nanomq/nanomq/pull/2103
- MDF [doc] update quick-start doc by @JaylinYu in https://github.com/nanomq/nanomq/pull/2105
- MDF [nng] move nng head for new release by @JaylinYu in https://github.com/nanomq/nanomq/pull/2106
- update submodule for 0.24.2 by @JaylinYu in https://github.com/nanomq/nanomq/pull/2107
Full Changelog: https://github.com/nanomq/nanomq/compare/0.24.1...0.24.2
What's Changed in NanoNNG
- sync with newly added feature. by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1306
- minor fix of websocket & HTTP Request by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1309
- for https://github.com/nanomq/nanomq/issues/2100 by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1314
- fix memleak of http auth blocking by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1316
Full Changelog: https://github.com/nanomq/NanoNNG/compare/0.24.1...0.24.2