Releases: kontent-ai/delivery-sdk-net
Releases · kontent-ai/delivery-sdk-net
8.0.0
New features:
- Better dependency injection support
Breaking changes:
- Removed .NET Framework 4.5 as a target - now the SDK targets .NET Standard 2.0 which is supported on .NET Framework 4.6.1 and higher + .NET Core 2.0 and higher
- class
DeliveryClientis no longer public - requests are now made through instance implementingIDeliveryClientwhich can be created using newDeliveryClientBuilderclass - Added a builder class for
DeliveryOptions - Added an extension method on
IServiceCollectionthat registersIDeliveryClientimplementation - Custom implementation of resolvers, processors, mappers can no longer be set to public properties - now they can be set through
DeliveryClientBuilderclass or by registering them to theServiceCollection ConfigurationManagerProviderclass has been removed so theGetDeliveryOptionsmethod for retrievingDeliveryOptionsfrom web.config is no longer available.- Exception is not thrown when strong type doesn't exist during deserialization. Instead, null is returned for that object.
NuGet:
7.0.0
6.0.0
- #93 - Implemented SDK tracking header for measurement popularity
- #101 - Breaking change - A
GetCodenamemethod signature is introduced to theICodeFirstTypeProviderinterface.- Use Kentico Cloud Model Generator 1.5.198 or newer to regenerate your models
- #108 - Enable source link for debugging
5.0.0
4.14.0
NuGet
https://www.nuget.org/packages/KenticoCloud.Delivery/4.14.0
New features and improvements
- Added support for Image transformation
4.13.0
4.12
NuGet
https://www.nuget.org/packages/KenticoCloud.Delivery/4.12.0
Fixed bugs
- Long queries were producing bad requests
4.11
NuGet
https://www.nuget.org/packages/KenticoCloud.Delivery/4.11.0
New features and improvements
- Added type filters
- Long query string handling
- Fixed support of null values in "modular_content" within ritch text.
4.9
NuGet
https://www.nuget.org/packages/KenticoCloud.Delivery/4.9.0
New features and improvements
- Added support for getting Taxonomy groups
4.8
NuGet
https://www.nuget.org/packages/KenticoCloud.Delivery/4.8.0
New features and improvements
- Added WaitForLoadingNewContent option - Allows to wait for updated content. It should be used when you are acting upon a webhook call.