Skip to content

v0.9.0

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 06 Sep 02:57
· 12 commits to main since this release

Added

  • encryption-descriptor-api covers the descriptor's hmac blinding-key
    member: it persists and echoes verbatim, a malformed member (missing id or
    type, empty recipients, bad entry shape) is 400 invalid-request-body,
    changing its id or removing it on update is 409 encryption-immutable, and
    changing its recipients or introducing it on a descriptor that lacks it is
    accepted.