Skip to content

Releases: adafruit/Adafruit_CircuitPython_MiniMQTT

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

Fix Issue With Socket Disconnect / Re-Connect

04 Mar 20:23
cbe2177
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.6.2...7.6.3

Fix Timeout Issue in Native Networking Examples

04 Mar 20:17
ff6f991
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.6.1...7.6.2

Fix get_radio_ssl_context

04 Mar 18:19
048d9c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.6.0...7.6.1

7.6.0: Switch to using ConnectionManager

29 Feb 19:27
5462177
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.5.9...7.6.0

Simplify Socket Exceptions

20 Feb 21:40
4742286
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.5.8...7.5.9

Improved Ping Handling

29 Jan 17:11
a05b19f
Compare
Choose a tag to compare

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.