Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump paho-mqtt from 1.5.1 to 1.6.1 #46

Merged
merged 1 commit into from
Oct 26, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2021

Bumps paho-mqtt from 1.5.1 to 1.6.1.

Changelog

Sourced from paho-mqtt's changelog.

v1.6.1 - 2021-10-21

  • Fix Python 2.7 compatilibity.

v1.6.0 - 2021-10-20

  • Changed default TLS version to 1.2 instead of 1.0.
  • Fix incoming MQTT v5 messages with overall property length > 127 bytes being incorrectly decoded. Closes #541.
  • MQTTMessageInfo.wait_for_publish() and MQTTMessageInfo.is_published() will now raise exceptions if called when the publish call produced an error. Closes #550.
  • Remove periodic retry checks for outgoing messages with QoS>0. This means that outgoing messages will only be retried on the client reconnecting to the server. They will not be retried when the client is still connected.
  • The rc parameter in the on_disconnect callback now has meaningful values in the case of an error. Closes #441.
  • Callbacks can now be applied to client instances using decorators.
  • PUBACK messages are now sent to the broker only after the on_message callback has returned.
  • Raise exceptions when attempting to set MQTT v5 properties to forbidden values. Closes #586.
  • Callbacks can now be updated from within a callback.
  • Remove _out_packet_mutex and _current_out_packet_mutex and convert the _out_packet queue use to thread safe.
  • Add basic MQTT v5 support to the subscribe and publish helper functions. Closes #575.
  • Fix on_disconnect() sometimes calling the MQTT v3.x callback when it should call the MQTT v5 callback. Closes #570.
  • Big performance improvement when receiving large payloads, particularly for SSL. Closes #571,
  • Fix connecting with MQTT v5 to a broker that doesn't support MQTT v5. Closes #566.
  • Removed ancient Mosquitto compatibility class.
  • Fix exception on calling Client(client_id="", clean_session=False). Closes #520.
  • Experimental support for Websockets continuation frames. Closes #500. Closes #89.
  • Properties.json() now converts Correlation Data bytes() objects to hex. Closes #555.
  • Only use the internal sockpair wakeup when running with loop_start() or loop(). This removes problems when running with an external event loop.
  • Drain all of sockpairR bytes to avoid unnecessary wakeups and possible timeouts. Closes #563.
  • Add timeout to MQTTMessageInfo:wait_for_publish().
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 25, 2021
Bumps [paho-mqtt](https://github.com/eclipse/paho.mqtt.python) from 1.5.1 to 1.6.1.
- [Release notes](https://github.com/eclipse/paho.mqtt.python/releases)
- [Changelog](https://github.com/eclipse/paho.mqtt.python/blob/master/ChangeLog.txt)
- [Commits](eclipse/paho.mqtt.python@v1.5.1...v1.6.1)

---
updated-dependencies:
- dependency-name: paho-mqtt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/paho-mqtt-1.6.1 branch from fa72b4d to 8cb2cc2 Compare October 26, 2021 20:07
@dchesterton dchesterton merged commit 9d3d44f into main Oct 26, 2021
@dependabot dependabot bot deleted the dependabot/pip/paho-mqtt-1.6.1 branch October 26, 2021 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant