NanoMQ 0.17.0 is out now! Changelog:
- Integrate DDS-IDL-Code-Gen-Tool https://github.com/nanomq/idl-serial
- Support 2-Way TLS & Certificate configuration in MQTT over QUIC
- Sync with NanoSDK 0.9
- Store Retain msg in SQLite when the offline cache is enabled
- New QUIC API "nng_mqtt_quic_open_conf"
- Fix #1093 #1107 #1098 #1095
- FIx #1108
- Fix #1127 no local option is ignored
What's Changed
- Fix a use-after-free bug in sub_handler.c by @moonZHH in https://github.com/emqx/nanomq/pull/1117
- Fixed vsomeip compile error. by @lee-emqx in https://github.com/emqx/nanomq/pull/1121
- Sync with new version of nanosdk by @JaylinYu in https://github.com/emqx/nanomq/pull/1124
- New QUIC config params & move nng head by @JaylinYu in https://github.com/emqx/nanomq/pull/1125
- Fix #1127 by @JaylinYu in https://github.com/emqx/nanomq/pull/1129
New Contributors
- @moonZHH made their first contribution in https://github.com/emqx/nanomq/pull/1117
Full Changelog: https://github.com/emqx/nanomq/compare/0.16.5...0.17.0