Skip to content

v1.5.2

Compare
Choose a tag to compare
@praves77 praves77 released this 15 Nov 08:52
4f4d2ef

Release Notes Version 1.5.2 for .NET5 or NetCore2 or earlier frameworks

  • Two new options have been added:
    • RequestMaxBodySize (defaults to 100000) : The maximum request body size in bytes to log when sending the data to Moesif. Request body will not be logged if its size exceeds RequestMaxBodySize.
    • ResponseMaxBodySize (defaults to 100000) : The maximum response body size in bytes to log when sending the data to Moesif. Reponse body will not be logged if its size exceeds RequestMaxBodySize.
  • Fixed LogBody option. If set to false, body is not read into memory.