Skip to content

Clojars Release 0.5.0

Compare
Choose a tag to compare
@xsc xsc released this 16 Jan 20:58
· 109 commits to main since this release

Breaking Changes

  • Strings passed to hash/HMAC functions get converted to UTF-8 byte arrays
    (formerly the platform's default charset was used).
  • Files/InputStreams used as HMAC secret are directly converted to byte array
    (formerly they were read as a String, then converted to a byte array according
    to the platform's default charset).

Artifact Coordinates

[pandect "0.5.0"]