PowerSNMP for .NET (英語版) のリリース
Released: Feb 11, 2025
V8.0.1.0 での更新項目
不具合の修正
- Re-added erroneously removed definitions for linkUp, linkDown, and egpNeighborLoss to the MibNodes collection.
Released: Oct 23, 2024
V8.0.0.0 での更新項目
機能
- Added support for Microsoft .NET 8.0.
- AesKeyExpansionAlgorithm has been added to the User object. This allows selection of the key expansion algorithm for each user when AES192 or AES256 is used with a weaker authentication algorithm (ex:SHA-1, MD5). For incoming messages, the selected algorithm will be used first. If that fails the remaining algorithm will be tried. If both fail, an exception will be thrown.
Released: Jun 29, 2023
V7.0.0.0 での更新項目
機能
- Added support for SHA-2 authentication algorithms (SHA-224, SHA-256, SHA-384 and SHA-512).
Released: Feb 15, 2023
V6.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
V6.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.