Releases: lextudio/sharpsnmplib
13.0.0-beta.3
NuGet Package
Supported Platforms
- .NET 8 and above.
Changes Since 13.0.0-beta.2
- Add back a few missing methods.
Full Changelog: 13.0.0-beta.2...13.0.0-beta.3
13.0.0-beta.2
NuGet Package
Supported Platforms
- .NET 8 and above.
Changes Since 13.0.0-beta.1
- TCP support for SNMP over TCP (RFC 3430) via
BasicTcpTransportwith full Messenger integration (#235). - New
ITransportListenerinterface andSnmpDatagramstruct for improved UDP handling. OctetStringnow supports customizable encoding options with updated related components.- Context name support for SNMP discovery operations (#690).
- Enhanced error handling with
Integer32toErrorCodeconversion methods (#187). - Improved
WalkAsyncmethod error handling (#697).
Full Changelog: 13.0.0-beta.1...13.0.0-beta.2
13.0.0-beta.1
NuGet Package
This is a major version upgrade.
Supported Platforms
- .NET 8 and above.
Changes Since 12.5.7
- A partial compatibility layer is added for security providers and message APIs.
- New
MessageFactory.ParseMessages()throwOnV3SecurityErrorparameter for flexible V3 message parsing. - NuGet package now includes build/buildTransitive targets with common
Usingaliases.
Breaking Changes
- .NET Framework 4.7.1 support removed.
- Rebuilt on DotNetSnmp/System.Formats.Asn1 with reorganized types and namespaces.
Full Changelog: 12.5.7...13.0.0-beta.1
12.5.7
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.7.1 and above on Windows.
- .NET 8 and above.
Changes Since 12.5.6
- Improved XML documentation.
- Replaced OperationException with ErrorException in error response handling. #698
Full Changelog: 12.5.6...12.5.7
12.5.6
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.7.1 and above on Windows.
- .NET 8 and above.
Changes Since 12.5.5
- Dropped .NET 6 and 7 support.
- Minor changes to remedy a few warnings in the codebase.
Full Changelog: 12.5.5...12.5.6
12.5.5
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.7.1 and above on Windows.
- .NET 6, .NET 8, and above.
Changes Since 12.5.4
12.5.4
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.7.1 and above on Windows.
- .NET 6, .NET 8, and above.
Changes Since 12.5.3
- Dropped .NET Framework 4.6.2 and 4.7 support.
- Added experimental IPv6 multicast-based discovery support.
12.5.3
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.6.2 and above on Windows.
- .NET 6 and above.
- Other platforms via .NET Standard 2.0.
**Mono/Xamarin are legacy platform. More information on Mono support would be documented separately. **
Changes Since 12.5.2
12.5.2
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.6.2 and above on Windows.
- .NET 6 and above.
- Xamarin.iOS
- Xamarin.Android.
- Xamarin.Mac (similar to .NET Framework 4.6.2).
- Other platforms via .NET Standard 2.0.
**Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately. **
Changes Since 12.5.1
- .NET Core 3.1 support removed.
- Fixed #181.
12.5.1
NuGet Package
**Lextm.SharpSnmpLib.BouncyCastle is obsolete. Read
lextudio/sharpsnmplib-samples#4 for more information.
Supported Platforms
- .NET Framework 4.6.2 and above on Windows.
- .NET Core 3.1 and above.
- Xamarin.iOS
- Xamarin.Android.
- Xamarin.Mac (similar to .NET Framework 4.6.2).
- Other platforms via .NET Standard 2.0.
Mono becomes a best effort platform (you should switch to .NET Core where possible). More information on Mono support would be documented separately.
Changes Since 12.5.0
- Fixed #SNMP Pro integration.