Skip to content

Commit b0e56b8

Browse files
committed
chore: add changeset for protect-ffi upgrade
1 parent d2a9c3b commit b0e56b8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.changeset/upgrade-protect-ffi.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@cipherstash/protect": minor
3+
"@cipherstash/stack": minor
4+
"@cipherstash/schema": minor
5+
"@cipherstash/drizzle": patch
6+
---
7+
8+
Upgrade protect-ffi to 0.21.0 and enable array_index_mode for searchable JSON
9+
10+
- Upgrade `@cipherstash/protect-ffi` to 0.21.0 across all packages
11+
- Enable `array_index_mode: 'all'` on STE vec indexes so JSON array operations
12+
(jsonb_array_elements, jsonb_array_length, array containment) work correctly
13+
- Delegate credential resolution entirely to protect-ffi's `withEnvCredentials`
14+
- Download latest EQL at build/runtime instead of bundling hardcoded SQL files

0 commit comments

Comments
 (0)