0.23.9 is a bug-fix ver for MQTT v5 specifically. Fix #2040 and other bugs around topic_alias
. Also, introduce a new interface binding feature into the bridging module (docs will come in next ver). If you are an MQTT V5 user, updating to 0.23.9 is a good choice.
What's Changed in NanoMQ
- nanomq->conf_file should be a heap. by @wanghaEMQ in https://github.com/nanomq/nanomq/pull/2050
- NEW [bridge] support interface binding in TCP/TLS bridging by @JaylinYu in https://github.com/nanomq/nanomq/pull/2055
- FIX [pub_handler] Fix the error in compiling. by @wanghaEMQ in https://github.com/nanomq/nanomq/pull/2054
- new 0.23.9 release by @JaylinYu in https://github.com/nanomq/nanomq/pull/2056
Full Changelog: https://github.com/nanomq/nanomq/compare/0.23.8...0.23.9
What's Changed in NanoNNG
- new feature: interface binding by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1230
- for win by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1232
- FIX [conf] rename interface to avoid conflict on WIn by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1233
- fix a connmsg leak by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1235
- fix ci tests by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1238
- MDF [ringbuffer_test] fix another memleak in CI test by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1239
Full Changelog: https://github.com/nanomq/NanoNNG/compare/0.23.8...0.23.9