Releases: cipherstash/stack
Releases · cipherstash/stack
@cipherstash/schema@1.0.0
Major Changes
-
788dbfc: Added JSON and INT data type support and update FFI to v0.17.1 with x86_64 musl environment platform support.
- Update @cipherstash/protect-ffi from 0.16.0 to 0.17.1 with support for x86_64 musl platforms.
- Add searchableJson() method to schema for JSON field indexing (the search operations still don't work but this interface exists)
- Refactor type system: EncryptedPayload → Encrypted, add JsPlaintext
- Add comprehensive test suites for JSON, integer, and basic encryption
- Update encryption format to use 'k' property for searchable JSON
- Remove deprecated search terms tests for JSON fields
- Simplify schema data types to text, int, json only
- Update model helpers to handle new encryption format
- Fix type safety issues in bulk operations and model encryption
@cipherstash/protect@10.0.0
Major Changes
-
788dbfc: Added JSON and INT data type support and update FFI to v0.17.1 with x86_64 musl environment platform support.
- Update @cipherstash/protect-ffi from 0.16.0 to 0.17.1 with support for x86_64 musl platforms.
- Add searchableJson() method to schema for JSON field indexing (the search operations still don't work but this interface exists)
- Refactor type system: EncryptedPayload → Encrypted, add JsPlaintext
- Add comprehensive test suites for JSON, integer, and basic encryption
- Update encryption format to use 'k' property for searchable JSON
- Remove deprecated search terms tests for JSON fields
- Simplify schema data types to text, int, json only
- Update model helpers to handle new encryption format
- Fix type safety issues in bulk operations and model encryption
Patch Changes
- Updated dependencies [788dbfc]
- @cipherstash/schema@1.0.0
@cipherstash/protect-dynamodb@5.0.0
Major Changes
-
788dbfc: Added JSON and INT data type support and update FFI to v0.17.1 with x86_64 musl environment platform support.
- Update @cipherstash/protect-ffi from 0.16.0 to 0.17.1 with support for x86_64 musl platforms.
- Add searchableJson() method to schema for JSON field indexing (the search operations still don't work but this interface exists)
- Refactor type system: EncryptedPayload → Encrypted, add JsPlaintext
- Add comprehensive test suites for JSON, integer, and basic encryption
- Update encryption format to use 'k' property for searchable JSON
- Remove deprecated search terms tests for JSON fields
- Simplify schema data types to text, int, json only
- Update model helpers to handle new encryption format
- Fix type safety issues in bulk operations and model encryption
Patch Changes
- Updated dependencies [788dbfc]
- @cipherstash/protect@10.0.0
@cipherstash/protect@9.6.0
@cipherstash/protect-dynamodb@4.0.0
@cipherstash/protect@9.5.0
Minor Changes
- 6f45b02: Fully implemented audit metadata functionality.
@cipherstash/protect-dynamodb@3.0.0
@cipherstash/schema@0.1.0
Minor Changes
- d0b02ea: Released initial package for CipherStash Encrypt schemas.
@cipherstash/protect@9.4.1
Patch Changes
- Updated dependencies [d0b02ea]
- @cipherstash/schema@0.1.0
@cipherstash/protect@9.4.0
Minor Changes
- 1cc4772: Released support for bulk encryption and decryption.