* Handle wrong use of `OBJECT-IDENTITY` by certain MIBS _(`SW_MIB` as an example)_.
0.2.1
* Fixed typing mistake.
0.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.
0.1.12
* Return None if an integer value according the mib is not an integer value.
0.1.11
* Improve exceptions. * Fixed SNMP v3 without community string configuration.
0.1.10
* Set SNMP decode error to result for correct exception handling (see pr 7).