Releases: mqtt-tools/pytest-mqtt
Releases · mqtt-tools/pytest-mqtt
0.5.0
What's Changed
- mosquitto: Don't always pull OCI image
- paho: Updated Paho API version to V2. Thank you, @hyperspacex2.
Details
- Chore(deps): Update ruff requirement from <0.6 to <0.7 by @dependabot in #23
- CI: Verify support on Python 3.13 by @amotl in #25
- Improve paho-mqtt and mosqitto fixtures by @amotl in #26
- Chore(deps): Update ruff requirement from <0.7 to <0.8 by @dependabot in #27
- Chore(deps): Update twine requirement from <6 to <7 by @dependabot in #31
- Chore(deps): Update ruff requirement from <0.8 to <0.9 by @dependabot in #29
- Chore(deps): Bump codecov/codecov-action from 4 to 5 by @dependabot in #30
- Migrate paho to api v2 by @hyperspacex2 in #28
- This and that by @amotl in #32
New Contributors
- @hyperspacex2 made their first contribution in #28
Full Changelog: 0.4.2...0.5.0
0.4.2
0.4.1
What's Changed
- Fix command line options machinery by refactoring essential
pytest fixtures to the main package. They have been added totesting
beforehand, which is just plain wrong, and broke the 0.4.0 release.
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Accept command line options
--mqtt-host
and--mqtt-port
,
in order to connect to an MQTT broker on a different endpoint
thanlocalhost:1883
. Thanks, @zedfmario. - Add support for paho-mqtt 2.x, retaining compatibility for 1.x
New Contributors
- @zedfmario made their first contribution in #8
Full Changelog: 0.3.0...0.4.0
0.3.1
What's Changed
- Fix improving error handling when Docker daemon is not running.
Full Changelog: 0.3.0...0.3.1