Skip to content

Releases: cipherstash/stack

@cipherstash/stack@0.8.0

10 Mar 22:07
579f9b8

Choose a tag to compare

Minor Changes

  • 3414761: Fixed Supabase or wrapper to escape EQL payloads correctly.

@cipherstash/stack-forge@0.2.0

10 Mar 22:08
579f9b8

Choose a tag to compare

Minor Changes

  • 3414761: Add additional CLI tools for validate, status, init. Fixed push command to work with CipherStash Proxy.

@cipherstash/stack@0.7.0

05 Mar 14:31
391f57f

Choose a tag to compare

Minor Changes

  • 1be8f81: Exposed a public method on the Encryption client to expose the build Encryption schema.

@cipherstash/stack-forge@0.1.0

05 Mar 14:31
391f57f

Choose a tag to compare

Minor Changes

  • 60ce44a: Initial release of the stash-forge CLI utility.

@cipherstash/stack@0.6.0

27 Feb 16:27
414be31

Choose a tag to compare

Minor Changes

  • 0b9fd7a: Add notes to CLI about init in prototype phase.

@cipherstash/stack@0.5.0

27 Feb 01:45
473340b

Choose a tag to compare

Minor Changes

  • a645115: ### Documentation

    • TypeDoc: Improved JSDoc for Encryption(), EncryptOptions, schema builders (encryptedTable, encryptedColumn, encryptedField, EncryptedField, EncryptedTableColumn), and encrypt / bulkEncrypt with clearer @param, @returns, @throws, @example, and @see links.
    • README: Refreshed main repo README and Stack package readme; basic example README now uses npm install @cipherstash/stack, CipherStash account and dashboard credentials, and drops Stash CLI references. Added docs badge linking to cipherstash.com/docs.

    Features

    • Logging: Logger is now used consistently across Stack client interfaces for initialization and operations.

@cipherstash/stack@0.4.0

25 Feb 01:16
b5af0c3

Choose a tag to compare

Minor Changes

  • 5c3f4e7: Remove null support from encrypt and bulk encrypt operations to improve typescript support and reduce operation complexity.

@cipherstash/stack@0.3.0

24 Feb 16:40
fa2b85d

Choose a tag to compare

Minor Changes

  • afe0a55: Improved encrypt model return types to account for Encrypted values.

@cipherstash/stack@0.2.0

24 Feb 13:44
e2f4de1

Choose a tag to compare

Minor Changes

  • 68c8199: Improved typing for model interfaces and full bun support.

@cipherstash/stack@0.1.0

24 Feb 12:03
5aa6c46

Choose a tag to compare

Minor Changes

  • 7ed89a5: Initial release of the CipherStash Stack.