Skip to content

Releases: cipherstash/protectjs

@cipherstash/protect@6.0.0

28 Feb 22:20
ce2a9bf
Compare
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
Compare
Choose a tag to compare

Major Changes

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

@cipherstash/protect@5.2.0

18 Feb 00:46
20595ba
Compare
Choose a tag to compare

Minor Changes

  • 499c246: Implemented protectjs-ffi.

@cipherstash/protect@5.1.0

06 Feb 16:52
180beac
Compare
Choose a tag to compare

Minor Changes

  • 5a34e76: Rebranded logging context and fixed tests.

@cipherstash/protect@5.0.0

06 Feb 15:45
10c31bb
Compare
Choose a tag to compare

Major Changes

  • 76599e5: Rebrand jseql to protect.

@cipherstash/nextjs@2.1.0

06 Feb 16:52
180beac
Compare
Choose a tag to compare

Minor Changes

  • 5a34e76: Rebranded logging context and fixed tests.

@cipherstash/nextjs@2.0.0

06 Feb 15:45
10c31bb
Compare
Choose a tag to compare

Major Changes

  • 76599e5: Rebrand jseql to protect.

@cipherstash/nextjs@1.2.0

27 Jan 14:37
58da095
Compare
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
Compare
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
Compare
Choose a tag to compare

Major Changes

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