Releases: adafruit/Adafruit_CircuitPython_MiniMQTT
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.
7.5.3 - Fix Header Bytes Re-Use Issue
This release fixes an issue that caused header bytes send to the MQTT server to be re-used in a modified state unintentionally. Thank you @vladak.
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.2 - Fix Consistency with _wait_for_msg() Returns
This release updates the internal function _wait_for_msg()
to consistently return the packet type to match the functionality noted in the docs. Thank you @vladak.
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.