Skip to content

9.0.0

Compare
Choose a tag to compare
@lextm lextm released this 31 Dec 12:27
· 430 commits to master since this release
  • API changes to match SharpSnmpPro.Mib.
  • Full upgrade to .NET 4.5+. Both .NET 3.5 and .NET 4.0.* support is removed.
  • SNMP v3 performance improvement.
  • Added ISnmpMessage.GetResponseAsync method which is awaitable.
  • Fixed a time sync bug in Messenger.BulkHasNext.
  • Fixed ID generator thread-safe bugs (#10).
  • Fixed the agent sample so TRAP v2 message can pass authentication properly.
  • Added Unsigned32 compatibility.
  • ObjectIdentifier constructor now accepts zero length input ID array, where it is assumed to be constructing "0.0".
  • Added more examples on sending SNMP v3 version of INFORM and TRAP v2 packets.
  • Removed all obsolete items from API surface.
  • Other API cleanup to get ready for .NET Core and UWP.