Adafruit-circuitpython-minimqtt

Latest version: v8.0.0

Safety actively analyzes 720896 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 19

8.0.0

Breaking Changes

MMQTTException type is no longer being used everywhere, in favour of the built in appropriate error types (ValueError, etc), and a new class MMQTTStateError(MMQTTException) for state related errors.

Although this change should be handled fine if catching MQTTException for connection errors, as MMQTTStateError inherits from MMQTTException, the general library usage now returns ValueError for a lot of previous MQTTExceptions.

As a result this is considered a breaking change / major version bump.

* reduce the use of MMQTTException by vladak in https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/240
* reconnect restoration by vladak in https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/244
* ruff format reconnect tests by tyeth in https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/247

New Contributors
* tyeth made their first contribution in https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/247

**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/compare/7.11.6...8.0.0

7.11.6

What's Changed
* Remove secrets usage by justmobilize in https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/245


**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/compare/7.11.5...7.11.6

7.11.5

What's Changed
* increase test_recv_timeout delay by dhalbert in https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/238


**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/compare/7.11.4...7.11.5

7.11.4

What's Changed
* add test for the PUBLISH+UNSUBACK case by vladak in https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/236
* no need to check zero byte returned from recv_into() by vladak in https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/237


**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/compare/7.11.3...7.11.4

7.11.3

What's Changed
* Resolve race condition for UNSUBACK by ch4nsuk3 in https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/225

New Contributors
* ch4nsuk3 made their first contribution in https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/pull/225

**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/compare/7.11.2...7.11.3

7.11.2

**Full Changelog**: https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/compare/7.11.1...7.11.2

Page 1 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.