Skip to content

Releases: hh-h/aiosnmp

Release 0.7.2

05 Dec 09:20
447b8ef
Compare
Choose a tag to compare

Changelog

  • add the ability to specify number PR: #43 Discussion: #40
  • added python 3.11 support

Release 0.7.0

07 Jan 16:20
369c58e
Compare
Choose a tag to compare

Changelog

  • added python 3.10 wheels

Release 0.5.0

27 May 11:44
Compare
Choose a tag to compare

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

15 May 17:57
Compare
Choose a tag to compare

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

23 Jan 11:44
Compare
Choose a tag to compare

Changelog

  • return transport and protocol for trap server
  • updated example of usage trap server

Release 0.3.0

31 Oct 17:25
Compare
Choose a tag to compare
  • Added python 3.9 support
  • Migrated to async with

Release 0.2.4

28 Aug 12:30
Compare
Choose a tag to compare

Changelog

  • fixed translated host and added ipv6 support. thanks @fthyssen
  • log some errors instead of raising an exception

Release 0.2.3

30 Jun 08:30
Compare
Choose a tag to compare

Changelog

fix: SnmpErrorTooBig couldn't be raised

Release 0.2.2

01 Jan 15:49
33115ad
Compare
Choose a tag to compare
v0.2.2

Release 0.2.2