Changelog * add the ability to specify number PR: https://github.com/hh-h/aiosnmp/pull/43 Discussion: https://github.com/hh-h/aiosnmp/discussions/40 * added python 3.11 support
0.7.0
Changelog
* added python 3.10 wheels
0.5.0
Changelog * do not bind in datagram endpoint, resolves 27 * added documentation
Deprecated * removed sync with for `Snmp`
instead python with Snmp(...) as snmp: ...
use python async with Snmp(...) as snmp: ...
0.4.0
Changelog - added the ability to specify local_addr - added the ability to disable validation source addr - drop Python 3.6 support
0.3.1
Changelog - return transport and protocol for trap server - updated example of usage trap server
0.3.0
- Added python 3.9 support - Migrated to `async with`