Skip to content

Apizr-v6.0.0-preview.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@JeremyBP JeremyBP released this 29 Mar 14:53
· 88 commits to master since this release
  • [New][HttpTracer] Now we can filter out unwanted http message parts with the brand new IgnoreMessageParts fluent option
  • [New][HttpTracer] Now we can pick RequestAllButBody, HeadersOnly or AllButBody http message parts when configuring logging options fluently or using attribute
  • [New][HttpTracer/Headers] Now we can redact any header sensitive values from logs thanks to WithLoggedHeadersRedactionNames or WithLoggedHeadersRedactionRule fluent options
  • [New][Headers] Now we can choose to refresh a header value at request time or not, depending on the brand new WithHeaders's ApizrLifetimeScope optional parameter
  • [New][Headers] Now we can choose to set headers values right the way to the request or store it for further key-only header attribute match use, depending on the brand new WithHeaders's ApizrRegistrationMode optional parameter
  • [New][Headers] Now we can set headers values thanks to an expression tree
  • [Breaking][Headers] Now WithHeaders options take an enumerable parameter instead of a parameter array so that we could provide some more optional parameters