Skip to content

Releases: adafruit/Adafruit_CircuitPython_MiniMQTT

7.11.1 - Handle ESP32SPI Socket.send()

05 Jan 20:26
a15e711
Compare
Choose a tag to compare

What's Changed

  • Handle ESP32SPI Socket.send(), which does not return a byte count by @dhalbert in #235

Full Changelog: 7.11.0...7.11.1

7.11.0 - allow specifying session_id for connect()

02 Jan 21:13
cac3b41
Compare
Choose a tag to compare

7.10.7 - allow specifying session_id for connect()

02 Jan 17:15
b47a501
Compare
Choose a tag to compare

What's Changed

  • allow to specify session_id for connect() by @vladak in #226

Full Changelog: 7.10.6...7.10.7

7.10.6 - Fix truncated large sends; fix example

02 Jan 16:18
e834919
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.10.5...7.10.6

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