PySNMP 4.4.5
This is a bug fix release addressing a handful of accumulated bugs.
Most important changes are:
- Added PySnmpError.cause attribute holding parent exception tuple
- Fixed broken
InetAddressType
rendering caused by apyasn1
regression - Fixed possible infinite loop in GETBULK response PDU builder
- Fixed memory leak in the
config.delContext()
VACM management harness - Fixed
Bits
class initialization when enumeration values are given - Fixed crash caused by incoming SNMPv3 message requesting SNMPv1/v2c
security model - Fixed out-of-scope OIDs leaking at the end of SNMP table at hlapi
nextCmd
andbulkCmd
calls whenlexicographicMode = False
Please refer to the change log for complete list of changes.