Releases: gapitio/node-red-contrib-gapit-snmp
Releases · gapitio/node-red-contrib-gapit-snmp
v0.2.1
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
- Implement SNMPv3 support (resolves #1).
- Bump net-snmp dependency to version 3.8.
v0.1.3
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
- Fixed bug in Counter64 implementation (#4).
- Fixed bug which made strings (octetString) unusable (#2).
v0.1.1
Updates for Node-NED Library Scorecard.
No functional changes.