Skip to content

v2.0.0

Compare
Choose a tag to compare
@fvaloyd fvaloyd released this 07 May 03:49

Release notes

Re-write the entire library to use readonly record struct to improve performace and lose memory allocation.

Breaking changes

  • Remove Response type.
  • ResultStatus and the result Message live in the result root.
  • Change HttpHandler to HttpResponseStrategy.
  • The library is only available for applications with a target of net6.0 and up.