Changelog¶
Track externally visible changes here.
2026-03-06¶
Added¶
- Initial partner documentation portal scaffold with Material for MkDocs.
- Getting started, API reference, integration guides, operations pages, and generated OpenAPI page.
Changed¶
- Partner docs now position
POST /v1/name/assessmentas the primary integration endpoint.
Deprecated¶
POST /v1/name/eligibilityfor new partner integrations.
Removed¶
- None.
2026-02-28¶
Added¶
- Jurata-specific OpenAPI/docs endpoint surface for partner-facing schema views (
2e692f0). - Additional restricted-term categories for gambling and health-related naming signals (
82cb65f,fd4692e).
Changed¶
- Assessment logic and checks were expanded with more category coverage and policy mapping refinements (
82cb65f,fd4692e,0e4acd1).
2026-02-27¶
Added¶
- Split Swagger/OpenAPI surfaces for admin and non-admin consumers (
965d8d4).
Changed¶
- Endpoint routing/layout updates in the API app to support partner/admin separation (
f4132f4).
2026-02-26¶
Added¶
- First release of the v4 assessment API model and profile-based risk output (
7ceb35e). - New assessment-focused schemas and docs aligned with v4 behavior (
7ceb35e).
2026-02-22¶
Added¶
- V3 semantic extraction pipeline for eligibility checks with richer category outputs (
e03b623).
2026-02-21¶
Added¶
- V2 eligibility endpoint and schema (
POST /v2/name/eligibility) for structured semantic evaluation (00adfbf).
2026-01-14¶
Changed¶
- Conflict-search output and normalization behavior improved, including name-core handling for better matching quality (
5bc1606).
2026-01-09¶
Added¶
- End-to-end API test support and scenario coverage in CI, improving release confidence for partner-facing behavior (
93566a3).