Releases: kontent-ai/delivery-sdk-net
17.0.0-beta.2
What's Changed
- Upgraded Newtonsoft Json dependency to fix severe vulnerability issue by @MiroKentico in #340
- Migration by @pokornyd in #343
- Grab commit from orphan branch by @Simply007 in #345
- Prepare for next beta by @Simply007 in #344
New Contributors
Full Changelog: 16.0.1...17.0.0-beta.2
17.0.0-beta.1
What's Changed
- Upgraded Newtonsoft Json dependency to fix severe vulnerability issue by @MiroKentico in #340
- Migration by @pokornyd in #343
New Contributors
Full Changelog: 16.0.1...17.0.0-beta.1
16.0.1
What's Changed
DeliveryClientnow correctly forwards Delivery API error response model instead of failing withNullReferenceException(#326)- fixed potential
NullReferenceExceptionfailure inDeliveryEndpointUrlBuilder+ constructorpublic DeliveryEndpointUrlBuilder(DeliveryOptions deliveryOptions)was marked as obsolete (#327)
Upgrade tips:
If you have some explicit use of constructor public DeliveryEndpointUrlBuilder(DeliveryOptions deliveryOptions) in your code, you should replace it with use of constructor DeliveryEndpointUrlBuilder(IOptionsMonitor<DeliveryOptions> deliveryOptions) instead. To adapt DeliveryOptions to IOptionsMonitor<DeliveryOptions> you can for instance use DeliveryOptionsMonitor.
16.0.0
What's Changed
- Namespace unifications and project structure adjustments (#300, #303, #310)
- added support for .NET 6 target (#301,#306)
- added support for asset renditions with configurable default preset (#308, #318)
- items enumeration can now be started from custom continuation token point (#316)
- new attribute
PropertyNameAttributespecifies source content item element for annotated model property (might help solve #279)
Full Changelog: 15.0.1...16.0.0
Upgrade tips:
Upgrade should be pretty straightforward, although you might need to update your existing using directives. This might be required in case of usage of any of following packages
- Kentico.Kontent.Delivery.Abstractions
- Kentico.Kontent.Delivery.Caching
- Kentico.Kontent.Delivery.Extensions.DependencyInjection
- Kentico.Kontent.Urls
16.0.0-beta5
What's Changed
- Namespace unifications by @Simply007 in #300
- Test out targetting .NET 6. by @Simply007 in #301
- Unify namespaces in Kentico.Kontent.Delivery.Abstractions by @Simply007 in #303
- Added support for add asset renditions (issue 302) by @MiroKentico in #308
- Set multitarget solution by @Simply007 in #306
- Adjust Kentico.Kontent.Urls project by @Simply007 in #310
Full Changelog: 15.0.1...16.0.0-beta5
16.0.0-beta4
What's Changed
- Namespace unifications by @Simply007 in #300
- Unify namespaces in Kentico.Kontent.Delivery.Abstractions by @Simply007 in #303
- Targetting .NET 6. by @Simply007 in #301
Full Changelog: 15.0.1...16.0.0-beta4
16.0.0-beta3
- Targetting .NET 6 #301
16.0.0-beta2
Namespace unification - #300
15.0.1
15.0.1-beta10
Test release fix #294