Skip to content

v0.0.12

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 09:52
· 746 commits to main since this release
8a1a688

New Features

  • Introduced a new crypto library to support password hashing and verification (using OpenSSL's Argon2 implementation)

Pull Requests

  • [8a1a688] - Update the changelog for v0.0.12
  • [f3d1fea] - Fix some potential stability issues in the iconv FFI bindings
  • [6dead2c] - Simplify the CLI version display logic for OpenSSL
  • [dac4bb6] - Implement password hashing and verification using the Argon2 KDF
  • [21d65e1] - Add a string buffer debug utility via debug.sbuf
  • [6450e1f] - Introduce a new FFI-based crypto library
  • [656eb59] - Move a stray include around to maintain order
  • [b15c694] - Streamline the format for stack traces being displayed on runtime errors
  • [b7b1f98] - Add a license notice to the lua-rapidjson bindings
  • [c17b000] - Apply retroactive fixes to the changelog for v0.0.11

Contributors (in alphabetical order)

  • No external contributors