Releases: kontent-ai/delivery-sdk-net
Releases · kontent-ai/delivery-sdk-net
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
/languages
endpoint (#256) - Better support for more
IDeliveryClient
s 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 propertiesIsSuccess
andError
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 theDeliveryItemResponse
- removed
Blocks
property fromIRichTextContent
- use theIEnumerable
aspect ofIRichTextContent
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 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
15.0.0-rc1
New features:
- Support for the
/languages
endpoint (#256) - Better support for more
IDeliveryClient
s 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
Breaking changes:
- When an item, type, or taxonomy is not found we do not throw an exception anymore, instead,
IApiResponse
has propertiesIsSuccess
andError
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 theDeliveryItemResponse
- removed
Blocks
property fromIRichTextContent
- use theIEnumerable
aspect ofIRichTextContent
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 toKentico.Kontent.Urls
- there shouldn't be any breaking changes within the package
14.2.1
14.2.0
https://www.nuget.org/packages/Kentico.Kontent.Delivery/14.2.0
New features:
- #252 - Added support for the cache expiration type
14.1.0
https://www.nuget.org/packages/Kentico.Kontent.Delivery/14.1.0
New features:
- added support for Collections - #244