Skip to content

Releases: Shopify/shopify-app-js

@shopify/shopify-app-remix@3.5.1

09 Dec 19:04
53d2bbe
Compare
Choose a tag to compare

Patch Changes

@shopify/shopify-app-session-storage@3.0.9

04 Dec 17:51
64d1c89
Compare
Choose a tag to compare
@shopify/shopify-app-session-storage@3.0.9

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

04 Dec 17:52
64d1c89
Compare
Choose a tag to compare
@shopify/shopify-app-session-storage-sqlite@4.0.9

@shopify/shopify-app-session-storage-redis@4.2.2

04 Dec 17:51
64d1c89
Compare
Choose a tag to compare
@shopify/shopify-app-session-storage-redis@4.2.2

@shopify/shopify-app-session-storage-prisma@5.2.0

04 Dec 17:51
64d1c89
Compare
Choose a tag to compare

Minor Changes

  • 69b6d14: Adds isReady method to PrismaSessionStorage. isReady will poll based on the configuration or until the table is found to exist. If the table is not found within the timeout, it will return false.

    isReady will update the internal state of the PrismaSessionStorage instance to reflect whether the session table exists and can be used. In case of an unexpected disconnect, use isReady to check if the table has recovered.

    Example usage on a Remix app:

    import {sessionStorage} from '../shopify.server';
    // ...
    if (await sessionStorage.isReady()) {
      // ...
    }

    An equivalent method will soon be available on the SessionStorage interface and all other session storage implementations.

@shopify/shopify-app-session-storage-postgresql@4.0.9

04 Dec 17:51
64d1c89
Compare
Choose a tag to compare
@shopify/shopify-app-session-storage-postgresql@4.0.9

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

04 Dec 17:51
64d1c89
Compare
Choose a tag to compare

Patch Changes

  • 71b6144: Updated mysql2 dependencies

@shopify/shopify-app-session-storage-mongodb@4.0.9

04 Dec 17:51
64d1c89
Compare
Choose a tag to compare
@shopify/shopify-app-session-storage-mongodb@4.0.9

@shopify/shopify-app-session-storage-memory@4.0.9

04 Dec 17:51
64d1c89
Compare
Choose a tag to compare
@shopify/shopify-app-session-storage-memory@4.0.9

@shopify/shopify-app-session-storage-kv@4.0.9

04 Dec 17:51
64d1c89
Compare
Choose a tag to compare
@shopify/shopify-app-session-storage-kv@4.0.9