NanoMQ 0.22.2 is out now.
- Add prefix/suffix option for Bridging node
- Preserve retain flag for PUBLISH message in SUBSCRIBE Action
What's Changed in NanoMQ
- Fix user properties plugin crash by @RanMaoyi in https://github.com/nanomq/nanomq/pull/1824
- For #1819 by @JaylinYu in https://github.com/nanomq/nanomq/pull/1825
- MDF [nng] move nng head to fix win build error by @JaylinYu in https://github.com/nanomq/nanomq/pull/1827
- FIX [broker] always send pub msg with retain flag for subscribe by @JaylinYu in https://github.com/nanomq/nanomq/pull/1834
- Support suffix and prefix for each pair of remote/local topic by @wanghaEMQ in https://github.com/nanomq/nanomq/pull/1835
Full Changelog: https://github.com/nanomq/nanomq/compare/0.22.1...0.22.2
What's Changed in NanoNNG
- Sync recent security fix to sdv-master by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/966
- Modify cap limit to 0xffffffff for bigger cap support && support cap check. by @xinyi-xs in https://github.com/nanomq/NanoNNG/pull/967
- Parquet find span support. by @xinyi-xs in https://github.com/nanomq/NanoNNG/pull/979
- Fixed stack smash && other issues. by @xinyi-xs in https://github.com/nanomq/NanoNNG/pull/982
- exchange_server support fuzzing search in ringbus and parquet by @RanMaoyi in https://github.com/nanomq/NanoNNG/pull/983
- Support multiple mqtt stream by @RanMaoyi in https://github.com/nanomq/NanoNNG/pull/984
- Add uds dailer support. by @xinyi-xs in https://github.com/nanomq/NanoNNG/pull/985
- Support uds env && fixed log_to related env errors. by @xinyi-xs in https://github.com/nanomq/NanoNNG/pull/990
- [exchange_server]Discard the payload contents of the req command by @RanMaoyi in https://github.com/nanomq/NanoNNG/pull/998
- Sync to updated 0.22.1 by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1004
- FIX [mqtt_codec] variable length is only 4 bytes max by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1005
- FIX [log] fix incompatible UNIX DOmain socket logging in windows by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1006
- Always preserve Retain flag for pub msg in sub action by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1007
- Support suffix and prefix for each pair of remote/local topic by @wanghaEMQ in https://github.com/nanomq/NanoNNG/pull/1009
Full Changelog: https://github.com/nanomq/NanoNNG/compare/0.22.1...0.22.2