Skip to content

Releases: kontent-ai/delivery-sdk-net

8.0.0

12 Nov 12:47
014f7a1

Choose a tag to compare

New features:

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 DeliveryClient is no longer public - requests are now made through instance implementing IDeliveryClient which can be created using new DeliveryClientBuilder class
  • Added a builder class for DeliveryOptions
  • Added an extension method on IServiceCollection that registers IDeliveryClient implementation
  • Custom implementation of resolvers, processors, mappers can no longer be set to public properties - now they can be set through DeliveryClientBuilder class or by registering them to the ServiceCollection
  • ConfigurationManagerProvider class has been removed so the GetDeliveryOptions method for retrieving DeliveryOptions from 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

18 Oct 08:31
18793ae

Choose a tag to compare

Breaking changes:

  • Modular content renamed to linked items #130

NuGet:

6.0.0

13 Sep 12:01
cf69c53

Choose a tag to compare

5.0.0

06 Aug 10:01

Choose a tag to compare

  • #100 - Implemented a retry policy
  • #110 - Added netstandard2.0 as a target
    Breaking change: Upgraded from netstandard1.3 to netstandard2.0

4.14.0

20 Jun 11:53
7a368f5

Choose a tag to compare

NuGet

https://www.nuget.org/packages/KenticoCloud.Delivery/4.14.0

New features and improvements

  • Added support for Image transformation

4.13.0

08 Feb 08:08
c20d812

Choose a tag to compare

Changes:

  • Added type filters #86
  • Support for secured production Delivery API #96

4.12

01 Nov 14:45
57a6d86

Choose a tag to compare

NuGet

https://www.nuget.org/packages/KenticoCloud.Delivery/4.12.0

Fixed bugs

  • Long queries were producing bad requests

4.11

25 Oct 13:02

Choose a tag to compare

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

07 Sep 12:30

Choose a tag to compare

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

29 Aug 10:47

Choose a tag to compare

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.