This is the changelog of NanoMQ 0.13.0:
- MQTT over QUIC enhancement: 1) Fallback to TCP when the public network is not acceptable 2) Support interface binding with index 3) Add more parameters for adjusting QUIC behaviors 4) Multi-channel bridging
- Rule Engine Republishing message.
- Enhanced logging system (minor drawback in performance)
- Support SQLite caching for NanoSDK (QUIC)
- Hot Update of specific Config parameters via Reload command or HTTP API.
- Add an official binary package that supports QUIC bridging
- Fix SSL/TLS support of MQTT bridging
- Fix config file is not taking effect in the Docker image
What's Changed
- Support reload command
nanomq reload [--conf <path>]
by @alvin1221 in https://github.com/emqx/nanomq/pull/873 - Add nanomq config file. by @lee-emqx in https://github.com/emqx/nanomq/pull/874
- MDF [conf] add multi-stream to hcon conf file & reduce ctx number … by @JaylinYu in https://github.com/emqx/nanomq/pull/877
- MDF [BROKER] rollback to conf format. by @JaylinYu in https://github.com/emqx/nanomq/pull/878
- Fix repeated json fields by @alvin1221 in https://github.com/emqx/nanomq/pull/876
- sync with msquic to introduce congestion control algorithm by @JaylinYu in https://github.com/emqx/nanomq/pull/880
- Add
ACL
configuration file by @alvin1221 in https://github.com/emqx/nanomq/pull/879 - modify text int nanomq.conf by @JaylinYu in https://github.com/emqx/nanomq/pull/882
- Fix Dockerfiles cause images too large. by @alvin1221 in https://github.com/emqx/nanomq/pull/883
- Remove IPC file before listening by @JaylinYu in https://github.com/emqx/nanomq/pull/885
- delete IPC path each time before booting by @JaylinYu in https://github.com/emqx/nanomq/pull/887
- MDF [broker] disable conf source file if NOLOG is enabled by @JaylinYu in https://github.com/emqx/nanomq/pull/888
- Release 0.13 by @JaylinYu in https://github.com/emqx/nanomq/pull/889
- Fix rest APIs issues by @alvin1221 in https://github.com/emqx/nanomq/pull/886
Full Changelog: https://github.com/emqx/nanomq/compare/0.12.5...0.13.0