Releases: nozzlegear/ShopifySharp
Releases · nozzlegear/ShopifySharp
6.0.1
What's Changed
- Target Shopify API version 2023-01 by @clement911 in #848
- Add ListForFulfillmentAsync method to FulfillmentService by @thomotron in #826
- Support for partners API by @clement911 in #836
- Fixed test for FulfillmentService by @clement911 in #849
- Removed deprecated members. by @clement911 in #850
New Contributors
- @thomotron made their first contribution in #826
Full Changelog: 5.19.1...6.0.1
5.19.1
What's Changed
- Add info about API version 2022-07 to readme.md by @alexhauser in #827
- Fix CheckoutService.UpdateAsync requests by @zeeshanbhati in #831
- Make private GraphService methods protected async instead by @nozzlegear
New Contributors
- @alexhauser made their first contribution in #827
Full Changelog: 5.19.0...5.19.1
5.19.0
What's Changed
- Update to API version 2022-07 by @nozzlegear in #801
- Replace Fulfillment APIs with 2022-07's combined new FulfillmentOrder and Fulfillment APIs.
Full Changelog: 5.18.12...5.19.0
5.18.12
What's Changed
- Fulfillment order move object by @judah4 in #810
- Bump newtonsoft.json from 13.0.1 to 13.0.2 in /ShopifySharp by @dependabot in #815
- New method AuthorizationService.RefreshAccessToken by @clement911 in #822
New Contributors
- @dependabot made their first contribution in #815
Full Changelog: 5.18.11...5.18.12
5.18.11
5.18.10
What's Changed
- Avoid using JObject.Parse because it doesn't preserve timezones by @clement911 in #808
Full Changelog: 5.18.9...5.18.10
5.18.9
What's Changed
- Fix for Charge.test serialization by @clement911 in #806
Full Changelog: 5.18.8...5.18.9
5.18.8
What's Changed
- Fixed an issue with invalid dates by @clement911 in #805
Full Changelog: 5.18.7...5.18.8
5.18.7
What's Changed
- Fix for date deserialization when JSON contains dates lower than DateTime.MinValue by @clement911 in #804
Full Changelog: 5.18.6...5.18.7
5.18.6
What's Changed
- Automatically downcase Metafield resource type strings by @nozzlegear in #790
- Fix
CustomCollectionListFilter.UpdatedAtMax
andCustomCollectionListFilter.PublishedAtMax
by @grj1046 in #791 - Fix broken request bodies when creating and updating checkouts with the
CheckoutService
by @zeeshanbhati in #800
New Contributors
- @grj1046 made their first contribution in #791
- @zeeshanbhati made their first contribution in #800
Full Changelog: 5.18.5...5.18.6