Skip to content

Releases: cipherstash/stack

@cipherstash/protect@5.0.0

06 Feb 15:45
10c31bb

Choose a tag to compare

Major Changes

  • 76599e5: Rebrand jseql to protect.

@cipherstash/nextjs@2.1.0

06 Feb 16:52
180beac

Choose a tag to compare

Minor Changes

  • 5a34e76: Rebranded logging context and fixed tests.

@cipherstash/nextjs@2.0.0

06 Feb 15:45
10c31bb

Choose a tag to compare

Major Changes

  • 76599e5: Rebrand jseql to protect.

@cipherstash/nextjs@1.2.0

27 Jan 14:37
58da095

Choose a tag to compare

Minor Changes

  • 3cb97c2: Added an optional argument to getCtsToken to fetch a new CTS token.

@cipherstash/nextjs@1.1.0

23 Jan 23:19
d8c57a3

Choose a tag to compare

Minor Changes

  • d0f5dd9: Enforced a check for the subject claims before setting cts session.

@cipherstash/nextjs@1.0.0

23 Jan 19:52
cf7b8c0

Choose a tag to compare

Major Changes

  • 24f0a72: Implemented better error handling for fetching CTS tokens and accessing them in the Next.js application.

@cipherstash/jseql@4.0.0

23 Jan 19:52
cf7b8c0

Choose a tag to compare

Major Changes

  • 5c08fe5: Enforced lock context to be called as a proto function rather than an optional argument for crypto functions.
    There was a bug that caused the lock context to be interpreted as undefined when the users intention was to use it causing the encryption/decryption to fail.
    This is a breaking change for users who were using the lock context as an optional argument.
    To use the lock context, call the withLockContext method on the encrypt, decrypt, and bulk encrypt/decrypt functions, passing the lock context as a parameter rather than as an optional argument.

@cipherstash/nextjs@0.12.0

22 Jan 19:15
2057dbb

Choose a tag to compare

Minor Changes

  • 14c0279: Fixed optional response argument getting called in setCtsToken.

@cipherstash/nextjs@0.11.0

22 Jan 18:24
edd393c

Choose a tag to compare

Minor Changes

  • ebc23ba: Added support for optional next response in generic jseql middleware functions.

@cipherstash/nextjs@0.10.0

22 Jan 16:38
dddb3ad

Choose a tag to compare

Minor Changes

  • 7d0fac0: Implemented a generic Next.js jseql middleware.