Skip to content

@cipherstash/prisma-next@0.2.0

Choose a tag to compare

@github-actions github-actions released this 18 May 17:59
· 96 commits to main since this release
71e8888

Minor Changes

  • f2aca22: Upgrade @prisma-next/* peer/runtime stack from 0.6.0-dev.8 to 0.8.0.

    @prisma-next/sql-runtime@0.8 reordered the SQL execution pipeline so the beforeExecute middleware chain fires before encodeParams. bulkEncryptMiddleware now mutates params via replaceValues(...) ahead of encode, which means CipherstashCellCodec.encode is invoked with the wire-format string rather than the original EncryptedEnvelopeBase. The cell codec now short-circuits string values through unchanged; the envelope path is preserved for direct (non-runtime) callers such as the codec unit tests.

    SqlMiddlewareContext.scope ("runtime" | "connection" | "transaction") also became required in 0.8 (was optional in 0.7); test mocks now set scope: 'runtime' explicitly.

Patch Changes

  • Updated dependencies [1c2fdbf]
    • @cipherstash/stack@0.16.0