Skip to content

Releases: kontent-ai/delivery-sdk-net

15.0.1-beta5

29 Oct 09:50

Choose a tag to compare

15.0.1-beta5 Pre-release
Pre-release

Use -p in dotnet comand instead of /p

15.0.1-beta4

29 Oct 09:36

Choose a tag to compare

15.0.1-beta4 Pre-release
Pre-release

Test out new version settings for dotnet pack

15.0.1-beta3

29 Oct 09:08

Choose a tag to compare

15.0.1-beta3 Pre-release
Pre-release

15.0.1-beta3

15.0.1-beta.2

29 Oct 08:44
a46ac3c

Choose a tag to compare

15.0.1-beta.2 Pre-release
Pre-release
Bugs/issue 285 pagination serialisation issues (#291)

* Impelmented code PR Changes for Issue 285

Co-authored-by: John Hyde <johnhydemtm365>

16.0.0-beta1

21 Oct 15:56

Choose a tag to compare

16.0.0-beta1 Pre-release
Pre-release

Fixed bugs:

Fixes ImageTransformation - dependency issues #284

Breaking changes:

ImageTransformations are now in different namespace

15.0.1-beta1

21 Oct 16:04

Choose a tag to compare

15.0.1-beta1 Pre-release
Pre-release

Fixed bugs:

Fixes pagination model serialization #285

15.0.0

22 Jul 13:24
0cca3a7

Choose a tag to compare

New features:

  • Support for the /languages endpoint (#256)
  • Better support for more IDeliveryClients in a single project see the docs (#240, #254)
  • Added workflow step codenames to content items (#266)
  • URL generation for the Delivery endpoint was made public in Kentico.Kontent.Urls package

Fixed bugs:

  • Issue in GetOriginatingAssembly function inside HttpRequestHeadersExtensions (#264)
  • Error deserializing rich text content when using distributed caching (#265)

Other changes:

  • SDK tracking header moved to HttpClient.DefaultRequestHeaders (#248)
  • Bumped versions of Microsoft.Extensions.* dependencies to 3.1.2
  • Update Benchmark.Net #276

Breaking changes:

  • When an item, type, or taxonomy is not found we do not throw an exception anymore, instead, IApiResponse has properties IsSuccess and Error that contain information about what went wrong. (#255, #251)
  • Implicit operator removed from class DeliveryItemResponse - this syntax sugar can't be used anymore, please use the .Item property of the DeliveryItemResponse
  • removed Blocks property from IRichTextContent - use the IEnumerable aspect of IRichTextContent itself (in other words, just remove .Blocks from your code)
  • Project ID is no longer part of *EndpointUrl properties - this is an internal change that should have no impact on code used by customers (#246)
  • The package Kentico.Kontent.ImageTransformation was renamed to Kentico.Kontent.Urls - there shouldn't be any breaking changes within the package
  • Remove autoloading of linkeíd items #275

15.0.0-rc3

17 Jun 09:23
df83898

Choose a tag to compare

15.0.0-rc3 Pre-release
Pre-release

https://www.nuget.org/packages/Kentico.Kontent.Delivery/15.0.0-rc3

15.0.0-rc2

17 Feb 15:08

Choose a tag to compare

15.0.0-rc2 Pre-release
Pre-release
loading linkedItems

14.3.0-beta1

17 Feb 13:50

Choose a tag to compare

14.3.0-beta1 Pre-release
Pre-release
loading linkedItems