Releases: adafruit/Adafruit_CircuitPython_MiniMQTT
Releases · adafruit/Adafruit_CircuitPython_MiniMQTT
7.11.1 - Handle ESP32SPI Socket.send()
What's Changed
Full Changelog: 7.11.0...7.11.1
7.11.0 - allow specifying session_id for connect()
Full Changelog: 7.10.7...7.11.0
7.10.7 - allow specifying session_id for connect()
What's Changed
Full Changelog: 7.10.6...7.10.7
7.10.6 - Fix truncated large sends; fix example
What's Changed
- handle partial socket send()'s by @dhalbert in #231
- Update minimqtt_adafruitio_native_networking.py by @manchicken in #229
New Contributors
- @manchicken made their first contribution in #229
Full Changelog: 7.10.5...7.10.6
7.10.5 - Fix Default Timeout
7.10.4 - Fix For Un-Closed Socket
7.10.3 - Fix For Sphinx RTD Theme
Full Changelog: 7.10.2...7.10.3
7.10.2 - Use Ruff
What's Changed
Full Changelog: 7.10.1...7.10.2
7.10.1 - Will Set Enhancements
What's Changed
- refactor will_set function to match the publish function and allow the msg/payload to be encoded bytes, not just str, int or float. by @ehagerty in #221
New Contributors
Full Changelog: 7.10.0...7.10.1
7.10.0 - Use adafruit_ticks instead of time.monotonic
What's Changed
- maintain time.monotonic precision by using adafruit_ticks by @kevin-tritz in #210
New Contributors
- @kevin-tritz made their first contribution in #210
Full Changelog: 7.9.0...7.10.0