Releases: adafruit/Adafruit_CircuitPython_MiniMQTT
Releases · adafruit/Adafruit_CircuitPython_MiniMQTT
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
7.9.0 - Don't do futile retries after certain errors
7.8.1 - comments-only change in code
What's Changed
- Update comments specific to networking modules by @justmobilize in #217
Full Changelog: 7.8.0...7.8.1
7.8.0 - Don't retry when not expected to work; honor recv_timeout
What's Changed
- Don't retry when MQTT response is unauthorized by @justmobilize in #213
- honor recv_timeout in _sock_exact_recv() and ping() by @vladak in #190
Full Changelog: 7.7.0...7.8.0
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