Hashavatar API 0.7.0
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-apito0.7.0. - Updated renderer dependency to upstream
hashavatar 0.7.0. - Enabled
hashavatarblake3andxxh3features. - Added
algorithmquery support for:sha512blake3xxh3-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