Releases: kontent-ai/delivery-sdk-net
Releases · kontent-ai/delivery-sdk-net
15.0.1-beta5
Use -p in dotnet comand instead of /p
15.0.1-beta4
Test out new version settings for dotnet pack
15.0.1-beta3
15.0.1-beta3
15.0.1-beta.2
Bugs/issue 285 pagination serialisation issues (#291) * Impelmented code PR Changes for Issue 285 Co-authored-by: John Hyde <johnhydemtm365>
16.0.0-beta1
Fixed bugs:
Fixes ImageTransformation - dependency issues #284
Breaking changes:
ImageTransformations are now in different namespace
15.0.1-beta1
Fixed bugs:
Fixes pagination model serialization #285
15.0.0
New features:
- Support for the
/languagesendpoint (#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.Urlspackage
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,
IApiResponsehas propertiesIsSuccessandErrorthat 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.Itemproperty of theDeliveryItemResponse - removed
Blocksproperty fromIRichTextContent- use theIEnumerableaspect ofIRichTextContentitself (in other words, just remove.Blocksfrom 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.ImageTransformationwas renamed toKentico.Kontent.Urls- there shouldn't be any breaking changes within the package - Remove autoloading of linkeíd items #275
- Provide the alternative approach in case this property is necessary
15.0.0-rc3
https://www.nuget.org/packages/Kentico.Kontent.Delivery/15.0.0-rc3
- Remove autoloading of linked items #275
- Provide the alternative approach in case this property is necessary
- Update Benchmark.Net #276
15.0.0-rc2
loading linkedItems
14.3.0-beta1
loading linkedItems