Skip to content

build(deps): Bump github.com/eclipse/paho.mqtt.golang from 1.4.1 to 1.4.2 - #368

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.4.2
Closed

build(deps): Bump github.com/eclipse/paho.mqtt.golang from 1.4.1 to 1.4.2#368
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.4.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 11, 2022

Copy link
Copy Markdown

Bumps github.com/eclipse/paho.mqtt.golang from 1.4.1 to 1.4.2.

Release notes

Sourced from github.com/eclipse/paho.mqtt.golang's releases.

v1.4.2

Release 1.4.2 is relatively small and is mostly focused on tidying up the way the library manages the connection status. Previously sync/ atomic 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 connectionStatus separates status handling from client and should simplify further development whilst resolving potential race conditions. It is my hope that users will not notice any change (@​master was updated on 10th August and the updated code has been running in production at a few sites since then without issue).

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!).

Thanks to everyone who submitted issues and contributed code (list of the main merged pull requests below):

What's Changed

New Contributors

Full Changelog: eclipse-paho/paho.mqtt.golang@v1.4.1...v1.4.2

Commits
  • a1800d8 Merge pull request #578 from shivamkm07/master
  • 2518954 Ack when AutoAckDisabled is off
  • 35f45ad Changing AutoAck -> AutoAckDisabled
  • 5c775c2 Adding AutoAck option in ClientOptions
  • 7b1c0eb Revert "Support for AutoAckOff"
  • 079a117 Rearchitect status handling as per issue #605
  • 2b1657a Rearchitect status handling as per issue 605
  • bc0e78b Merge pull request #606 from ChIoT-Tech/master
  • 312d578 Resolve race condition and ensure t.Error is not called from goroutine.
  • 0300b68 Merge pull request #603 from ChIoT-Tech/master - hang on connect (597)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/eclipse/paho.mqtt.golang](https://github.com/eclipse/paho.mqtt.golang) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/eclipse/paho.mqtt.golang/releases)
- [Commits](eclipse-paho/paho.mqtt.golang@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: github.com/eclipse/paho.mqtt.golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 11, 2022
@dependabot @github

dependabot Bot commented on behalf of github Jul 7, 2023

Copy link
Copy Markdown
Author

Superseded by #381.

@dependabot dependabot Bot closed this Jul 7, 2023
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/eclipse/paho.mqtt.golang-1.4.2 branch July 7, 2023 08:30
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.

0 participants