Commit 229ce59
feat(stack,cli)!: re-baseline EQL v3 on eql-3.0.0 GA and protect-ffi 0.29
protect-ffi 0.28 → 0.29 and @cipherstash/eql 3.0.0-alpha.3 → 3.0.0:
- Rename every EQL v3 column-domain reference to the GA naming convention:
flat, prefixed domains in public (public.eql_v3_text_search,
public.eql_v3_integer_ord, …). Query domains stay eql_v3.query_<name>.
DOMAIN_REGISTRY keys, introspection params, drizzle DDL emission, tests,
skills, and the supabase reference doc all follow.
- v3 scalar/selector encryptQuery no longer throws: protect-ffi 0.29 mints
term-only eql_v3.query_<name> operands, the query_jsonb needle, and bare
selector hashes. EQL_V3_QUERY_UNSUPPORTED is gone; docs updated. The
supabase adapter and drizzle operators keep the full-envelope operand
design (PostgREST cannot cast filter values; the SQL function per proof
selects the term).
- Pin ste_vec mode: 'standard' in the v2 searchableJson() builders (stack
and @cipherstash/schema). 0.29 flipped the library default to compat
(EQL v3's op term); unpinned, every v2 JSON containment query matches
nothing and new rows stop being comparable with existing ones. The v2
wire format stays byte-stable.
- CLI: vendor cipherstash-encrypt-v3.sql from the pinned @cipherstash/eql
package (sha256-verified against its releaseManifest) instead of a
hand-vendored stack fixture. Drop the v3 Supabase bundle variant: since
eql-3.0.0 one artifact installs everywhere (operator classes self-skip on
insufficient_privilege; ORE-backed domains are disabled when the opclass
is absent, CIP-3468). --supabase now only adds the role grants for v3.
- encrypt-lock-context guards split into one client per wire format;
EncryptionV3 override test asserts the v3 pin.
- Skills: add the EQL v3 typed-schema section to stash-encryption, the
eql/v3/drizzle integration to stash-drizzle, and re-sync stash-supabase +
docs/reference/supabase-sdk.md against the current adapter (contains()
instead of like/ilike, no freeTextSearch tuner, introspecting factory,
single install artifact).
- AGENTS.md subpath-export list gains eql/v3, eql/v3/drizzle, and v3.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent cd521a0 commit 229ce59
55 files changed
Lines changed: 27380 additions & 91717 deletions
File tree
- .changeset
- .github/workflows
- docs/reference
- packages
- cli
- scripts
- src
- __tests__
- installer
- sql
- schema/src
- stack
- __tests__
- drizzle-v3
- fixtures/eql-v3
- helpers
- v3-matrix
- src
- encryption/helpers
- eql/v3
- schema
- supabase
- skills
- stash-cli
- stash-drizzle
- stash-encryption
- stash-supabase
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | | - | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments