Closed dependabot-preview[bot] closed 5 years ago
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Bumps paho-mqtt from 1.4.0 to 1.5.0.
Changelog
*Sourced from [paho-mqtt's changelog](https://github.com/eclipse/paho.mqtt.python/blob/master/ChangeLog.txt).* > v1.5.0 - 2019-10-30 > =================== > > * Add support for clean_session on subscribe helper. Closes [#219](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/219) > * Add support for non-standard bridge connection. Closes [#282](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/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](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/284) and [#286](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/286) > * Fix connection establishement timeout. Closes [#291](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/291) and [#288](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/288) > * Add support for connecting through a proxy. Closes [#315](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/315) > * Add MQTT v5 support. Closes [#334](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/334) > * Improve error message when sending queue is full. Closes [#378](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/378) > * Improve error handling during initialization on edge case. Closes [#387](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/387) and [#388](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/388) > * Allow to specify local client port used (similar to bind_address). Closes [#390](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/390) > * Add method is_connected to know if MQTT connection is established. Closes [#414](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/414) > * Set connection timeout to keepalive. Closes [#425](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/425)Commits
- [`4240002`](https://github.com/eclipse/paho.mqtt.python/commit/4240002ac8d1ea4156ea1135ae89d717341a6372) Bump version - [`f754a5f`](https://github.com/eclipse/paho.mqtt.python/commit/f754a5f55834950132cc743302496d90a5205455) Also add proxy_args to subscriber helper - [`4f53d64`](https://github.com/eclipse/paho.mqtt.python/commit/4f53d64675e4d1e9c78ce9fb2e450ba717dad3da) Use mqtt.eclipse.org in all example. - [`eb7d77f`](https://github.com/eclipse/paho.mqtt.python/commit/eb7d77f971114c674eb97373993aeaf7658bcd8d) Fill Changelog for upcoming 1.5 release - [`1d334ed`](https://github.com/eclipse/paho.mqtt.python/commit/1d334edf584445cb4c13218f55546adb249c9a39) Don't hide connection error and let caller handle it - [`3d3f7b5`](https://github.com/eclipse/paho.mqtt.python/commit/3d3f7b5d1a13bad4d990788d3aa1debac8e7f498) Add same log when connection is retried in loop_forever - [`3a6877e`](https://github.com/eclipse/paho.mqtt.python/commit/3a6877e3c763a3823df3b5f6c3aecaa7c48fb69c) Catch TimeoutError in all reconnect of loop_forever - [`58cc8ab`](https://github.com/eclipse/paho.mqtt.python/commit/58cc8ab5e80f9c27e766d182e6a1b195d9ad2186) Replace iot.eclipse.org by mqtt.eclipse.org - [`c85a97d`](https://github.com/eclipse/paho.mqtt.python/commit/c85a97da6270ee1b15ae058f1250972f0a5fd708) Merge pull request [#425](https://github-redirect.dependabot.com/eclipse/paho.mqtt.python/issues/425) from ruoshui1314/timeout - [`0d7b393`](https://github.com/eclipse/paho.mqtt.python/commit/0d7b393b686abe03226ce4dac40c84862e552882) Add timeout when connecting the broker server - Additional commits viewable in [compare view](https://github.com/eclipse/paho.mqtt.python/compare/v1.4.0...v1.5.0)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](https://app.dependabot.com): - 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)