Skip to content

Releases: adafruit/Adafruit_CircuitPython_MiniMQTT

7.11.4 - New Tests & Remove Unused Check

22 Jan 15:03
57ed4f0
Compare
Choose a tag to compare

What's Changed

  • add test for the PUBLISH+UNSUBACK case by @vladak in #236
  • no need to check zero byte returned from recv_into() by @vladak in #237

Full Changelog: 7.11.3...7.11.4

7.11.3 - Resolve race condition for UNSUBACK

18 Jan 21:52
c66e831
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.11.2...7.11.3

7.11.2 - RTD Sphinx Config

16 Jan 19:56
Compare
Choose a tag to compare

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