NanoMQ 0.23.10 is ready now. Congrats to 2 new contributors from the community, always welcome newcomers with an open heart. Thanks to the help and issue report from the community, as well as skillful academic researchers who found hidden bugs for nanomq. The project has been massively deployed in real-world vehicles as an in-vehicle messaging bus and vehicle-to-cloud proxy. NanoMQ could never reach this stage in terms of safety and security without the help of the community.
changelog:
- New bridging option for SQLite cache:
retry_qos_0
- Switch to
NORMAL
synchronization mode of SQLite. - Fix incompatibility with NDK compiler.
- More comprehensive Doc regarding the bridging module.
- Bug fix of #2066 & #2058 #1844
What's Changed in NanoMQ
- Avoid confusion by updating version number in .conf to required version (for compatibility) by @snw7 in https://github.com/nanomq/nanomq/pull/2057
- FIX [nng/rest_api] fix func definetion issue complained by NDK comp… by @JaylinYu in https://github.com/nanomq/nanomq/pull/2062
- MDF [nng] update nng head for a websocket fix by @JaylinYu in https://github.com/nanomq/nanomq/pull/2064
- 0.29.10 ver release by @JaylinYu in https://github.com/nanomq/nanomq/pull/2067
- 0.29.10 by @JaylinYu in https://github.com/nanomq/nanomq/pull/2069
New Contributors
- @snw7 made their first contribution in https://github.com/nanomq/nanomq/pull/2057
Full Changelog: https://github.com/nanomq/nanomq/compare/0.23.9...0.23.10
What's Changed in NanoNNG
- Fix code warnings & nanomq issue #2058 by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1241
- Fix a hidden flaw in QUIC protocol layer. by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1244
- for https://github.com/nanomq/nanomq/issues/1844 by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1249
- FIX [conf] Fix the error that auth doesn't work with the old conf. by @wanghaEMQ in https://github.com/nanomq/NanoNNG/pull/1252
- FIX [sqlite pragma] set synchronous=NORMAL to prevent excessive syncing by @elrafoon in https://github.com/nanomq/NanoNNG/pull/1212
- feat: add property retry_qos_0 by @ftapajos in https://github.com/nanomq/NanoNNG/pull/1227
- config update by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1253
- For #2066 in nanomq by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1254
- FIX [nmq_websocket] correct an oversight aio busy condition by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1255
New Contributors
- @elrafoon made their first contribution in https://github.com/nanomq/NanoNNG/pull/1212
- @ftapajos made their first contribution in https://github.com/nanomq/NanoNNG/pull/1227
Full Changelog: https://github.com/nanomq/NanoNNG/compare/0.23.9...0.23.10