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.