Releases: hh-h/aiosnmp
Releases · hh-h/aiosnmp
Release 0.7.2
Release 0.7.0
Changelog
- added python 3.10 wheels
Release 0.5.0
Changelog
- do not bind in datagram endpoint, resolves #27
- added documentation
Deprecated
- removed sync with for
Snmp
instead
with Snmp(...) as snmp:
...
use
async with Snmp(...) as snmp:
...
Release 0.4.0
Changelog
- added the ability to specify local_addr
- added the ability to disable validation source addr
- drop Python 3.6 support
Release 0.3.1
Changelog
- return transport and protocol for trap server
- updated example of usage trap server
Release 0.3.0
- Added python 3.9 support
- Migrated to
async with
Release 0.2.4
Changelog
- fixed translated host and added ipv6 support. thanks @fthyssen
- log some errors instead of raising an exception
Release 0.2.3
Changelog
fix: SnmpErrorTooBig couldn't be raised
Release 0.2.2
v0.2.2 Release 0.2.2