* Added SNMP v3 authentication methods. * Fixed long queries.
0.2.3
* Fix `priv` call for snmp v3
0.2.2
* 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.