Releases: soypat/natiu-mqtt
Releases · soypat/natiu-mqtt
v0.6.0 - Belated Natiu release
What's Changed
- cleanup: use consistent var name for func receiver by @scottfeldman in #8
- add subscription to example by @soypat in #10
- fix HandleNext to solve #11 by @soypat in #12
New Contributors
- @scottfeldman made their first contribution in #8
Full Changelog: v0.5.1...v0.6.0
First release 🎉
Natiu-mqtt has matured quite a lot since a couple months ago. It now has a Client implementation which is concurrent safe and extremely fast and small- It uses 100kB of static memory on a microcontroller and just 5kB of RAM; compared to 212kB static memory used by Paho.
Full Changelog: https://github.com/soypat/natiu-mqtt/compare/v0.4.0..v0.5.1
First release
Natiu-mqtt ready for non-production use.