Skip to content

Latest commit

 

History

History
202 lines (128 loc) · 5.2 KB

File metadata and controls

202 lines (128 loc) · 5.2 KB

@shopify/shopify-app-session-storage-sqlite

3.0.1

Patch Changes

  • 02a8341: Updated dependency on @shopify/shopify-api to 9.3.1
  • 321d6a4: Update @shopify/shopify-api to 9.3.2
  • Updated dependencies [02a8341]
  • Updated dependencies [321d6a4]

3.0.0

Minor Changes

  • 64e0246: Update shopify-api version to 9.2.0

Patch Changes

  • 042182c: Updated sqlite3 dependency to v5.1.7
  • f5742c1: Updated dependency on @shopify/shopify-api
  • Updated dependencies [f5742c1]
  • Updated dependencies [64e0246]

2.0.4

Patch Changes

  • b4eeb24: Improved and simplified package.json dependencies
  • b998c30: Bump shopify-api version from 9.0.1 to 9.0.2
  • Updated dependencies [b4eeb24]
  • Updated dependencies [b998c30]

2.0.3

Patch Changes

  • d3e4b5e: Updated the dependency on @shopify/shopify-api
  • Updated dependencies [d3e4b5e]

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.2.9

Patch Changes

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

1.2.8

Patch Changes

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

1.2.7

Patch Changes

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

1.2.6

Patch Changes

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

1.2.5

Patch Changes

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

1.2.4

Patch Changes

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

1.2.3

Patch Changes

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

1.2.2

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
  • 1d007e8: Bumps @shopify/shopify-api from 7.0.0 to 7.1.0. See @shopify/shopify-api's changelog for more details.
  • Updated dependencies [e1d4f4f]
  • Updated dependencies [1d007e8]

1.2.1

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]

1.2.0

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]

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-sqlite