Skip to content

v0.1.0

Compare
Choose a tag to compare
@bennetthardwick bennetthardwick released this 10 Nov 00:04
· 368 commits to main since this release
2dc7557
  • Fixed handling of plaintext (non-encrytped attributes)
  • Added missing decrypt trait derive
  • Renamed the traits to more closely align with the SDK and to provide more flexibility in the future (Encryptable , Decryptable and Searchable instead of just Cryptonamo).
  • Moved attrs for partition_key and sort_key to field instead of container in derive macro
  • Support the ability to have literal (pk only) or composite (pk + sk) primary keys
  • Expanded the test coverage
  • Added a Sealer module which will be used to enforce zeroize behaviour in a future update
  • Removed Serde for any plaintext values to avoid potential serialiazation timing attacks
  • Updated to latest SDK which includes Plaintext Zeroize enforcement and a number of bug fixes