deps: update module github.com/eclipse/paho.mqtt.golang to v1.5.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/eclipse/paho.mqtt.golang | require | minor |
v1.4.3 -> v1.5.0
|
Release Notes
eclipse/paho.mqtt.golang (github.com/eclipse/paho.mqtt.golang)
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 MR #646).
What's Changed
- Wrap connection network errors by @adriansmares in https://github.com/eclipse/paho.mqtt.golang/pull/646
- Clarify use of token.WaitTimeout by @MattBrittan in https://github.com/eclipse/paho.mqtt.golang/pull/659
- fix (#661): Add NewClientOptionsReader for mocking purposes. by @avmunm in https://github.com/eclipse/paho.mqtt.golang/pull/662
- fix: fix keep-alive timeouts on small intervals by @lefinal in https://github.com/eclipse/paho.mqtt.golang/pull/667
- Replace the time.After with the timer for efficiency. by @DVasselli in https://github.com/eclipse/paho.mqtt.golang/pull/671
- fix: deprecation warnings for ioutil by @vruge in https://github.com/eclipse/paho.mqtt.golang/pull/665
- fix: issue 675:goroutine leak when connectionUp(true) return error by @kiqi007 in https://github.com/eclipse/paho.mqtt.golang/pull/678
- Update dependencies by @MattBrittan in https://github.com/eclipse/paho.mqtt.golang/pull/683
New Contributors
- @adriansmares made their first contribution in https://github.com/eclipse/paho.mqtt.golang/pull/646
- @avmunm made their first contribution in https://github.com/eclipse/paho.mqtt.golang/pull/662
- @lefinal made their first contribution in https://github.com/eclipse/paho.mqtt.golang/pull/667
- @DVasselli made their first contribution in https://github.com/eclipse/paho.mqtt.golang/pull/671
- @vruge made their first contribution in https://github.com/eclipse/paho.mqtt.golang/pull/665
- @kiqi007 made their first contribution in https://github.com/eclipse/paho.mqtt.golang/pull/678
Full Changelog: https://github.com/eclipse/paho.mqtt.golang/compare/v1.4.3...v1.5.0
-
If you want to rebase/retry this MR, check this box