Releases: cesbit/asyncsnmplib
Releases · cesbit/asyncsnmplib
v0.2.2
- Handle wrong use of
OBJECT-IDENTITY
by certain MIBS (SW_MIB
as an example).
v0.2.0
- 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
- Return None if an integer value according the mib is not an integer value.
v0.1.11
- Improve exceptions.
- Fixed SNMP v3 without community string configuration.
v0.1.10
- Set SNMP decode error to result for correct exception handling (see pr #7).
v0.1.9
- Enumerator lookup not found now returns
None
instead of "Unknown"
.
- Decode UTF-8 instead of ASCII.
v0.1.6
- Implement base result handler