Open renovate[bot] opened 1 year ago
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.0.0-20220225172249-27dd8689420f -> v0.27.0 |
golang.org/x/sync |
v0.0.0-20210220032951-036812b2e83c -> v0.7.0 |
This PR contains the following updates:
v1.4.2
->v1.5.0
Release Notes
eclipse/paho.mqtt.golang (github.com/eclipse/paho.mqtt.golang)
### [`v1.5.0`](https://redirect.github.com/eclipse-paho/paho.mqtt.golang/releases/tag/v1.5.0) [Compare Source](https://redirect.github.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://redirect.github.com/eclipse/paho.mqtt.golang/issues/646)). #### What's Changed - Wrap connection network errors by [@adriansmares](https://redirect.github.com/adriansmares) in [https://github.com/eclipse/paho.mqtt.golang/pull/646](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/646) - Clarify use of token.WaitTimeout by [@MattBrittan](https://redirect.github.com/MattBrittan) in [https://github.com/eclipse/paho.mqtt.golang/pull/659](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/659) - fix ([#661](https://redirect.github.com/eclipse/paho.mqtt.golang/issues/661)): Add NewClientOptionsReader for mocking purposes. by [@avmunm](https://redirect.github.com/avmunm) in [https://github.com/eclipse/paho.mqtt.golang/pull/662](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/662) - fix: fix keep-alive timeouts on small intervals by [@lefinal](https://redirect.github.com/lefinal) in [https://github.com/eclipse/paho.mqtt.golang/pull/667](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/667) - Replace the time.After with the timer for efficiency. by [@DVasselli](https://redirect.github.com/DVasselli) in [https://github.com/eclipse/paho.mqtt.golang/pull/671](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/671) - fix: deprecation warnings for ioutil by [@vruge](https://redirect.github.com/vruge) in [https://github.com/eclipse/paho.mqtt.golang/pull/665](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/665) - fix: issue 675:goroutine leak when connectionUp(true) return error by [@kiqi007](https://redirect.github.com/kiqi007) in [https://github.com/eclipse/paho.mqtt.golang/pull/678](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/678) - Update dependencies by [@MattBrittan](https://redirect.github.com/MattBrittan) in [https://github.com/eclipse/paho.mqtt.golang/pull/683](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/683) #### New Contributors - [@adriansmares](https://redirect.github.com/adriansmares) made their first contribution in [https://github.com/eclipse/paho.mqtt.golang/pull/646](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/646) - [@avmunm](https://redirect.github.com/avmunm) made their first contribution in [https://github.com/eclipse/paho.mqtt.golang/pull/662](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/662) - [@lefinal](https://redirect.github.com/lefinal) made their first contribution in [https://github.com/eclipse/paho.mqtt.golang/pull/667](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/667) - [@DVasselli](https://redirect.github.com/DVasselli) made their first contribution in [https://github.com/eclipse/paho.mqtt.golang/pull/671](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/671) - [@vruge](https://redirect.github.com/vruge) made their first contribution in [https://github.com/eclipse/paho.mqtt.golang/pull/665](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/665) - [@kiqi007](https://redirect.github.com/kiqi007) made their first contribution in [https://github.com/eclipse/paho.mqtt.golang/pull/678](https://redirect.github.com/eclipse/paho.mqtt.golang/pull/678) **Full Changelog**: https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.3...v1.5.0 ### [`v1.4.3`](https://redirect.github.com/eclipse/paho.mqtt.golang/releases/tag/v1.4.3) [Compare Source](https://redirect.github.com/eclipse/paho.mqtt.golang/compare/v1.4.2...v1.4.3) 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](https://redirect.github.com/tomatod) in [#622](https://redirect.github.com/eclipse/paho.mqtt.golang/issues/622) - Allow MQTT username/password in websocket URI [@MattBrittan](https://redirect.github.com/MattBrittan) in [#624](https://redirect.github.com/eclipse/paho.mqtt.golang/issues/624) - Add backoff when reconnecting following immediate connection loss [@tomatod](https://redirect.github.com/tomatod) in [#625](https://redirect.github.com/eclipse/paho.mqtt.golang/issues/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**: https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.2...v1.4.3Configuration
📅 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.