Skip to content

Releases: etingof/pysmi

Release 0.3.4

14 Apr 09:58
Compare
Choose a tag to compare

This is a maintenance release fixing a couple of nuisances:

  • Added implied key to JSON SNMP table index structure
  • Rebased MIB importing code onto importlib because imp is long deprecated
  • Fixed Py file borrower to become functional

Release 0.3.3

29 Dec 17:20
Compare
Choose a tag to compare

This is a routine maintenance release. Almost no code changes.

Release 0.3.2

22 Oct 21:22
Compare
Choose a tag to compare

This is a maintenance release fixing a couple of minor issues.

Release 0.3.1

10 Jun 14:39
Compare
Choose a tag to compare

This release fixes a couple of minor issues.

Release 0.3.0

29 Apr 09:04
Compare
Choose a tag to compare

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 from httplib to urllib2 internally

Full change log can be seen here.

Release 0.2.2

13 Nov 00:19
Compare
Choose a tag to compare

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

11 Nov 12:11
Compare
Choose a tag to compare

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

14 Oct 10:58
Compare
Choose a tag to compare

This is a maintenance release.

Full change log can be seen here.

PySMI 0.1.3

18 May 23:11
Compare
Choose a tag to compare

This is a maintenance release.

Full change log can be seen here.

PySMI 0.1.2

12 Apr 22:52
Compare
Choose a tag to compare

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.