Changelog

What shipped, when.

Releases, fixes, and improvements. Subscribe via RSS to get them in your reader.

  1. June 4, 2026
    v0.9.0

    Content + SEO routes

    • featureSix healthcare-focused blog posts shipped under /blog covering FHIR Patient imports, LOINC validation, HIPAA-aware import alternatives, multilingual matching, schema-only mode, and the Swiss AHV/AVS/NSS field.
    • featurePublic changelog at /changelog with an RSS 2.0 feed at /changelog/rss.
    • featureMigration landing pages for teams currently on OneSchema and Flatfile.
    • improvementSitemap extended to cover blog, changelog, and the new migration pages.
  2. June 2, 2026
    v0.8.0

    Stateless cut-over

    • improvementRemoved the application database. Uploads now live in an in-process Map with a 24h TTL; schema-only mode never touches persistent storage.
    • securityclampForSchemaOnly() in lib/parser.ts is now the single chokepoint for sample-row handling across every /v1 route that accepts samples.
  3. June 1, 2026
    v0.7.0

    MCP server publish-readiness

    • feature@adaptivmapr/mcp-server packaging finalised: free-tier tools (list_templates, template_schema, match_headers, validate_row, csv_preview) work without an API key; gated tools require both ADAPTIVMAPR_API_KEY and PHI_GATEWAY_API_KEY.
    • improvementDashboard workbench accepts a ?template=<id> query param so MCP-generated deep links land directly on the right template.
  4. May 30, 2026
    v0.6.0

    Quota, entitlements, and observability

    • featureQuota enforcement on full-data calls, keyed off the active PHI Gateway subscription. Schema-only remains unlimited.
    • featureEntitlement lookup endpoint for the dashboard so the UI can hide full-data affordances when the bundle is not active.
    • improvementStructured observability events on every cascade decision so we can track auto-accept rate per template per tenant.
  5. May 28, 2026
    v0.5.0

    Billing surface area

    • featureDunning emails for failed invoices and receipt emails on successful charges, sent through the shared transactional email service.
    • fixStripe webhook signature verification hardened to reject requests with skewed timestamps.
  6. May 27, 2026
    v0.4.0

    FHIR template surface

    • featureTen healthcare templates ship with FHIR resource emit mappings where applicable: Patient, Observation, Medication, Claim.item, Appointment, Coverage, Practitioner.
    • featureMultilingual hint lists (DE/FR/IT/EN/ES) on every field of every healthcare template.
    • improvementAHV/AVS/NSS validator with EAN-13 check-digit verification for Swiss patient identifiers.