Skip to content

Commit bda722b

Browse files
committed
chore: add changeset for STE Vec query support
1 parent d751bf1 commit bda722b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"@cipherstash/protect": minor
3+
"@cipherstash/schema": minor
4+
---
5+
6+
Add STE Vec query support to encryptQuery API for encrypted JSONB columns.
7+
8+
- New `searchableJson()` method on column schema enables encrypted JSONB queries
9+
- Automatic query operation inference from plaintext shape (string → steVecSelector, object/array → steVecTerm)
10+
- Supports explicit `queryType: 'steVecSelector'` and `queryType: 'steVecTerm'` options
11+
- JSONB path utilities for building encrypted JSON column queries

0 commit comments

Comments
 (0)