Skip to content

Releases: Shopify/shopify-app-js

@shopify/[email protected]

11 Apr 21:25
f089eae
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

11 Apr 21:25
f089eae
Compare
Choose a tag to compare

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]

11 Apr 21:25
f089eae
Compare
Choose a tag to compare

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]

11 Apr 21:25
f089eae
Compare
Choose a tag to compare

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]

11 Apr 21:25
f089eae
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

11 Apr 21:25
f089eae
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

11 Apr 21:25
f089eae
Compare
Choose a tag to compare

Patch Changes

@shopify/[email protected]

11 Apr 21:25
f089eae
Compare
Choose a tag to compare

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 by shopifyApp 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 by shopifyApp, it is no longer async.

Patch Changes

@shopify/[email protected]

02 Mar 15:25
16f88fc
Compare
Choose a tag to compare

Patch Changes

  • 97346b3: Fix #132: mysql migrator was unable to detect already applied migrations

@shopify/[email protected]

02 Mar 15:25
16f88fc
Compare
Choose a tag to compare

Minor Changes

  • 7e55407: Allow sqlite3.Database object as argument for SQLiteSessionStorage constructor

Patch Changes