PySNMP 4.4.1
This release brings a couple of significant changes:
- HMAC-SHA-2 Authentication Protocols support added (RFC-7860)
- The pycryptodome dependency replaced with pycryptodomex as it is recommended by the upstream to avoid unwanted interference with PyCrypto package should it also be installed
- Sphinx theme changed to Alabaster in the documentation
- Fixed multiple bugs in SNMP table indices rendering, especially the InetAddressIPv6 type which was severely broken.
- Fixed leaking exceptions bubbling up from the asyncio and Twisted adapters
Please refer to the change log for complete list of changes.