Skip to content

5.14.0

Compare
Choose a tag to compare
@nozzlegear nozzlegear released this 17 Nov 22:50
· 766 commits to master since this release
5.14.0
  • Dropped support for .NET Standard 1.4 and .NET Framework 4.5. (#438)
  • Target .NET Standard 2.1 as target framework.
  • Update Shopify API version to 2021-10. (#674)
  • Deprecated FulfillmentOrder.FulfillmentServiceHandle. (#687)
  • Deprecated Metafield.ValueType and added Metafield.Type. (#656)
  • Add support for setting a global IHttpClientFactory and changing instance-specific HttpClient. (#369)
  • Fixed a bug where the LeakyBucketExecutionPolicy would throw a NullReferenceException in certain cases when Shopify would return an error message. (#685)
  • Add support for request contexts in LeakyBucketExecutionPolicy. (#672)
  • Add Order.CheckoutToken and Order.CheckoutId (#684) (#671) (#675)
  • Add various missing Shop, Customer and Order properties (#675).
  • Add DiscountCodeService.GetAsync(string code) method to get a PriceRuleDiscountCode by its code. (#664)