Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/eclipse/paho.mqtt.golang to v1.4.3 - autoclosed #27

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/eclipse/paho.mqtt.golang v1.3.5 -> v1.4.3 age adoption passing confidence

Release Notes

eclipse/paho.mqtt.golang (github.com/eclipse/paho.mqtt.golang)

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

  • Avoid Panic when keepalive is 1 by @​tomatod in #​622
  • Allow MQTT username/password in websocket URI @​MattBrittan in #​624
  • Add backoff when reconnecting following immediate connection loss @​tomatod in #​625
  • Update dependencies (github.com/gorilla/websocket@v1.5.0, golang.org/x/net, golang.org/x/sync) and specify go 1.18 in go.mod.

Full Changelog: eclipse/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 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.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:

  • Managing the connection to the broker can become involved (e.g. setting unusual TCP/TLS options, need for a non-standard TLS library, require a specific web-socket library etc) and the library already has too many options! To address this a new option, 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.
  • When connecting/reconnecting it is possible that there will be a lot of packets queued; in the past the library sent all of these packets as rapidly as possible when the connection came up. However this could saturate some network links causing the connection to drop (a vicious circle). The new option 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.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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-eclipse-paho.mqtt.golang-1.x branch from 56a4fe2 to 34925d4 Compare July 21, 2022 21:24
@renovate renovate bot force-pushed the renovate/github.com-eclipse-paho.mqtt.golang-1.x branch from 34925d4 to 27c2848 Compare November 20, 2022 19:52
@renovate renovate bot changed the title Update module github.com/eclipse/paho.mqtt.golang to v1.4.1 Update module github.com/eclipse/paho.mqtt.golang to v1.4.2 Nov 20, 2022
@renovate renovate bot changed the title Update module github.com/eclipse/paho.mqtt.golang to v1.4.2 Update module github.com/eclipse/paho.mqtt.golang to v1.4.3 Jul 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-eclipse-paho.mqtt.golang-1.x branch from 27c2848 to 23880af Compare July 6, 2023 23:17
@renovate renovate bot changed the title Update module github.com/eclipse/paho.mqtt.golang to v1.4.3 Update module github.com/eclipse/paho.mqtt.golang to v1.4.3 - autoclosed Oct 23, 2023
@renovate renovate bot closed this Oct 23, 2023
@renovate renovate bot deleted the renovate/github.com-eclipse-paho.mqtt.golang-1.x branch October 23, 2023 10:35
@renovate renovate bot changed the title Update module github.com/eclipse/paho.mqtt.golang to v1.4.3 - autoclosed Update module github.com/eclipse/paho.mqtt.golang to v1.4.3 Oct 23, 2023
@renovate renovate bot reopened this Oct 23, 2023
@renovate renovate bot restored the renovate/github.com-eclipse-paho.mqtt.golang-1.x branch October 23, 2023 12:06
@renovate renovate bot force-pushed the renovate/github.com-eclipse-paho.mqtt.golang-1.x branch from 23880af to 9a900b4 Compare February 4, 2024 20:35
@renovate renovate bot changed the title Update module github.com/eclipse/paho.mqtt.golang to v1.4.3 fix(deps): update module github.com/eclipse/paho.mqtt.golang to v1.4.3 Feb 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-eclipse-paho.mqtt.golang-1.x branch from 9a900b4 to d55fb01 Compare February 4, 2024 20:44
@renovate renovate bot changed the title fix(deps): update module github.com/eclipse/paho.mqtt.golang to v1.4.3 fix(deps): update module github.com/eclipse/paho.mqtt.golang to v1.4.3 - autoclosed Feb 24, 2024
@renovate renovate bot closed this Feb 24, 2024
@renovate renovate bot deleted the renovate/github.com-eclipse-paho.mqtt.golang-1.x branch February 24, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants