Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Releases: Shopify/shopify-api-js

@shopify/graphql-client@0.3.0

24 Oct 15:21
a0ea8dd
Compare
Choose a tag to compare

Minor Changes

  • bb63493: Added a new logging functionality to the client. This feature enables client consumers to log request/response and retry attempt info if a logger function is provided at initialization. Also, the retry error messages were updated for clarity.

@shopify/shopify-api@8.0.2

23 Oct 17:08
29036ac
Compare
Choose a tag to compare

Patch Changes

@shopify/graphql-client@0.2.0

23 Oct 17:08
29036ac
Compare
Choose a tag to compare

Minor Changes

  • efc66ea: Added a new retries feature to the graphql-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 a 429 or 503 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

12 Oct 17:15
3a274a5
Compare
Choose a tag to compare

Patch Changes

  • c8eebf3: Fixing publishing process to prevent empty packages

@shopify/shopify-api@8.0.0

12 Oct 16:09
8c83c9f
Compare
Choose a tag to compare

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

  • df5fb58: Added support for the future configuration option. This will allow apps to opt in to upcoming features without needing to install RC packages.
  • cf60b3d: Added support for the 2023-10 API version.

v7.7.0

20 Sep 19:15
d50fc2f
Compare
Choose a tag to compare

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

v7.6.0

31 Aug 15:31
47d1469
Compare
Choose a tag to compare

Minor Changes

  • d2df0b1: validateHmac now accepts an optional second param. Use this to support HMAC validation for app proxy requests

v7.5.2

21 Aug 20:39
5cf1673
Compare
Choose a tag to compare

Patch Changes

  • c296253: Fix storefront client incorrectly setting private token as access token

v7.5.1

03 Aug 15:08
51ace65
Compare
Choose a tag to compare

Patch Changes

  • 6f07539: Allow not checking a session token payload's aud field to support tokens generated outside of the Shopify Admin.
  • ce63820: Fixing host validation to work with unified admin shops

v7.5.0

11 Jul 18:01
52976cf
Compare
Choose a tag to compare

Minor Changes

  • 7a953a9: Adding support for 2023-07 API version