Releases: etingof/pysmi
Releases · etingof/pysmi
Release 0.3.4
Release 0.3.3
This is a routine maintenance release. Almost no code changes.
Release 0.3.2
This is a maintenance release fixing a couple of minor issues.
Release 0.3.1
This release fixes a couple of minor issues.
Release 0.3.0
This release bring a couple of new features plus some fixes. Most importantly:
- The
mibcopy
tool implemented to copy MIB modules from files with potentially messed up names into a directory under canonical MIB names picking up the latest MIB revision along the way. - ZIP archive reader implemented to pull ASN.1 MIB files from .zip archives pretty much in the same way as from plain directories
- HTTP/S proxy support added (through respecting
http_proxy
environment variable) by switching fromhttplib
tourllib2
internally
Full change log can be seen here.
Release 0.2.2
This release fixes a regression which sometimes caused malformed Python code being produced by the pysnmp code generator.
Full change log can be seen here.
Release 0.2.1
Most important changes:
- Added MIB status, product release and revision description set calls at pysnmp code generator
- Changed REVISION field format in JSON representation - it is now a list of dicts each with revision timestamp and description text
- MIB REFERENCE fields are only exported if --with-mib-text is on
- Multiple fixes to pysnmp codegen not to produce function calls with more than 255 parameters
Full change log can be seen here.
Release 0.1.4
This is a maintenance release.
Full change log can be seen here.
PySMI 0.1.3
This is a maintenance release.
Full change log can be seen here.
PySMI 0.1.2
Release highlights
- Built-in HTTP client now includes pysmi and Python versions in User-Agent
- Fixed accidentally omitted DISPLAY-HINT (and other) fields in pysnmp MIB generator
- Fixed broken
ordereddict
dependency on Python 2.6-
Full change log can be seen here.