Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@gcrtnst gcrtnst released this 09 Dec 14:02

Changes since v1.0.1

  • Added support for .NET 8.0
  • Added WinDivert.FormatFilter method.
  • The following constants were added.
    • QueueLengthDefault, QueueLengthMin, QueueLengthMax
    • QueueTimeDefault, QueueTimeMin, QueueTimeMax
    • QueueSizeDefault, QueueSizeMin, QueueSizeMax
    • PriorityHighest, PriorityLowest
    • BatchMax
    • MTUMax
  • SharpDivert now throws WinDivertException instead of Win32Exception. Users can now use the WinDivertNativeMethod field of WinDivertException to more accurately determine the source of the error.
  • Some exceptions now output appropriate error messages.
  • Minor fixes to GetHashCode for some types.
  • Updated documentation, etc.