We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a9c3b commit b0e56b8Copy full SHA for b0e56b8
.changeset/upgrade-protect-ffi.md
@@ -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