Skip to content

v0.52.1 — Trust API production hardening + /ship skill

Choose a tag to compare

@thaersaidi thaersaidi released this 29 Jun 09:12

What's new

  • Rate limiting on all unauthenticated verify/prove routes (60 req/60 s) and GET /data-usage/policy (120 req/60 s) — previously only admin routes were guarded.
  • Audit events on all 14 signing and verification handlers across the 6 Trust API blueprints.
  • Error sanitization — internal exception details no longer appear in API responses; logged server-side only.
  • 15 missing model exports added to genesis_mesh/models/__init__.py: all Trust API types are now importable from the top-level package.
  • /ship project skill at .claude/commands/ship.md — encodes the full release process (pre-flight, vision enforcement, gate suite, commit, tag, GitHub release, memory update) so future releases follow the same production standard without relying on session memory.

Upgrade

pip install genesis-mesh==0.52.1

Full changelog: CHANGELOG.md