Skip to content

Releases: gapitio/node-red-contrib-gapit-snmp

v0.2.1

15 Aug 10:57
Compare
Choose a tag to compare

Fix bug where SNMPv3 options shown for v1/v2 node

When the node edit dialog was opened for a new node, or a node
configured with v1 or v2c, some v3 options would be shown. Switch the
order of "change" handler triggering to fix the issue.

v0.2.0

01 Aug 12:05
Compare
Choose a tag to compare
  • Implement SNMPv3 support (resolves #1).
  • Bump net-snmp dependency to version 3.8.

v0.1.3

18 Mar 13:31
Compare
Choose a tag to compare

Handles SNMP tooBig errors, which can occur if too many OIDs are queried at the same time, by breaking a query into multiple requests for smaller blocks of OIDs.

v0.1.2

17 Mar 08:49
Compare
Choose a tag to compare
  • Fixed bug in Counter64 implementation (#4).
  • Fixed bug which made strings (octetString) unusable (#2).

v0.1.1

16 Mar 11:47
Compare
Choose a tag to compare

Updates for Node-NED Library Scorecard.

No functional changes.

v0.1.0

16 Mar 11:46
Compare
Choose a tag to compare

Initial public release