mtrossbach / noah-mqtt

A tool for integrating Growatt Noah 2000 home batteries with Home Assistant via MQTT, enabling real-time monitoring and control of your energy storage system.
Apache License 2.0
20 stars 1 forks source link

Update module github.com/eclipse/paho.mqtt.golang to v1.5.0 #4

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

eclipse/paho.mqtt.golang (github.com/eclipse/paho.mqtt.golang) ### [`v1.5.0`](https://togithub.com/eclipse/paho.mqtt.golang/releases/tag/v1.5.0) [Compare Source](https://togithub.com/eclipse/paho.mqtt.golang/compare/v1.4.3...v1.5.0) 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](https://togithub.com/eclipse/paho.mqtt.golang/issues/646)). #### What's Changed - Wrap connection network errors by [@​adriansmares](https://togithub.com/adriansmares) in [https://github.com/eclipse/paho.mqtt.golang/pull/646](https://togithub.com/eclipse/paho.mqtt.golang/pull/646) - Clarify use of token.WaitTimeout by [@​MattBrittan](https://togithub.com/MattBrittan) in [https://github.com/eclipse/paho.mqtt.golang/pull/659](https://togithub.com/eclipse/paho.mqtt.golang/pull/659) - fix ([#​661](https://togithub.com/eclipse/paho.mqtt.golang/issues/661)): Add NewClientOptionsReader for mocking purposes. by [@​avmunm](https://togithub.com/avmunm) in [https://github.com/eclipse/paho.mqtt.golang/pull/662](https://togithub.com/eclipse/paho.mqtt.golang/pull/662) - fix: fix keep-alive timeouts on small intervals by [@​lefinal](https://togithub.com/lefinal) in [https://github.com/eclipse/paho.mqtt.golang/pull/667](https://togithub.com/eclipse/paho.mqtt.golang/pull/667) - Replace the time.After with the timer for efficiency. by [@​DVasselli](https://togithub.com/DVasselli) in [https://github.com/eclipse/paho.mqtt.golang/pull/671](https://togithub.com/eclipse/paho.mqtt.golang/pull/671) - fix: deprecation warnings for ioutil by [@​vruge](https://togithub.com/vruge) in [https://github.com/eclipse/paho.mqtt.golang/pull/665](https://togithub.com/eclipse/paho.mqtt.golang/pull/665) - fix: issue 675:goroutine leak when connectionUp(true) return error by [@​kiqi007](https://togithub.com/kiqi007) in [https://github.com/eclipse/paho.mqtt.golang/pull/678](https://togithub.com/eclipse/paho.mqtt.golang/pull/678) - Update dependencies by [@​MattBrittan](https://togithub.com/MattBrittan) in [https://github.com/eclipse/paho.mqtt.golang/pull/683](https://togithub.com/eclipse/paho.mqtt.golang/pull/683) #### New Contributors - [@​adriansmares](https://togithub.com/adriansmares) made their first contribution in [https://github.com/eclipse/paho.mqtt.golang/pull/646](https://togithub.com/eclipse/paho.mqtt.golang/pull/646) - [@​avmunm](https://togithub.com/avmunm) made their first contribution in [https://github.com/eclipse/paho.mqtt.golang/pull/662](https://togithub.com/eclipse/paho.mqtt.golang/pull/662) - [@​lefinal](https://togithub.com/lefinal) made their first contribution in [https://github.com/eclipse/paho.mqtt.golang/pull/667](https://togithub.com/eclipse/paho.mqtt.golang/pull/667) - [@​DVasselli](https://togithub.com/DVasselli) made their first contribution in [https://github.com/eclipse/paho.mqtt.golang/pull/671](https://togithub.com/eclipse/paho.mqtt.golang/pull/671) - [@​vruge](https://togithub.com/vruge) made their first contribution in [https://github.com/eclipse/paho.mqtt.golang/pull/665](https://togithub.com/eclipse/paho.mqtt.golang/pull/665) - [@​kiqi007](https://togithub.com/kiqi007) made their first contribution in [https://github.com/eclipse/paho.mqtt.golang/pull/678](https://togithub.com/eclipse/paho.mqtt.golang/pull/678) **Full Changelog**: https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.3...v1.5.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.

renovate[bot] commented 1 month ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
github.com/gorilla/websocket v1.5.0 -> v1.5.3
golang.org/x/net v0.8.0 -> v0.27.0
golang.org/x/sync v0.1.0 -> v0.7.0