Releases: nozzlegear/ShopifySharp
Releases · nozzlegear/ShopifySharp
5.14.3
5.14.2
5.14.1
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 addedMetafield.Type
. (#656) - Add support for setting a global
IHttpClientFactory
and changing instance-specificHttpClient
. (#369) - Fixed a bug where the
LeakyBucketExecutionPolicy
would throw aNullReferenceException
in certain cases when Shopify would return an error message. (#685) - Add support for request contexts in
LeakyBucketExecutionPolicy
. (#672) - Add
Order.CheckoutToken
andOrder.CheckoutId
(#684) (#671) (#675) - Add various missing
Shop
,Customer
andOrder
properties (#675). - Add
DiscountCodeService.GetAsync(string code)
method to get aPriceRuleDiscountCode
by its code. (#664)
5.13.1
5.13.0
5.12.1
5.12.0
5.11.1
5.11.0
- Upgrades to Shopify API version 2021-07.
- Add
Order.EstimatedTaxes
. - Remove deprecated
Shop.ForceSSL
. - Document additional valid
User.Permissions
strings. - Add overloaded
DraftOrderService.CreateAsync
method which does not include theuse_customer_default_address
parameter in the request. (#631) - Add a new mechanism to pass HTTP headers to activate certain fields. (#639)
- Add
Transaction.CurrencyExchangeAdjustment
. (#639) - Fix for "PresentmentPrices always null" #628. (#639)