2026-09-09 — API 2.3.0
- API Published additive public contract version
2.3.0, including observation-only onchain source registration atPOST /v2/onchain-sources, with transaction, bounded address, and provider-payment source identities. - API Added reviewed Ethereum and Solana stablecoin enrichment for Circle USDC and Paxos USDP, including finality, exact atomic transfers, and unrecognized token activity.
- Docs Added Monitoring stablecoins operations with request examples, lifecycle states, retry behavior, and dashboard guidance.
2026-08-30
- API Added additive v2.2.0 capture-only settlement evidence: settlement identities, allocations, revisions, and exact financial breakdowns.
- API Settlement evidence is durable and visible in event reads, but does not create monitoring operations, targets, findings, alerts, transactions, or ledgers.
- Docs Added strict limits and compatibility guidance to the generated v2.2.0 OpenAPI contract. v1 remains frozen.
2026-08-24
- API Added optional
causation_idto event requests and returned it, alongsidecorrelation_id, on event reads. The additive public contract is version2.1.0. - API Causation IDs preserve the producer’s claim about the single earlier event that led to this event; they do not change operation grouping or evaluation.
- Docs Added Causation IDs and the correlation/causation distinction to the cross-service guide.
- SDK The TypeScript and Python SDK repositories can consume the
2.1.0artifact through their normal contract-sync process; their releases are separate.
2026-08-21
- API Added optional
correlation_idto thePOST /v2/eventsevent schema. It accepts 1 to 200 visible ASCII characters and is rejected whennull, empty, or whitespace-padded. Senders that previously receivedunknown_fieldfor this key can now send it. - API Correlation IDs link evidence for investigation only. Operation grouping, flows, deadlines, and findings are unchanged, and event reads do not return the field.
- Docs Added Correlation IDs and Trace a flow across services.
2026-08-19
- Docs Split integration verification into a delivery guide and a monitoring guide.
- Docs Added symptom-based Troubleshooting, a redacted support-packet template, operational runbooks, and an expanded security boundary.
- Docs Added Postman import guidance that uses the generated OpenAPI artifact instead of a separate collection.
- Docs Expanded the error catalog and contract-checked examples for partial
batches, retries, pagination, provider enrichment, and
503handling.
2026-08-11
- SDK Documented
@reconifyhq/sdk1.0.0 andreconify-python1.0.0. - Docs Added TypeScript and Python examples alongside cURL.
- Docs Reorganized the portal around sending events, verifying delivery, enriching provider data, and preparing for production.
- Docs Added Integrate with an AI agent with a
copy-ready prompt and an
AGENTS.mdrules file. - API Published the versioned contract index at
/openapi/manifest.jsonfor SDK consumers. - Docs Corrected examples that omitted required
entity_id.
2026-08-05
- API Added event and issue reads.
- API Added issue assignment and investigation notes.
- API Added read, write, and admin API-key scopes.
- API Added optional note idempotency with
Idempotency-Key. - API Redacted member email addresses from public responses.
- Breaking Removed retired event fields and JWT authentication from public data routes.
- Migration Use organization API keys for public data routes and use only
open,resolved, orresolved_latefinding statuses.
Migration actions
- Use
event.idfor per-event retry protection. - Use
Idempotency-Keyonly for note creation. - Replace JWT authentication on public data routes with an organization API key.
- Replace unsupported finding statuses with
open,resolved, orresolved_late.
Generated operation pages and published OpenAPI artifacts come from the Go public contract. They
are not edited by hand.