Skip to content

Releases: adafruit/Adafruit_CircuitPython_MiniMQTT

7.10.5 - Fix Default Timeout

25 Nov 15:16
76f8c28
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.10.4...7.10.5

7.10.4 - Fix For Un-Closed Socket

14 Oct 13:32
62abc1a
Compare
Choose a tag to compare

What's Changed

  • Close the socket when there is an error using the socket by @rbedia in #224

New Contributors

Full Changelog: 7.10.3...7.10.4

7.10.3 - Fix For Sphinx RTD Theme

07 Oct 22:31
Compare
Choose a tag to compare

7.10.2 - Use Ruff

09 Sep 13:42
bdcea6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.10.1...7.10.2

7.10.1 - Will Set Enhancements

25 Aug 16:10
617fff7
Compare
Choose a tag to compare

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

05 Jul 19:28
5f222c2
Compare
Choose a tag to compare

What's Changed

  • maintain time.monotonic precision by using adafruit_ticks by @kevin-tritz in #210

New Contributors

Full Changelog: 7.9.0...7.10.0

7.9.0 - Don't do futile retries after certain errors

22 May 17:24
f871143
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.8.1...7.9.0

7.8.1 - comments-only change in code

21 May 17:00
9c905f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.8.0...7.8.1

7.8.0 - Don't retry when not expected to work; honor recv_timeout

20 May 22:10
53b1412
Compare
Choose a tag to compare

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

12 May 19:47
ecfd228
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.6.3...7.7.0