Commit 9a72002
chore: bump EQL pins eql-2.2.1 → eql-2.3.1
PR #476 (merged before this branch's rebase) pinned every EQL install
script and the postgres-eql CI container at eql-2.2.1. This branch
upgrades the code to emit the EQL v2.3 payload format, so every pin
must move in lockstep — otherwise CI runs the new bytes against the
old EQL extension and JSON inserts hit `_encrypted_check_c`.
Flipped:
- `.github/workflows/tests.yml` — container image
`ghcr.io/cipherstash/postgres-eql:17-2.2.1` → `17-2.3.1`.
- `local/docker-compose.yml` — same tag; the bench workflow
(`tests-bench.yml`) consumes this compose file via
`docker compose up --wait`.
- `packages/cli/src/installer/index.ts` and
`packages/drizzle/src/bin/generate-eql-migration.ts` — `EQL_VERSION`
constant.
- The three docs the `EQL_VERSION` pin appears in
(`packages/protect/README.md`, `packages/drizzle/README.md`,
`packages/drizzle/GENERATE_EQL_MIGRATION_CLI.md`).
The vendored SQL in `packages/cli/src/sql/*.sql` and the prisma-next
install bundle were already eql-2.3.1 from earlier in this PR; the
example app's `examples/prisma/migrations/cipherstash/install_eql_bundle/`
copy was also synced. `@cipherstash/schema` no longer bundles any
`.sql` (verified — no `*.sql` under `packages/schema/`).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f75f551 commit 9a72002
7 files changed
Lines changed: 9 additions & 9 deletions
File tree
- .github/workflows
- local
- packages
- cli/src/installer
- drizzle
- src/bin
- protect
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
820 | | - | |
| 820 | + | |
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
825 | 825 | | |
826 | 826 | | |
827 | | - | |
| 827 | + | |
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
| |||
0 commit comments