Skip to content

Releases: Shopify/shopify-app-js

@shopify/[email protected]

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

Patch Changes

@shopify/[email protected]

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

@shopify/[email protected]

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

@shopify/[email protected]

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

@shopify/[email protected]

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/[email protected]

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

@shopify/[email protected]

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

Patch Changes

  • 71b6144: Updated mysql2 dependencies

@shopify/[email protected]

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

@shopify/[email protected]

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

@shopify/[email protected]

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