dependabot[bot] opened a new pull request, #58648: URL: https://github.com/apache/doris/pull/58648
Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.2.1-0.20200121105743-0d940dd29fd2 to 1.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eclipse/paho.mqtt.golang/releases">github.com/eclipse/paho.mqtt.golang's releases</a>.</em></p> <blockquote> <h2>v1.5.1</h2> <p>This is a minor release incorporating changes made in the 14 months since v1.5.0 (including updating dependencies, and raising the Go version to 1.24). The changes are relatively minor but address a potential security issue, possible panic, enable users to better monitor the connection status, and incorporate a few optimisations.</p> <p>Thanks to those who have provided fixes/enhancements included in this release!</p> <p>Special thanks to Paul Gerste at <a href="https://www.sonarsource.com/">Sonar</a> for reporting issue <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/issues/730">#730</a> via the Eclipse security team (fix was implemented in PR <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/issues/714">#714</a> in May, github issue created just prior to this release). This issue arose where a topic > 65535 bytes was passed to the <code>Publish</code> function, due to the way the data was encoded the topic could leak into the message body. Please see issue <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/issues/730">#730</a> for further details.</p> <h2>What's Changed</h2> <ul> <li>Updating go dependencies from pub and sub into the containers before building by <a href="https://github.com/JefJrFigueiredo"><code>@JefJrFigueiredo</code></a> in <a href="https://redirect.github.com/eclipse-paho/paho.mqtt.golang/pull/691">eclipse-paho/paho.mqtt.golang#691</a></li> <li>Optimize TCP connection logic by <a href="https://github.com/geekeryy"><code>@geekeryy</code></a> in <a href="https://redirect.github.com/eclipse-paho/paho.mqtt.golang/pull/713">eclipse-paho/paho.mqtt.golang#713</a></li> <li>Fields over 65535 bytes not encoded correctly by <a href="https://github.com/MattBrittan"><code>@MattBrittan</code></a> in <a href="https://redirect.github.com/eclipse-paho/paho.mqtt.golang/pull/714">eclipse-paho/paho.mqtt.golang#714</a></li> <li>Reduce slice allocations in route dispatch by <a href="https://github.com/alespour"><code>@alespour</code></a> in <a href="https://redirect.github.com/eclipse-paho/paho.mqtt.golang/pull/710">eclipse-paho/paho.mqtt.golang#710</a></li> <li>Add a ConnectionNotificationHandler by <a href="https://github.com/RangelReale"><code>@RangelReale</code></a> in <a href="https://redirect.github.com/eclipse-paho/paho.mqtt.golang/pull/727">eclipse-paho/paho.mqtt.golang#727</a></li> <li>Potential panic when using manual ACK by <a href="https://github.com/MattBrittan"><code>@MattBrittan</code></a> in <a href="https://redirect.github.com/eclipse-paho/paho.mqtt.golang/pull/729">eclipse-paho/paho.mqtt.golang#729</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse-paho/paho.mqtt.golang/compare/v1.5.0...v1.5.1">https://github.com/eclipse-paho/paho.mqtt.golang/compare/v1.5.0...v1.5.1</a></p> <h2>v1.5.0</h2> <p>In the year since the release of v1.4.3 the majority of changes have been small incremental improvements/fixes. One notable change is that Go v1.20+ is now required (due to PR <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/issues/646">#646</a>).</p> <h2>What's Changed</h2> <ul> <li>Wrap connection network errors by <a href="https://github.com/adriansmares"><code>@adriansmares</code></a> in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/646">eclipse/paho.mqtt.golang#646</a></li> <li>Clarify use of token.WaitTimeout by <a href="https://github.com/MattBrittan"><code>@MattBrittan</code></a> in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/659">eclipse/paho.mqtt.golang#659</a></li> <li>fix (<a href="https://redirect.github.com/eclipse/paho.mqtt.golang/issues/661">#661</a>): Add NewClientOptionsReader for mocking purposes. by <a href="https://github.com/avmunm"><code>@avmunm</code></a> in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/662">eclipse/paho.mqtt.golang#662</a></li> <li>fix: fix keep-alive timeouts on small intervals by <a href="https://github.com/lefinal"><code>@lefinal</code></a> in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/667">eclipse/paho.mqtt.golang#667</a></li> <li>Replace the time.After with the timer for efficiency. by <a href="https://github.com/DVasselli"><code>@DVasselli</code></a> in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/671">eclipse/paho.mqtt.golang#671</a></li> <li>fix: deprecation warnings for ioutil by <a href="https://github.com/vruge"><code>@vruge</code></a> in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/665">eclipse/paho.mqtt.golang#665</a></li> <li>fix: issue 675:goroutine leak when connectionUp(true) return error by <a href="https://github.com/kiqi007"><code>@kiqi007</code></a> in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/678">eclipse/paho.mqtt.golang#678</a></li> <li>Update dependencies by <a href="https://github.com/MattBrittan"><code>@MattBrittan</code></a> in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/683">eclipse/paho.mqtt.golang#683</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/adriansmares"><code>@adriansmares</code></a> made their first contribution in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/646">eclipse/paho.mqtt.golang#646</a></li> <li><a href="https://github.com/avmunm"><code>@avmunm</code></a> made their first contribution in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/662">eclipse/paho.mqtt.golang#662</a></li> <li><a href="https://github.com/lefinal"><code>@lefinal</code></a> made their first contribution in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/667">eclipse/paho.mqtt.golang#667</a></li> <li><a href="https://github.com/DVasselli"><code>@DVasselli</code></a> made their first contribution in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/671">eclipse/paho.mqtt.golang#671</a></li> <li><a href="https://github.com/vruge"><code>@vruge</code></a> made their first contribution in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/665">eclipse/paho.mqtt.golang#665</a></li> <li><a href="https://github.com/kiqi007"><code>@kiqi007</code></a> made their first contribution in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/pull/678">eclipse/paho.mqtt.golang#678</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.3...v1.5.0">https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.3...v1.5.0</a></p> <h2>v1.4.3</h2> <p>Release 1.4.3 is a relatively small release to bring in changes made in the eight months since 1.4.2.</p> <p>Thanks to everyone who submitted issues and contributed code (list of the main merged pull requests below):</p> <h2>What's Changed</h2> <ul> <li>Avoid Panic when keepalive is 1 by <a href="https://github.com/tomatod"><code>@tomatod</code></a> in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/issues/622">#622</a></li> <li>Allow MQTT username/password in websocket URI <a href="https://github.com/MattBrittan"><code>@MattBrittan</code></a> in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/issues/624">#624</a></li> <li>Add backoff when reconnecting following immediate connection loss <a href="https://github.com/tomatod"><code>@tomatod</code></a> in <a href="https://redirect.github.com/eclipse/paho.mqtt.golang/issues/625">#625</a></li> <li>Update dependencies (github.com/gorilla/[email protected], golang.org/x/net, golang.org/x/sync) and specify <code>go 1.18</code> in <code>go.mod</code>.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/eclipse/paho.mqtt.golang/commits/v1.5.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/doris/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
