13.0.1
https://www.nuget.org/packages/Kentico.Kontent.Delivery/13.0.1
New features:
- support for
HttpClientFactory - support for memory caching
- support for registering multiple clients
- support for hot-reloading of configuration via
IOptionsSnapshotandIOptionsMonitor - new best practices for working with the SDK
- better support for structured rich-text rendering of assets
Breaking changes:
WithHttpClient(new HttpClient())becameWithDeliveryHttpClient(new DeliveryHttpClient(new HttpClient()))(see the docs)- interfaces and models have been moved to the abstraction library
Kentico.Kontent.Delivery.Abstractions-> add this namespace to your codefiles (or use the Code Generator v5, link below)
Related releases: