Releases: cipherstash/stack
Releases · cipherstash/stack
@cipherstash/nextjs@4.0.0
Major Changes
-
95c891d: Implemented CipherStash CRN in favor of workspace ID.
- Replaces the environment variable
CS_WORKSPACE_IDwithCS_WORKSPACE_CRN - Replaces
workspace_idwithworkspace_crnin thecipherstash.tomlfile
- Replaces the environment variable
@cipherstash/protect@8.0.0
Major Changes
-
8a4ea80: Implement EQL v2 data structure.
- Support for Protect.js searchable encryption when using Supabase.
- Encrypted payloads are now composite types which support searchable encryption with EQL v2 functions.
- The
dataproperty is an object that matches the EQL v2 data structure.
@cipherstash/protect@7.0.0
Major Changes
- 2cb2d84: Replaced bulk operations with model operations.
@cipherstash/nextjs@3.2.0
Minor Changes
- 9377b47: Updated versions to address Next.js CVE.
@cipherstash/protect@6.3.0
Minor Changes
- a564f21: Bumped versions of dependencies to address CWE-346.
@cipherstash/nextjs@3.1.0
Minor Changes
- a564f21: Bumped versions of dependencies to address CWE-346.
@cipherstash/protect@6.2.0
Minor Changes
- fe4b443: Added symbolic link for protect readme.
@cipherstash/protect@6.1.0
Minor Changes
- 43e1acb: * Added support for searching encrypted data
- Added a schema strategy for defining your schema
- Required schema to initialize the protect client
@cipherstash/protect@6.0.0
Major Changes
- f4d8334: Released protectjs-ffi with toml file configuration support.
Added awithResultpattern to all public facing functions for better error handling.
Updated all documentation to reflect the new configuration pattern.
@cipherstash/nextjs@3.0.0
Major Changes
- 02dc980: Support configuration from environment variables or toml config.