Skip to content

v0.2.0

Compare
Choose a tag to compare
@bennetthardwick bennetthardwick released this 29 Nov 04:24
· 368 commits to main since this release
e038423
  • Both partition and sort keys are now HMAC by default
  • #[cryptonamo(plaintext)] on a partition key or sort key will store them as plaintext
  • Contrainer attribute sort_key_prefix = None will remove the sort key prefix
  • Records can now include pk or sk fields
    • These fields must be used as the partition key and sort key respectively
    • Using an sk field implies the use of sort_key_prefix = None
  • AWS dependencies have been updated to the latest versions
  • Some QOL macro and error improvements