Skip to content

Releases: etingof/snmpclitools

Release 0.6.4

11 Aug 10:01
Compare
Choose a tag to compare

This release adds the new feature: support for specifying master or localized SNMPv3 USM keys (-3[mMkK] options) in the same way as Net-SNMP tools allow that.

For full list of changed please refer to the CHANGELOG.

Release 0.6.3

14 Apr 10:13
Compare
Choose a tag to compare

This release fixes a few minor issues:

  • Upper constraint pysnmp to 5.0.0 in setup.py as well
  • Upper constraint pysmi to 0.4.0 and lower constraint it to 0.3.4+
  • Fixed broken -M and -P options to make non-default MIB paths operational

Release 0.6.2

30 Dec 10:15
Compare
Choose a tag to compare

This a maintenance release capping pysnmp dependency < 5.

For full list of changed please refer to the CHANGELOG.

pysnmp-apps -> snmpclitools

07 Jan 11:13
Compare
Choose a tag to compare

This is the first release of pysnmp-apps under the new name - snmpclitools.

The snmpclitools 0.6.1 is exactly the same as pysnmp-apps 0.5.3.

For full list of changed please refer to the CHANGELOG.

Release 0.5.3

07 Jan 09:14
Compare
Choose a tag to compare

This release introduces Sphinx documentation on the command-line tools.

For full list of changed please refer to the CHANGELOG.

Release 0.5.2

22 Dec 14:09
Compare
Choose a tag to compare

This is a bug fix release mostly targeting strong crypto support features. Most important changes include:

  • Fixed SNMP crypto algorithm identifiers to be named consistently after key length rather than MAC length
  • Added strong AES privacy algorithms with Blumenthal key localization

For full list of changed please refer to the CHANGELOG.

Release 0.5.1

21 Nov 20:17
Compare
Choose a tag to compare

The main topic for this release is strong crypto support.

For full list of changed please refer to the CHANGELOG.

Release 0.4.2

09 Aug 19:18
Compare
Choose a tag to compare

This is a bugfix release addressing a string value rendering regression introduced by pyasn1 0.2.3+.

See etingof/pysnmp#73

For full list of changed please refer to the CHANGELOG.