Skip to content

Apizr-v6.0.0-preview5

Pre-release
Pre-release
Compare
Choose a tag to compare
@JeremyBP JeremyBP released this 24 Jun 10:02
· 51 commits to master since this release

All

  • [New][Configuration] Now we can configure Apizr thanks to IConfiguration from Microsoft.Extensions (e.g. from appsetings.json)
  • [New][Polly] Now we can set resilience pipelines to apply fluently to the request thanks to the brand new WithResiliencePipelineKeys fluent option
  • [New][Polly] Now we can scope resilience pipelines executions to specific http method groups thanks to the brand new WithResiliencePipelineKeys's ApizrRequestMethod[] optional parameter
  • [New][Polly] Now we can scope resilience pipelines executions to specific http method groups thanks to all brand new scoped {RequestMethod}ResiliencePipeline attributes like GetResiliencePipeline
  • [New][Cache] Now we can set caching options to apply fluently to the request thanks to the brand new WithCaching fluent option
  • [Fix][Attributes] Now Apizr finally can get attributes decorating parent api interfaces or crud classes
  • [Fix][Polly] Now Apizr wraps correctly resilience strategies, including typed result ones
  • [Fix][Manager] ApizrManager has been optimized and refactored to improve performances

Apizr.Integrations.FileTransfer

  • [Fix] Now file data is no more logged by default while uploading or downloading