Skip to content

Latest commit

 

History

History
179 lines (112 loc) · 5.36 KB

File metadata and controls

179 lines (112 loc) · 5.36 KB

@shopify/shopify-app-session-storage-mysql

2.0.2

Patch Changes

  • 3685bd4: Bump shopify-api to ^8.1.1
  • Updated dependencies [3685bd4]

2.0.1

Patch Changes

  • 6d12840: Updating dependencies on @shopify/shopify-api
  • Updated dependencies [6d12840]

2.0.0

Major Changes

  • f837060: Removed support for Node 14

    Node 14 has reached its EOL, and dependencies to this package no longer work on Node 14. Because of that, we can no longer support that version.

    If your app is running on Node 14, you'll need to update to a more recent version before upgrading this package.

    This upgrade does not require any code changes.

Patch Changes

  • a69d6fc: Updating dependency on @shopify/shopify-api to v.8.0.1
  • Updated dependencies [f837060]
  • Updated dependencies [a69d6fc]

1.1.13

Patch Changes

  • 616388d: Updating dependency on @shopify/shopify-api to 7.7.0
  • Updated dependencies [616388d]

1.1.12

Patch Changes

  • 5b862fe: Upgraded shopify-api dependency to 7.6.0
  • Updated dependencies [5b862fe]

1.1.11

Patch Changes

  • 346b623: Updating dependency on @shopify/shopify-api
  • Updated dependencies [346b623]

1.1.10

Patch Changes

  • 13b9048: Updating @shopify/shopify-api dependency to the latest version
  • Updated dependencies [13b9048]

1.1.9

Patch Changes

  • 32296d7: Update @shopify/shopify-api dependency to 7.5.0
  • Updated dependencies [32296d7]

1.1.8

Patch Changes

  • 93e9126: Updating @shopify/shopify-api dependency
  • Updated dependencies [93e9126]

1.1.7

Patch Changes

  • b3453ff: Bumping @shopify/shopify-api dependency to latest version
  • Updated dependencies [b3453ff]

1.1.6

Patch Changes

  • f5bb9f1: Bumps mysql2 from 3.3.0 to 3.3.1. See mysql2's changelog for more details.

1.1.5

Patch Changes

  • e1d4f4f: Add @shopify/shopify-api as a peerDependencies entry for each session-storage package, to avoid API library conflicts (e.g., scopesArray.map error). Should help avoid issues like #93
  • 2dd9ba5: Bumps [mysql2](Bumps mysql2 from 3.2.1 to 3.2.4.) from 3.2.1 to 3.2.4. See mysql2 changelog for more details.
  • 1d007e8: Bumps @shopify/shopify-api from 7.0.0 to 7.1.0. See @shopify/shopify-api's changelog for more details.
  • 9aaf402: Bumps mysql2 from 3.2.4 to 3.3.0. See mysql2's changelog for more details.
  • Updated dependencies [e1d4f4f]
  • Updated dependencies [1d007e8]

1.1.4

Patch Changes

  • d6171e2: Bump mysql2 from 3.2.0 to 3.2.1. See mysql2 changelog for details.
  • 9a65092: In 1.0.2 of MySQLSessionStorage, the constructor could accept either a URL object or a URL string. The string option was accidentally removed, starting 1.1.0. This patch adds it back in. Fixes #204

1.1.3

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]

1.1.2

Patch Changes

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

1.1.1

Patch Changes

  • a37f9db: Bump mysql2 to 3.1.2

1.1.0

Minor Changes

  • becc305: Migrations capabilities that can handle persistence changes for all session storage implementations

Patch Changes

  • 8f5749f: Increase size of 'scope' column to 1024 for session storage implementation for RDBMS
  • b6501b0: Bump typescript to 4.9.5
  • Updated dependencies [b6501b0]
  • Updated dependencies [becc305]

1.0.2

Patch Changes

  • 222b755: Updating @shopify/shopify-api to v6.1.0
  • Updated dependencies [222b755]

1.0.1

Patch Changes

  • 866b50c: Update dependencies on shopify-api v6.0.2
  • Updated dependencies [866b50c]

1.0.0

Major Changes

  • Initial public release of @shopify/shopify-app-session-storage-mysql