Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps paho-mqtt from 1.1 to 1.5.1.

Changelog

Sourced from paho-mqtt's changelog.

v1.x.x - 20xx-xx-xx

  • Exceptions that occur in callbacks are no longer suppressed by default. They can optionally be suppressed by setting client.suppress_exceptions = True. Closes #365.
  • Fix PUBREL remaining length of > 2 not being accepted for MQTT v5 message flows. Closes #481.

v1.5.0 - 2019-10-30

  • Add support for clean_session on subscribe helper. Closes #219
  • Add support for non-standard bridge connection. Closes #282
  • Fix hang with QoS 2 message and clean_session = False. The fix replace hang with message DROP. See README for known limitation. Closes #284 and #286
  • Fix connection establishement timeout. Closes #291 and #288
  • Add support for connecting through a proxy. Closes #315
  • Add MQTT v5 support. Closes #334
  • Improve error message when sending queue is full. Closes #378
  • Improve error handling during initialization on edge case. Closes #387 and #388
  • Allow to specify local client port used (similar to bind_address). Closes #390
  • Add method is_connected to know if MQTT connection is established. Closes #414
  • Set connection timeout to keepalive. Closes #425

v1.4.0 - 2018-09-02

  • Fix hang when client restarted and broker resumed a session with Qos2 message. Closes #284. Note: this change replace the hang by a message lost ! See README for current limitation of paho-mqtt.
  • Fix reconnection loop when a clean_session=True client reconnect while Qos2 message are being sent. Note: this change replace the infinite reconnection loop by a possible duplicate QoS2 message. Only clean_session=True client are affected, see README for current limitation of paho-mqtt.
  • Catch and log any exception raised by user callback. Closes #294.
  • Improve support for external event loop (like asyncio). Closes #235.
  • Fix order of message with publish.multiple helper. Closes #87.
  • Fix hang on wait_for_published() on bad network. Closes #309.
  • Fix an issue with Websocket that seems to happen only on Windows. Closes #268.
  • Fix issue with Websocket payload size between 127 and 65536. Closes #267.
  • Closes socket in client destructor to avoid FD leak. Closes #170.
  • Fix uncaught timeout exception during connection. Closes #288.
  • Remove dup flag on PUBREL packet. Closes #298.
  • Use secure entropy source for Websocket mask_key (urandom). Closes #305.
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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 23, 2020
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant