Skip to content

v2.9.4

Compare
Choose a tag to compare
@humbertogontijo humbertogontijo released this 21 Jan 15:21
· 93 commits to main since this release

v2.9.4 (2025-01-21)

Bug Fixes

  • Set unique sequence numbers on outgoing messages (#300, 14f03c7)

  • Bump paho-mqtt from 1.6.1 to 2.1.0 (#288, 777b736)

Bumps paho-mqtt from 1.6.1 to 2.1.0.


updated-dependencies:

  • dependency-name: paho-mqtt
    dependency-type: direct:production
    update-type: version-update:semver-major ...

Signed-off-by: dependabot[bot] [email protected] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Chores

  • Fix flaky tests by cleaning up threads (#303, 6e29e74)
  • chore: set log level to debug to aid in tracking down flaky tests

  • test: update log format to include timestamps and dates

test: update logmessage with package name chore: fix tests to use valid zeo codes

  • test: fix zeo test assertion

  • test: add logging when updating future

  • test: make the client read socket always available for reading to avoid getting blocked

  • test: revert socket changes

  • test: set function loop scope

  • test: add pytest-timeout with a 20 second hard timeout

  • test: explicitly disconnect threads

  • test: fix formatting

  • test: fix lint errors

  • fix: stop the mqtt loop on disconnect

  • fix: release the mqtt thread on release

  • test: revert log changes

  • chore: cleanup/revert changes

  • chore: revert mqtt client check

  • fix: always stop the event loop when disconnecting