Skip to content

PySNMP 4.4.5

Compare
Choose a tag to compare
@etingof etingof released this 05 Aug 20:50

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 a pyasn1 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 and bulkCmd calls when lexicographicMode = False

Please refer to the change log for complete list of changes.