You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/10/27 08:37:55 UTC

[GitHub] [apisix-ingress-controller] dependabot[bot] opened a new pull request, #1410: chore(deps): bump github.com/eclipse/paho.mqtt.golang from 1.4.1 to 1.4.2 in /test/e2e

dependabot[bot] opened a new pull request, #1410:
URL: https://github.com/apache/apisix-ingress-controller/pull/1410

   Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.4.1 to 1.4.2.
   <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.4.2</h2>
   <p>Release 1.4.2 is relatively small and is mostly focused on tidying up the way the library manages the connection status. Previously <code>sync/ atomic</code> was used to read/update the status but this led to a range of potential deadlocks, and workarounds to avoid these, which made the code difficult to follow. The new <a href="https://github.com/eclipse/paho.mqtt.golang/blob/master/status.go#L113">connectionStatus</a> separates status handling from <code>client</code> and should simplify further development whilst resolving potential race conditions. It is my hope that users will not notice any change (<a href="https://github.com/master"><code>@​master</code></a> was updated on 10th August and the updated code has been running in production at a few sites since then without issue).</p>
   <p>A further change is that it is now possible to disable auto acknowledgment so that received messages can be manually acknowledged (or, more to the point, not acknowledged!).</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>Tidy up use of mutex in <code>messageIds</code> by <a href="https://github.com/MattBrittan"><code>@​MattBrittan</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/paho.mqtt.golang/issues/602">#602</a></li>
   <li>Resolve situation where broker accepted connection but did not respond to CONNECT packet in a timely manner (should be very unusual but was reported in <a href="https://github-redirect.dependabot.com/eclipse/paho.mqtt.golang/issues/597">#597</a>).  <a href="https://github.com/MattBrittan"><code>@​MattBrittan</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/paho.mqtt.golang/issues/603">#603</a></li>
   <li>Resolve race condition in test  by <a href="https://github.com/MattBrittan"><code>@​MattBrittan</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/paho.mqtt.golang/issues/606">#606</a></li>
   <li>Re-architect status handling by <a href="https://github.com/MattBrittan"><code>@​MattBrittan</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/paho.mqtt.golang/issues/607">#607</a></li>
   <li>Enable manual ACK by <a href="https://github.com/shivamkm07"><code>@​shivamkm07</code></a> in <a href="https://github-redirect.dependabot.com/eclipse/paho.mqtt.golang/issues/578">#578</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/shivamkm07"><code>@​shivamkm07</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/eclipse/paho.mqtt.golang/issues/578">#578</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.1...v1.4.2">https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.1...v1.4.2</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/eclipse/paho.mqtt.golang/commit/a1800d8df9a4278dd3789f466fa15fafbe1dbd9f"><code>a1800d8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/paho.mqtt.golang/issues/578">#578</a> from shivamkm07/master</li>
   <li><a href="https://github.com/eclipse/paho.mqtt.golang/commit/25189541faa53812d1c0be06c379863e04d578ec"><code>2518954</code></a> Ack when AutoAckDisabled is off</li>
   <li><a href="https://github.com/eclipse/paho.mqtt.golang/commit/35f45ad7ef34dcca0a18a44ee7aeb481f99f7354"><code>35f45ad</code></a> Changing AutoAck -&gt; AutoAckDisabled</li>
   <li><a href="https://github.com/eclipse/paho.mqtt.golang/commit/5c775c25b18c79d40a0e7c3b6d21fced0829b528"><code>5c775c2</code></a> Adding AutoAck option in ClientOptions</li>
   <li><a href="https://github.com/eclipse/paho.mqtt.golang/commit/7b1c0eb039eb9101c6757e9c50a32f3a5d626a2e"><code>7b1c0eb</code></a> Revert &quot;Support for AutoAckOff&quot;</li>
   <li><a href="https://github.com/eclipse/paho.mqtt.golang/commit/079a117b461493de6ebf06ac1b8f361fa242c0c0"><code>079a117</code></a> Rearchitect status handling as per issue <a href="https://github-redirect.dependabot.com/eclipse/paho.mqtt.golang/issues/605">#605</a></li>
   <li><a href="https://github.com/eclipse/paho.mqtt.golang/commit/2b1657adc501317e161e765c76248d126cbee618"><code>2b1657a</code></a> Rearchitect status handling as per issue 605</li>
   <li><a href="https://github.com/eclipse/paho.mqtt.golang/commit/bc0e78bf237393e560373b9b561c08d633907c6a"><code>bc0e78b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/paho.mqtt.golang/issues/606">#606</a> from ChIoT-Tech/master</li>
   <li><a href="https://github.com/eclipse/paho.mqtt.golang/commit/312d57850117de98a9f1d39550ab02c25f012a78"><code>312d578</code></a> Resolve race condition and ensure t.Error is not called from goroutine.</li>
   <li><a href="https://github.com/eclipse/paho.mqtt.golang/commit/0300b68e5f69972ea190746a35a58fe47ed0271f"><code>0300b68</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eclipse/paho.mqtt.golang/issues/603">#603</a> from ChIoT-Tech/master - hang on connect (597)</li>
   <li>Additional commits viewable in <a href="https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.1...v1.4.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/eclipse/paho.mqtt.golang&package-manager=go_modules&previous-version=1.4.1&new-version=1.4.2)](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 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)
   
   
   </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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-ingress-controller] tao12345666333 merged pull request #1410: chore(deps): bump github.com/eclipse/paho.mqtt.golang from 1.4.1 to 1.4.2 in /test/e2e

Posted by GitBox <gi...@apache.org>.
tao12345666333 merged PR #1410:
URL: https://github.com/apache/apisix-ingress-controller/pull/1410


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org