PowerSNMP for .NET (英語版) のリリース

Released: Jun 29, 2023

7.0.0.0 での更新項目

機能

  • Added support for SHA-2 authentication algorithms (SHA-224, SHA-256, SHA-384 and SHA-512).

Released: Feb 15, 2023

6.1.1.2 での更新項目

機能

  • Refactored licensing to auto generate a 30-day trial license on first use.
  • When a runtime license is generated using a trial license it will now contain "Trial" in the name, ex: Dart.Snmp.Trial.lic.

Released: Jan 10, 2023

6.1.0.0 での更新項目

機能

  • Added full support for .NET 7.
  • Improved Visual Studio integration.
  • Licensing has been refactored.
  • Support for .NET Framework 3.5 has been deprecated and a minimum of .NET Framework 4.5 is now required.
  • Dart.Snmp.60.dll has been deprecated and removed as use of the .NET standard dll is preferred.

Released: May 13, 2022

PowerSNMP for .NET での更新項目

機能

  • Added support for Microsoft Visual Studio 2022.

Released: Mar 23, 2022

V6.0.0.0 での更新項目

機能

  • Added Dart.Snmp.60.dll to natively support Microsoft .NET 6.0.
  • Dart.Snmp.50.dll has been deprecated and removed.

Released: Apr 26, 2021

V5.0.0.2 での更新項目

機能

  • Added Dart.Snmp.50.dll to natively support Microsoft .NET 5.0.
  • Dart.Snmp.dll now targets Microsoft .NET 4.0.

不具合の修正

  • Microsoft .NET 3.5 and previous Frameworks are no longer supported.
  • An intermittent race condition that could result in DTLS handshake failures has been addressed.

Released: Dec 4, 2020

V4.11.1.0 での更新項目

不具合の修正

  • Fixed a minor compatibility issue so that Dart.Snmp.Standard.dll can be used with .NET 5.0.

Released: Jul 13, 2020

V4.11.0.8 での更新項目

機能

  • Added support for Datagram Transport Layer Security (DTLS) using RSA and DSA certificates.
  • Developer Note: The constructor InformMessage() has been obsoleted but not removed. Users should use InformMessage(long sysUpTime, string oid) going forward.

Released: Mar 21, 2018

V4.10.0.1 での更新項目

機能

  • Support for FIPS complaint AES encryption.

不具合の修正

  • Resolved an issue where a malformed SNMP message could result in a null reference exception being thrown.

Released: Feb 22, 2018

V4.9.5.8 での更新項目

機能

  • Added support for .NET Core or .NET Standard projects.