This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
Releases: Shopify/shopify-api-js
Releases · Shopify/shopify-api-js
@shopify/graphql-client@0.3.0
Minor Changes
- bb63493: Added a new
logging
functionality to the client. This feature enables client consumers to logrequest/response
andretry attempt
info if a logger function is provided at initialization. Also, theretry
error messages were updated for clarity.
@shopify/shopify-api@8.0.2
Patch Changes
- 58a20da: Changed LATEST_API_VERSION export to point to October23. Thanks @SeanMythen!
@shopify/graphql-client@0.2.0
Minor Changes
- efc66ea: Added a new
retries
feature to thegraphql-client
. This feature allows client consumers to set the number of HTTP request retries when the API request is abandoned or the API server returns a429
or503
response. - 77be46b: Added a new
graphql-client
package. This client is a generic GQL client that provides basic functionalities to interact with Shopify's GraphQL APIs.
@shopify/shopify-api@8.0.1
Patch Changes
- c8eebf3: Fixing publishing process to prevent empty packages
@shopify/shopify-api@8.0.0
Major Changes
-
737838d: Removed support for Node 14, and removed existing code deprecations.
For details on what's changed in this version, please see the V8 migration guide.
Minor Changes
v7.7.0
Minor Changes
- 5da6add / 3382a95: Allow overriding billing configurations when requesting payment, so that apps can use different values for different requests.
- be262ba: Allow using Session objects to create Storefront API clients that make requests using private access tokens.
Patch Changes
- 8187031: Fix CustomerAddress.all not returning anything