Update minor-dependencies #87
Open
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:
v3.1.0
->v3.1.1
v1.2.0
->v1.3.2
v1.7.0
->v1.8.1
v1.27.0
->v1.30.0
Release Notes
Masterminds/semver
v3.1.1
Compare Source
Fixed
eclipse/paho.mqtt.golang
v1.3.2
Compare Source
This is a minor release that resolves a reported issue (#479 & #469) that broke connections to AWS IoT over WSS. Fixing this involved reversing PR #319 which may break some specific IPV6 use-cases (if this impacts this you will need to update your code to pass in an address that complies with RFC3986/RFC6874; i.e. escape % chars in the zone identifier).
v1.3.1
Compare Source
This is a minor release that resolves a reported issue that could lead to a deadlock when shutting down following a loss of connection (thanks to @williamshaocharles for reporting this and providing logs).
v1.3.0
Compare Source
This release comes 20 months after 1.2.0 and incorporates a wide range of fixes and significant refactoring. Thanks to everyone who submitted issues and contributed code (list of merged pull requests below); special thanks to @alsm for his ongoing stewardship.
Note that this commit changes internal message channels from buffered to unbuffered and may impact users who publish from within a message handler (the documentation has been updated to highlight the issue; running potentially blocking operations within a message handle has always been problematic).
sirupsen/logrus
v1.8.1
Compare Source
v1.8.0
Compare Source
Correct versioning number replacing v1.7.1
v1.7.1
Compare Source
Code quality:
Fixes:
Features:
soniah/gosnmp
v1.30.0
Compare Source
NOTE: This release changes the MaxRepetitions type to uint32.
2147483
and wraps to 0 at max int32.v1.29.0
Compare Source
NOTE: This release returns the OctetString []byte behavior for v1.26.0 and earlier.
v1.28.0
Compare Source
This release updates the Go import path from
github.com/soniah/gosnmp
to
github.com/gosnmp/gosnmp
.Renovate configuration
📅 Schedule: "after 5am and before 10am on sunday" in timezone Europe/Moscow.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.