Skip to content

mqtt:// plugin now requires paho-mqtt >= 2.1.0#333

Open
caronc wants to merge 1 commit into
masterfrom
mqtt-paho-v2-support
Open

mqtt:// plugin now requires paho-mqtt >= 2.1.0#333
caronc wants to merge 1 commit into
masterfrom
mqtt-paho-v2-support

Conversation

@caronc
Copy link
Copy Markdown
Owner

@caronc caronc commented May 17, 2026

Description

Related issue (if applicable): caronc/apprise#1613

The MQTT adaption in Apprise now requires a paho-mqtt to be a minimum version of v2.1.0

Checklist

  • Documentation ticket created (if applicable): apprise-docs/66
  • The change is tested and works locally.
  • No commented-out code in this PR.
  • No lint errors (use tox -e lint and optionally tox -e format).
  • Test coverage added or updated (use tox -e test).

Testing

Anyone can help test as follows:

# Clone the branch
git clone -b mqtt-paho-v2-support https://github.com/caronc/apprise-api.git
cd apprise-api

# Run the unit tests
tox -e test

# Run a local instance of the api at http://localhost:8000
tox -e runserver -- --branch=802-paho-mqtt-alignment

@codecov
Copy link
Copy Markdown

codecov Bot commented May 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (7382107) to head (a97fb60).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #333   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines         1428      1428           
  Branches       258       258           
=========================================
  Hits          1428      1428           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant