Releases: cipherstash/protectjs
Releases · cipherstash/protectjs
@cipherstash/protect@6.0.0
Major Changes
- f4d8334: Released protectjs-ffi with toml file configuration support.
Added awithResult
pattern 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.
@cipherstash/protect@5.2.0
Minor Changes
- 499c246: Implemented protectjs-ffi.
@cipherstash/protect@5.1.0
Minor Changes
- 5a34e76: Rebranded logging context and fixed tests.
@cipherstash/protect@5.0.0
Major Changes
- 76599e5: Rebrand jseql to protect.
@cipherstash/nextjs@2.1.0
Minor Changes
- 5a34e76: Rebranded logging context and fixed tests.
@cipherstash/nextjs@2.0.0
Major Changes
- 76599e5: Rebrand jseql to protect.
@cipherstash/nextjs@1.2.0
Minor Changes
- 3cb97c2: Added an optional argument to getCtsToken to fetch a new CTS token.
@cipherstash/nextjs@1.1.0
Minor Changes
- d0f5dd9: Enforced a check for the subject claims before setting cts session.
@cipherstash/nextjs@1.0.0
Major Changes
- 24f0a72: Implemented better error handling for fetching CTS tokens and accessing them in the Next.js application.