Skip to content

Hashavatar API 0.7.0

Choose a tag to compare

@eldryoth eldryoth released this 17 May 10:27
Immutable release. Only release title and notes can be modified.
3141d0e

hashavatar-api v0.7.0

This release updates the public API service to hashavatar 0.7.0 and exposes the new configurable identity hashing modes in the demo and HTTP API.

Changed

  • Updated hashavatar-api to 0.7.0.
  • Updated renderer dependency to upstream hashavatar 0.7.0.
  • Enabled hashavatar blake3 and xxh3 features.
  • Added algorithm query support for:
    • sha512
    • blake3
    • xxh3-128
  • Added hash algorithm radio controls to the web demo.
  • Included the selected algorithm in cache keys and S3 object keys.
  • Updated README, API docs, OpenAPI metadata, versioning notes, and security controls for 0.7.0.

Testing

  • Added regression coverage for all supported hash algorithms.
  • Extended local smoke testing to render all three algorithm modes over HTTP.
  • Verified with the full local gate:
    • formatting
    • release metadata
    • docs checks
    • security invariants
    • cargo check
    • clippy
    • unit tests
    • cargo deny
    • cargo audit
    • HTTP smoke test