- Minor bugfixes.
- Workaround a problem with CFFI extension installation.
- Python 3.3 support. Pypy support.
- PEP8 compliant.
- Sphinx documentation.
- Octet strings with a display hint are now treated differently than plain octet strings (unicode). Notably, they can now be set using the displayed format (for example, for MAC addresses).
- 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.
- GETBULK support.
- MacAddress SMI type support.
- Support for IPython 0.12.
- Minor bugfixes.
- Ability to return None instead of getting an exception.
- Thread safety and efficiency.
- SNMPv3 support
- Compatibility with IPython 0.11.
- Custom timeouts and retries.
- Check conformity of loaded modules.
- Many bugfixes.
- Allow to cache requests.
- Provide a manual page.
- Use a context manager to group SET requests.
- First release on PyPI.