Open
Conversation
Author
|
806c55f to
468270b
Compare
b57cbfa to
0621f55
Compare
0621f55 to
6c512ca
Compare
6c512ca to
b7de55e
Compare
bae71d0 to
66ec231
Compare
66ec231 to
1a9d845
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1v1.2.0->v1.3.2v1.7.0->v1.8.1v1.27.0->v1.30.0Release Notes
Masterminds/semver
v3.1.1Compare Source
Fixed
eclipse/paho.mqtt.golang
v1.3.2Compare 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.1Compare 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.0Compare 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.1Compare Source
v1.8.0Compare Source
Correct versioning number replacing v1.7.1
v1.7.1Compare Source
Code quality:
Fixes:
Features:
soniah/gosnmp
v1.30.0Compare Source
NOTE: This release changes the MaxRepetitions type to uint32.
2147483and wraps to 0 at max int32.v1.29.0Compare Source
NOTE: This release returns the OctetString []byte behavior for v1.26.0 and earlier.
v1.28.0Compare Source
This release updates the Go import path from
github.com/soniah/gosnmpto
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.