This is an improvement version base on 0.23.1, to fix https://github.com/nanomq/nanomq/issues/1958 and enhance transparent bridging. Now bridging will also cache Sub/UnSub & QoS 1/2 msg for QUIC transport as well. Thanks to @huchangqiqi, now rule engine also supports PostgreSQL & TimescaleDB
What's Changed in NanoMQ
- startup/stop bug of pid file check logic by @zzflytang in https://github.com/nanomq/nanomq/pull/1962
- MDF [CI/coverage] Update coverage.yml by @JaylinYu in https://github.com/nanomq/nanomq/pull/1966
- same with #1882 by @JaylinYu in https://github.com/nanomq/nanomq/pull/1963
- New release 0.23.2 by @JaylinYu in https://github.com/nanomq/nanomq/pull/1968
New Contributors
- @zzflytang made their first contribution in https://github.com/nanomq/nanomq/pull/1962
Full Changelog: https://github.com/nanomq/nanomq/compare/0.23.1...0.23.2
What's Changed in NanoNNG
- Fix the warnings in compiling. by @wanghaEMQ in https://github.com/nanomq/NanoNNG/pull/1127
- slight enhance to QUIC PING by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1130
- support postgresql and timescaledb by @huchangqiqi in https://github.com/nanomq/NanoNNG/pull/1057
- Fix missing unsub_info list in broker_tls by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1131
- MDF [mqtt_quic] cache QoS msg & Sub/UnSub like TCP by @JaylinYu in https://github.com/nanomq/NanoNNG/pull/1132