Releases: Shopify/shopify-app-js
Releases · Shopify/shopify-app-js
@shopify/shopify-app-remix@3.5.1
Patch Changes
- 62b533e: Revert shop logging
@shopify/shopify-app-session-storage@3.0.9
@shopify/shopify-app-session-storage@3.0.9
@shopify/shopify-app-session-storage-sqlite@4.0.9
@shopify/shopify-app-session-storage-sqlite@4.0.9
@shopify/shopify-app-session-storage-redis@4.2.2
@shopify/shopify-app-session-storage-redis@4.2.2
@shopify/shopify-app-session-storage-prisma@5.2.0
Minor Changes
-
69b6d14: Adds
isReady
method toPrismaSessionStorage
.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 returnfalse
.isReady
will update the internal state of thePrismaSessionStorage
instance to reflect whether the session table exists and can be used. In case of an unexpected disconnect, useisReady
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
@shopify/shopify-app-session-storage-postgresql@4.0.9
@shopify/shopify-app-session-storage-mysql@4.0.9
Patch Changes
- 71b6144: Updated
mysql2
dependencies
@shopify/shopify-app-session-storage-mongodb@4.0.9
@shopify/shopify-app-session-storage-mongodb@4.0.9
@shopify/shopify-app-session-storage-memory@4.0.9
@shopify/shopify-app-session-storage-memory@4.0.9
@shopify/shopify-app-session-storage-kv@4.0.9
@shopify/shopify-app-session-storage-kv@4.0.9