* Major rewrite. * SNMP support is now provided through PySNMP_. * MIB parsing is still done with ``libsmi`` but through CFFI instead of a C module. * More unittests. Many bugfixes.
.. _PySNMP: https://www.pysnmp.com/
0.6.4
++++++++++++++++++
* GETBULK support. * MacAddress SMI type support.
0.6.3
++++++++++++++++++
* Support for IPython 0.12. * Minor bugfixes.
0.6.2
++++++++++++++++++
* Ability to return None instead of getting an exception.