Skip to content

Releases: cipherstash/stack

@cipherstash/nextjs@4.0.0

23 May 15:34
2248373

Choose a tag to compare

Major Changes

  • 95c891d: Implemented CipherStash CRN in favor of workspace ID.

    • Replaces the environment variable CS_WORKSPACE_ID with CS_WORKSPACE_CRN
    • Replaces workspace_id with workspace_crn in the cipherstash.toml file

@cipherstash/protect@8.0.0

21 May 04:08
9be7819

Choose a tag to compare

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 data property is an object that matches the EQL v2 data structure.

@cipherstash/protect@7.0.0

08 Apr 15:07
4541dc6

Choose a tag to compare

Major Changes

  • 2cb2d84: Replaced bulk operations with model operations.

@cipherstash/nextjs@3.2.0

25 Mar 00:17
33ac5e5

Choose a tag to compare

Minor Changes

  • 9377b47: Updated versions to address Next.js CVE.

@cipherstash/protect@6.3.0

11 Mar 23:33
171465c

Choose a tag to compare

Minor Changes

  • a564f21: Bumped versions of dependencies to address CWE-346.

@cipherstash/nextjs@3.1.0

11 Mar 23:33
171465c

Choose a tag to compare

Minor Changes

  • a564f21: Bumped versions of dependencies to address CWE-346.

@cipherstash/protect@6.2.0

10 Mar 18:40
8c1e013

Choose a tag to compare

Minor Changes

  • fe4b443: Added symbolic link for protect readme.

@cipherstash/protect@6.1.0

06 Mar 16:01
fab3040

Choose a tag to compare

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

28 Feb 22:20
ce2a9bf

Choose a tag to compare

Major Changes

  • f4d8334: Released protectjs-ffi with toml file configuration support.
    Added a withResult pattern to all public facing functions for better error handling.
    Updated all documentation to reflect the new configuration pattern.

@cipherstash/nextjs@3.0.0

28 Feb 22:20
ce2a9bf

Choose a tag to compare

Major Changes

  • 02dc980: Support configuration from environment variables or toml config.