Skip to content

Releases: cesbit/asyncsnmplib

v0.2.2

10 Oct 07:59
Compare
Choose a tag to compare
  • Handle wrong use of OBJECT-IDENTITY by certain MIBS (SW_MIB as an example).

v0.2.1

18 Sep 09:53
44ffb0c
Compare
Choose a tag to compare
  • Fixed typing mistake.

v0.2.0

18 Sep 08:53
f584a98
Compare
Choose a tag to compare
  • Replaced exceptions with single InvalidConfigException exception.
  • Added Python 3.12 support.
  • Allow a loop argument to the class initialization.
  • Implement correct typing.
  • Fixed bug with potential missing ID in request.

v0.1.12

25 Oct 09:44
Compare
Choose a tag to compare
  • Return None if an integer value according the mib is not an integer value.

v0.1.11

26 Sep 15:13
Compare
Choose a tag to compare
  • Improve exceptions.
  • Fixed SNMP v3 without community string configuration.

v0.1.10

22 Mar 09:46
Compare
Choose a tag to compare
  • Set SNMP decode error to result for correct exception handling (see pr #7).

v0.1.9

06 Feb 10:27
Compare
Choose a tag to compare
  • Enumerator lookup not found now returns None instead of "Unknown".
  • Decode UTF-8 instead of ASCII.

v0.1.8

27 Jan 17:40
93b75e6
Compare
Choose a tag to compare
  • Fixed bug.

v0.1.7

27 Jan 15:10
Compare
Choose a tag to compare
  • Added new Exception.

v0.1.6

27 Jan 14:40
Compare
Choose a tag to compare
  • Implement base result handler