CipherStash Proxy 2.1.21 Released - Array Index Mode for STE-VEC #366
coderdan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're pleased to announce CipherStash Proxy 2.1.21, which introduces fine-grained control over how arrays are indexed in encrypted JSONB data.
Array Index Mode Configuration
This release adds
array_index_modeconfiguration for STE-VEC indexes, giving you control over which array selectors are generated during indexing. This can help optimize index size and query performance for your specific use case.Configuration Options
"all"(default)"none"{...}Preset Values
For most use cases, the preset values provide the simplest configuration:
Fine-Grained Control
For advanced use cases, you can enable specific selector types:
item[@]jsonb_array_lengthandjsonb_array_elementswildcard[*]position[0],[1], etc.Note
Existing configurations are unaffected. The default value of
"all"preserves backwards compatibility with previous behavior.Other Changes
cipherstash-clientto v0.33.0Upgrade
Upgrade to 2.1.21 by pulling the latest Docker image:
Or visit the releases page for other installation options.
Beta Was this translation helpful? Give feedback.
All reactions