Skip to content

Releases: kontent-ai/delivery-sdk-net

17.0.0-beta.2

29 Jul 10:03
8e94f9e

Choose a tag to compare

17.0.0-beta.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 16.0.1...17.0.0-beta.2

17.0.0-beta.1

28 Jul 13:10
de7f684

Choose a tag to compare

17.0.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 16.0.1...17.0.0-beta.1

16.0.1

16 Jun 12:52
8f43f7f

Choose a tag to compare

What's Changed

  • DeliveryClient now correctly forwards Delivery API error response model instead of failing with NullReferenceException (#326)
  • fixed potential NullReferenceException failure in DeliveryEndpointUrlBuilder + constructor public 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

17 Mar 16:04
47a8429

Choose a tag to compare

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 PropertyNameAttribute specifies 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

10 Dec 09:08

Choose a tag to compare

16.0.0-beta5 Pre-release
Pre-release

What's Changed

Full Changelog: 15.0.1...16.0.0-beta5

16.0.0-beta4

24 Nov 14:58

Choose a tag to compare

16.0.0-beta4 Pre-release
Pre-release

What's Changed

Full Changelog: 15.0.1...16.0.0-beta4

16.0.0-beta3

12 Nov 12:51
715ff43

Choose a tag to compare

16.0.0-beta3 Pre-release
Pre-release
  • Targetting .NET 6 #301

16.0.0-beta2

12 Nov 12:11

Choose a tag to compare

16.0.0-beta2 Pre-release
Pre-release

Namespace unification - #300

15.0.1

04 Nov 12:58

Choose a tag to compare

  • Pagination is serializable #285
  • Release process partial fix #292

15.0.1-beta10

04 Nov 12:38

Choose a tag to compare

15.0.1-beta10 Pre-release
Pre-release

Test release fix #294