Releases: Shopify/shopify-app-js
Releases · Shopify/shopify-app-js
@shopify/[email protected]
Patch Changes
- e4f3415: Bump @shopify/shopify-api from 6.2.0 to 7.0.0. See changelog for details.
- 9ebfdf1: Bump sqlite3 from 5.1.4 to 5.1.6. See sqlite3 release notes for details.
- Updated dependencies [e4f3415]
- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
- c9804ae: Bump redis from 4.6.4 to 4.6.5. See redis release note for more details.
- e4f3415: Bump @shopify/shopify-api from 6.2.0 to 7.0.0. See changelog for details.
- 27467d8: Add event handlers to redis client to prevent crashing on disconnect event. Fixes #129, #160 (Thanks to @davidhollenbeckx for linking to issue and solution.)
- Updated dependencies [e4f3415]
- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
- e4f3415: Bump @shopify/shopify-api from 6.2.0 to 7.0.0. See changelog for details.
- 8615a8a: PostgreSQL session storage to use a connection pool instead of a single client connection. Fixes #156, #168
- 3969855: Use decodeURIComponent on password, user, database name fields prior to calling underlying MySQL connection. Fixes #163. Also applied to postgresql adapter.
- Updated dependencies [e4f3415]
- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
- 335c8df: MySQL session storage to use a connection pool instead of a single client connection. Fixes #150, #185
- 502b4c7: Bumps mysql2 from 3.1.2 to 3.2.0.
- e4f3415: Bump @shopify/shopify-api from 6.2.0 to 7.0.0. See changelog for details.
- 3969855: Use decodeURIComponent on password, user, database name fields prior to calling underlying MySQL connection. Fixes #163. Also applied to postgresql adapter.
- Updated dependencies [e4f3415]
- @shopify/[email protected]
@shopify/[email protected]
Patch Changes
@shopify/[email protected]
Patch Changes
- e4f3415: Bump @shopify/shopify-api from 6.2.0 to 7.0.0. See changelog for details.
- Updated dependencies [e4f3415]
- @shopify/[email protected]
@shopify/[email protected]
@shopify/[email protected]
Major Changes
-
814a9c1: Bump @shopify/shopify-api from 6.2.0 to 7.0.0. See changelog for details.
⚠️ [Breaking] Refer to the 6 to 7 migration guide for more details on how the.api
property returned byshopifyApp
may be impacted by this release of the API library.⚠️ [Breaking] If your app is using the logging methods of the.config.logger
property returned byshopifyApp
, it is no longerasync
.
Patch Changes
- 49cdf3f: Bump semver from 7.3.8 to 7.4.0. See changelog for details.
- Updated dependencies [e4f3415]
- @shopify/[email protected]
- @shopify/[email protected]
@shopify/[email protected]
@shopify/[email protected]
Minor Changes
- 7e55407: Allow sqlite3.Database object as argument for SQLiteSessionStorage constructor
Patch Changes
- 97346b3: Fix #132: mysql migrator was unable to detect already applied migrations
- Updated dependencies [97346b3]
- @shopify/[email protected]