Releases: adafruit/Adafruit_CircuitPython_MiniMQTT
7.7.0 - update to match new exceptions from ConnectionManager
Fix Issue With Socket Disconnect / Re-Connect
What's Changed
- Change free_socket to close_socket by @justmobilize in #208
Full Changelog: 7.6.2...7.6.3
Fix Timeout Issue in Native Networking Examples
What's Changed
- Add
timeout
value. by @LelandSindt in #205
New Contributors
- @LelandSindt made their first contribution in #205
Full Changelog: 7.6.1...7.6.2
Fix get_radio_ssl_context
7.6.0: Switch to using ConnectionManager
What's Changed
- Switch to using ConnectionManager by @justmobilize in #197
Full Changelog: 7.5.9...7.6.0
Simplify Socket Exceptions
What's Changed
- Simplify socket exceptions by @justmobilize in #203
New Contributors
- @justmobilize made their first contribution in #203
Full Changelog: 7.5.8...7.5.9
Improved Ping Handling
What's Changed
Full Changelog: 7.5.7...7.5.8
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt
.
Read the docs for info on how to use it.
Improvements to Looping and Timeout Behavior
What's Changed
- Fix #148 loop method blocking with timeout of 0 by @rjauquet in #184
- enforce loop timeout to be bigger than socket timeout by @vladak in #200
New Contributors
Full Changelog: 7.5.6...7.5.7
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt
.
Read the docs for info on how to use it.
7.5.6 - Fix Length Bug With SUBSCRIBE
What's Changed
Full Changelog: 7.5.4...7.5.6
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt
.
Read the docs for info on how to use it.
7.5.4 - Fix RTD Docs Build and Unpin Sphinx
Changes: 7.5.3...7.5.4
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-minimqtt
.
Read the docs for info on how to use it.