@cipherstash/prisma-next@0.2.0
·
96 commits
to main
since this release
Minor Changes
-
f2aca22: Upgrade
@prisma-next/*peer/runtime stack from0.6.0-dev.8to0.8.0.@prisma-next/sql-runtime@0.8reordered the SQL execution pipeline so thebeforeExecutemiddleware chain fires beforeencodeParams.bulkEncryptMiddlewarenow mutates params viareplaceValues(...)ahead of encode, which meansCipherstashCellCodec.encodeis invoked with the wire-format string rather than the originalEncryptedEnvelopeBase. 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 setscope: 'runtime'explicitly.
Patch Changes
- Updated dependencies [1c2fdbf]
- @cipherstash/stack@0.16.0