Skip to content

Releases: lextudio/sharpsnmplib

9.1.1

26 Jun 16:22
Compare
Choose a tag to compare
  • Corrected a few exceptions in Messenger class.
  • Revised TRAP v2 in SNMP v3 processing in pipeline.
  • Removed AuthenticationProviderExtension.

9.1.0

01 Apr 16:52
Compare
Choose a tag to compare
  • Dropped PCL and Xamarin specific binaries in NuGet package.
  • Fixed #32 conditional compilation error in code base.

9.0.8

10 Mar 03:23
Compare
Choose a tag to compare
  • Revised ObjectStore to be more extensible.
  • Defined .NET Core dependencies.

9.0.7

20 Feb 02:39
Compare
Choose a tag to compare
  • Fixed AES encryption.

9.0.6

20 Feb 02:39
Compare
Choose a tag to compare
  • Removed obsolete attributes that were not required.
  • Added .NET Standard 1.3 assembly in NuGet package.

9.0.5

31 Dec 12:03
Compare
Choose a tag to compare
  • Fixed #20 NotInTimeWindow detection bug.
  • Fixed #21 Engine boots bug.
  • Reduced SocketAsyncEventArgs usage.

9.0.4

31 Dec 12:04
Compare
Choose a tag to compare
  • Added async methods.
  • Removed Compact Framework support.
  • Code cleanup for .NET Core migration.

9.0.3

31 Dec 12:08
Compare
Choose a tag to compare
  • Added Messenger.SetAsync.

9.0.2

31 Dec 12:19
Compare
Choose a tag to compare
  • Corrected EngineTimeData calculation.
  • Added some async methods.

9.0.1

31 Dec 12:24
Compare
Choose a tag to compare
  • Fixed #11 by adjusting how exceptions are thrown from MessageFactory.
  • Fixed #15 by wrapping exceptions in DataFactory.
  • Allowed ObjectStore to be inherited.