Skip to content

Commit 71e8888

Browse files
authored
Merge pull request #468 from cipherstash/changeset-release/main
Version Packages
2 parents a4fd619 + c6e089c commit 71e8888

12 files changed

Lines changed: 52 additions & 21 deletions

File tree

.changeset/prisma-next-upgrade-to-0-8.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/stack-cjs-uuid-and-column-builders.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/basic/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cipherstash/basic-example
22

3+
## 1.2.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1c2fdbf]
8+
- @cipherstash/stack@0.16.0
9+
310
## 1.2.9
411

512
### Patch Changes

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cipherstash/basic-example",
33
"private": true,
4-
"version": "1.2.9",
4+
"version": "1.2.10",
55
"type": "module",
66
"scripts": {
77
"start": "tsx index.ts"

examples/prisma/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @cipherstash/prisma-next-example
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f2aca22]
8+
- Updated dependencies [1c2fdbf]
9+
- @cipherstash/prisma-next@0.2.0
10+
- @cipherstash/stack@0.16.0
11+
312
## 0.0.1
413

514
### Patch Changes

examples/prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@cipherstash/prisma-next-example",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "End-to-end example of @cipherstash/prisma-next: searchable application-layer encryption for Postgres with Prisma Next, using @cipherstash/stack as the SDK.",
66
"type": "module",
77
"scripts": {

packages/bench/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @cipherstash/bench
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1c2fdbf]
8+
- @cipherstash/stack@0.16.0

packages/bench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/bench",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"description": "Performance / index-engagement benchmarks for stack integrations (Drizzle, encryptedSupabase, Prisma).",
66
"type": "module",

packages/prisma-next/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @cipherstash/prisma-next
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- f2aca22: Upgrade `@prisma-next/*` peer/runtime stack from `0.6.0-dev.8` to `0.8.0`.
8+
9+
`@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.
10+
11+
`SqlMiddlewareContext.scope` (`"runtime" | "connection" | "transaction"`) also became required in 0.8 (was optional in 0.7); test mocks now set `scope: 'runtime'` explicitly.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [1c2fdbf]
16+
- @cipherstash/stack@0.16.0
17+
318
## 0.1.0
419

520
### Minor Changes

packages/prisma-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cipherstash/prisma-next",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"author": "CipherStash <support@cipherstash.com>",
66
"description": "CipherStash extension for Prisma Next: searchable application-layer field-level encryption for Postgres, with six encrypted column types, 17 query operators, bulk encrypt/decrypt middleware, and a baseline migration that installs the vendored EQL bundle SQL byte-for-byte.",

0 commit comments

Comments
 (0)