NanoSDK 0.10.0
This is a synchronizing release. Major changes are
- Add a logging API
- Sync with the fixes from nanonng.
- Sync with the fixes from NNG upstream.
- Disable Auto-resend of QoS msg.
What's Changed
- Support build msquic on NanoSDK by @alvin1221 in #164
- Add mqtt connect will property APIs by @alvin1221 in #163
- Specify the number of topics for MQTT Demos . by @alvin1221 in #169
- Add exponential backoff for mqtt_tcp by @JaylinYu in #170
- Add SQLite APIs description by @alvin1221 in #171
- this is a tmp fix for accelerate QoS ack by @JaylinYu in #172
- Fix MQTT client demo
mqtt_async
failed to establish TLS connection by @alvin1221 in #173 - Add nng_mqtt_options document. by @lee-emqx in #174
- Sync with nanonng & upstream by @JaylinYu in #175
- Fixed demo error. by @lee-emqx in #176
- Fix warnings by @JaylinYu in #179
- Add '-l' option for demo. by @lee-emqx in #180
- Fix: make nng_close compatible with MQTT over QUIC by @JaylinYu in #181
- Sync neuron branch + empty proto_Data obj by @JaylinYu in #182
- sync code by @JaylinYu in #183
- fix compiling error by @JaylinYu in #184
- FIx bugs in mqtt_codec module by alvin by @JaylinYu in #185
- SYNC the quic part of codes from nanomq by @wanghaEMQ in #187
- Wangha/dev2 by @wanghaEMQ in #189
-
- FIX [quic_api] Fix the null qstrm. by @wanghaEMQ in #190
- Fix the null mtx in qstrm. by @wanghaEMQ in #191
- SYNC changes from NanoNNG by @wanghaEMQ in #192
- Fix the error that process of receive was pending. by @wanghaEMQ in #195
-
- FIX [mqtt_codec] Fix the wrong calculation in length of properties. by @wanghaEMQ in #197
- Add new recv_callback to mqtt_client obj by @JaylinYu in #198
- Fix the unfinished aios by @wanghaEMQ in #199
- Added library alias in demo CMake files, did not build. by @ooonak in #202
- Sync the fix from NNG upstream by @JaylinYu in #204
- unified packet id generation by @JaylinYu in #209
- Resync with upstream 1.7.0-pre by @JaylinYu in #214
- sync from nanonng by @OdyWayne in #210
- enable log in nanosdk by @OdyWayne in #213
- Switch to uint64_t key(hashmap) by @JaylinYu in #216
New Contributors
Full Changelog: 0.9.0...0.10.0