Releases: nozzlegear/ShopifySharp
Releases · nozzlegear/ShopifySharp
5.0.2
- 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
- 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
5.0 major release, includes many breaking changes, particularly to most ListAsync
methods. Supports Shpoify API version 2019-10
.
4.25.3
- 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
- Added [JsonIgnore] on Restock property because of refund error (#443)
4.25.0
- 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
Fixes endpoint for all requests using the GraphService. (#429, #395)
4.23.0
- Marked extension methods as internal (#425, #426)
4.22.0
- 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
- Added Alt, Width and Height properties to CustomCollectionImage. #402