Skip to content

Apizr-v6.0.0-preview.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@JeremyBP JeremyBP released this 02 May 09:26
· 80 commits to master since this release

Apizr

  • [Breaking][DelegatingHandler] Now we can register DelegatingHandlers thanks to WithDelegatingHandler fluent option instead of the AddDelegatingHandler deleted one for consistency.
  • [New][DelegatingHandler] Now we can adjust the duplicate strategy while registering a DelegatingHandler
  • [New][HttpMessageHandler] Now we can register an HttpMessageHandler thanks to WithHttpMessageHandler fluent option
  • [Fix][Cache] Parameter based cache keys are now allways computed to integrate value changes (skiping cachekey methodset) #20

Apizr.Extensions.Microsoft.DependencyInjection

  • [Breaking][DelegatingHandler] Now we can register DelegatingHandlers thanks to WithDelegatingHandler fluent option instead of the AddDelegatingHandler deleted one for consistency.
  • [New][DelegatingHandler] Now we can adjust the duplicate strategy while registering a DelegatingHandler
  • [New][HttpMessageHandler] Now we can register an HttpMessageHandler thanks to WithHttpMessageHandler fluent option

Apizr.Extensions.Microsoft.Caching

  • [New] WithDistributedCacheHandler & WithInMemoryCacheHandler fluent shortcut options are now both available for single api registration too (no more limited to Registry)
  • [Fix] Cache handlers now relies on content serializer to get xml serialization work too
  • [Fix] Distributed cache handler serialization is now null protected to get it work without throwing exceptions #19