Skip to content

Releases: cipherstash/jseql

@cipherstash/[email protected]

25 Dec 18:32
735d121
Compare
Choose a tag to compare

Minor Changes

  • 71ce612: Released support for LockContext initializer.
  • e484718: Refactored init function to not require envrionment variables as arguments.
  • e484718: Replaces jset with vitest for better typescript support.

@cipherstash/[email protected]

20 Dec 17:35
819890c
Compare
Choose a tag to compare

Enhancement: Integrated jseql-ffi for Native Encryption/Decryption Support

We have introduced jseql-ffi integration directly into the jseql package. This enhancement enables native encryption and decryption operations without relying on external wrappers, thereby streamlining secure data handling within the jseql environment. Developers can now confidently encrypt and decrypt sensitive payloads using first-class functions, improving both performance and usability when working with protected data.

@cipherstash/[email protected]

20 Nov 21:49
8142b31
Compare
Choose a tag to compare

Minor Changes

  • 0536f03: Implemented new CsPlaintextV1Schema type and schema.

@cipherstash/[email protected]

16 Nov 20:27
2501bb3
Compare
Choose a tag to compare

Major Changes

  • bea60c4: Added release management.