Skip to content

Releases: nozzlegear/ShopifySharp

5.0.2

03 Mar 22:13
5.0.2
Compare
Choose a tag to compare
  • Added CheckoutService.ListAsync and CheckoutService.CountAsync for listing/counting abandoned checkouts. (#468)
  • Marked all other CheckoutService methods as obsolete as they no longer seem to be documented or supported by Shopify.

5.0.1

02 Mar 20:06
5.0.1
Compare
Choose a tag to compare
  • Made MetaFieldFilter.UpdatedAtMax nullable (#465)
  • Fixed request URL bug in RecurringChargeService.ActivateAsync (#465)
  • Adjust SmartRetryExecutionPolicy and RetryExecutionPolicy to only retry when the the "leaky bucket" has been reached. 429 responses that do not indicate how many requests are available or how long the client must wait before retrying will now throw an exception. (#466) (#467) (#455) (#350)

5.0.0

02 Mar 20:00
5.0.0
Compare
Choose a tag to compare

5.0 major release, includes many breaking changes, particularly to most ListAsync methods. Supports Shpoify API version 2019-10.

4.25.3

01 Mar 22:03
4.25.3
Compare
Choose a tag to compare
  • Updated the warnings for obsolete ListAsync methods to state that ShopifySharp v5.0 is available and should be upgraded before April 2020.

4.25.2

30 Jan 22:13
4.25.2
Compare
Choose a tag to compare
  • Added [JsonIgnore] on Restock property because of refund error (#443)

4.25.0

16 Jan 22:01
4.25.0
Compare
Choose a tag to compare
  • Marked all ListAsync methods as obsolete, to be deprecated by Shopify on April of 2020 (#380)
  • Added AuthorizationScope.ReadLocations enum (#432)
  • Marked Collect.Feature as obsolete (#434)
  • Fixed HMAC bug when querystring contains an array (#437)
  • Added Shopify Refund API (#436)

4.24.0

30 Dec 15:13
4.24.0
Compare
Choose a tag to compare

Fixes endpoint for all requests using the GraphService. (#429, #395)

4.23.0

10 Dec 21:09
d47607b
Compare
Choose a tag to compare
  • Marked extension methods as internal (#425, #426)

4.22.0

02 Dec 04:18
4.22.0
b253cdd
Compare
Choose a tag to compare
  • Fix for deserialization of invalid dates on FulfillmentEvent.EstimatedDeliveryAt (#420)
  • Added Width, Height and Alt to the SmartCollectionImage (#421)
  • Add GiftCardAdjustmentService (#418)

4.21.7

04 Oct 16:38
e5a6b60
Compare
Choose a tag to compare
  • Added Alt, Width and Height properties to CustomCollectionImage. #402