SNMP++ 3.4.0 has been released on 2020-04-16T22:00:00Z with the following changes:
- Fixed [APP-63]: Removed usage of static v3MP::I instance to allow using several Snmp sessions with independent v3 message processing models within a single process.
- Fixed [APP-61]: Reduced buffer size to prevent warning about possible buffer overflow
- Fixed [APP-61]: Use unique_ptr instead of deprecated auto_ptr