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:
==4.4.8
->==4.4.12
Release Notes
lextudio/pysnmp (pysnmp)
v4.4.12
Compare Source
msgFlag
initialization on authoritative SNMPengine ID discovery. This bug causes secure communication with peer
SNMP engines to stall at SNMP engine ID discovery procedure.
v4.4.11
Compare Source
to be added under different security names
v4.4.10
Compare Source
Reworked VACM access control function. Most important changes include:
isAccessAllowed
lookupperformance
One potential incompatibility may be caused by the
addContext()
callwhich now needs to be made explicitly during low-level VACM configuration
rather than be a side effect of
addVacmAccess()
call.Rebased MIB importing code onto
importlib
becauseimp
is longdeprecated
Received MIB objects resolution made more forgiving to errors, added
optional
ignoreErrors
parameter toObjectType.resolveWithMib()
tocontrol that behaviour.
Fixed asyncore main loop to respect non-default timer resolution
Fixed
.setTimerResolution()
behaviour of abstract main loop dispatcherto update call intervals of the existing periodic dispatcher jobs
Fixed
var-bindings
initialization to prevent pyasn1 encoder failureswith newer pyasn1 versions where
SequenceOf
type looses its defaultinitializer.
Fixed crash on uninitialized component serialization left out in
SNMP v1 TRAP PDU to SNMPv2/3 TRAP PDU proxy translation routine.
v4.4.9
Compare Source
transparent operation functional
Configuration
📅 Schedule: Branch creation - "after 5am on saturday" (UTC), 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 these updates again.
This PR has been generated by Renovate Bot.