Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 17, 2020

Bumps paho-mqtt from 1.1 to 1.5.0.

Changelog

Sourced from paho-mqtt's changelog.

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.
  • Fix mid generation that was not thread-safe.
  • Replace print() statements with proper logging. Closes #214.
  • Allow insecure TLS on publish and subscribe helpers. Closes #299.
  • Allow to remove authentication (reset username to None). Closes #259.
  • Add support for the non-standard bridge mode. Closes #282.

v1.3.1 - 2017-10-09

... (truncated)
Commits
  • 4240002 Bump version
  • f754a5f Also add proxy_args to subscriber helper
  • 4f53d64 Use mqtt.eclipse.org in all example.
  • eb7d77f Fill Changelog for upcoming 1.5 release
  • 1d334ed Don't hide connection error and let caller handle it
  • 3d3f7b5 Add same log when connection is retried in loop_forever
  • 3a6877e Catch TimeoutError in all reconnect of loop_forever
  • 58cc8ab Replace iot.eclipse.org by mqtt.eclipse.org
  • c85a97d Merge pull request #425 from ruoshui1314/timeout
  • 0d7b393 Add timeout when connecting the broker server
  • Additional commits viewable in compare view

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 Mar 17, 2020
@josegonzalez
Copy link
Member

@dependabot rebase

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/paho-mqtt-1.5.0 branch from b16ad3c to 0556c53 Compare March 18, 2020 08:13
@coveralls
Copy link

Coverage Status

Coverage remained the same at 47.254% when pulling 0556c53 on dependabot/pip/paho-mqtt-1.5.0 into 6bc31b7 on master.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/paho-mqtt-1.5.0 branch from 0556c53 to acc1499 Compare March 18, 2020 08:17
@dependabot-preview
Copy link
Contributor Author

Superseded by #450.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/paho-mqtt-1.5.0 branch September 23, 2020 06:19
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.

3 participants