Skip to content

16.0.1

Choose a tag to compare

@MiroKentico MiroKentico released this 16 Jun 12:52
· 148 commits to master since this release
8f43f7f

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.