Update module github.com/eclipse/paho.mqtt.golang to v1.5.0 #41
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.3.5
->v1.5.0
Release Notes
eclipse/paho.mqtt.golang (github.com/eclipse/paho.mqtt.golang)
v1.5.0
Compare Source
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 #646).
What's Changed
New Contributors
Full Changelog: eclipse-paho/paho.mqtt.golang@v1.4.3...v1.5.0
v1.4.3
Compare Source
Release 1.4.3 is a relatively small release to bring in changes made in the eight months since 1.4.2.
Thanks to everyone who submitted issues and contributed code (list of the main merged pull requests below):
What's Changed
go 1.18
ingo.mod
.Full Changelog: eclipse-paho/paho.mqtt.golang@v1.4.2...v1.4.3
v1.4.2
Compare Source
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 fromclient
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
messageIds
by @MattBrittan in #602New Contributors
Full Changelog: eclipse-paho/paho.mqtt.golang@v1.4.1...v1.4.2
v1.4.1
Compare Source
The license update in v1.4.0 included changes which prevented https://pkg.go.dev from displaying the documentation. The only change in this release is to update LICENSE such that it includes the full test of the Eclipse Public License v2.0 (tested this on a fork and it appears to resolve the issue).
v1.4.0
Compare Source
In the year since the release of v1.3.5 the majority of changes have been small incremental improvements/fixes. It is worth noting that the library has moved to the EPL v2.0 license (faq).
A few new features have been added:
SetCustomOpenConectionFn
, has been added that enables users to provide a function (func(uri *url.URL, options ClientOptions) (net.Conn, error)
) that will be called to establish a connection (replacing the inbuilt code). This should enable edge cases to be addressed without the need for further changes to this library.SetMaxResumePubInFlight
allows a limit to be imposed; the library will send out the requested number of packets and then wait for acknowledgements before sending more (only applicable at QOS1+).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.3.5...v1.4.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.