Changelog

What's new

Notable releases and updates to TrustRegistry.

May 2026Docs

Production-grade API documentation

  • Split docs into per-endpoint reference pages with full request and response schemas.
  • Added honest error code reference (only codes the API actually emits).
  • Added coverage and reliability pages.
May 2026Ingestion

Texas continuous ingestion

  • Historical Texas backfill completed.
  • Incremental sync watermarks against registry filing timestamps.
  • Worker tuned for steady forward throughput with checkpointed resume.
Apr 2026API

GET /v1/business/{id}

  • Fetch a full entity record by TrustRegistry ID.
Apr 2026API

GET /v1/search

  • Ranked fuzzy candidate search by name within a state.
  • 0.3 similarity floor; up to 25 candidates returned.
Mar 2026Platform

Auth system + dashboard

  • tr_live_ bearer tokens, SHA-256 hashed at rest.
  • Dashboard for issuing, labelling, and revoking keys.
  • Multiple active keys per account for zero-downtime rotation.
Mar 2026API

POST /v1/verify — Texas live

  • Verify a business by name with optional registration_number.
  • Structured 'unsupported_state' response for non-Texas jurisdictions.