Releases: shortbloke/Arduino_SNMP_Manager
Release list
v1.1.13
What's Changed
- Bug fix for stackoverflow when using OIDs with 10-digit segments
New Contributors
- @AlphaArslan made their first contribution in #31
Full Changelog: v1.1.12...v.1.1.13
v1.1.12
Added flag to suppress short packet errors. Add #define SUPPRESS_ERROR_SHORT_PACKET before #include <Arduino_SNMP_Manager.h>
Added flag to suppress failed to parse errors. Add #define SUPPRESS_ERROR_FAILED_PARSE before #include <Arduino_SNMP_Manager.h>
Corrected some spelling mistakes.
Full Changelog: v1.1.11...v1.1.12
v1.1.11
Fixes #25 where encoded integers were always using 4 bytes, instead of the least number necessary.
v1.1.10
Fixes #23 Gauge misspelt in several files.
v1.1.9
Add an example of polling multiple devices and storing results in an array of device records.
v1.1.8
Fixed #19 timeticks should be of type unsigned integer. This change impacts SMNPManager::addTimestampHandler.
v1.1.7
Fixes #18 - To handle OID that use large integers, up to 4 bytes.
v1.1.6
Enable the destination port number for SNMP requests to be configurable, defaults to 161. Can be overridden by calling setPort(<port_number>)
v1.1.5
Support longer OIDs. Change in v1.1.1 was incomplete.
v1.1.4
Fix #12 - Regression in 1.1.3 when checking packet sizes.