Back to changelog index

0.2.12

Aug 05, 2026 · 1 packages · 2 unique changes · 1 release entry

integrations

This release affects the integrations family.

Run contractspec connect adoption resolve --family integrations to see how it impacts your project.

Release summaries

  • communication-os-send-reconciliation

    Prevent repeated CommunicationOS provider sends after post-send completion failures.

    integrator

    Runtime hosts can persist dispatch claims and provider acceptance receipts, then reconcile ambiguous sends without redispatching.

Upgrade steps

  • Bind a durable reconciliation store in production

    manual

    Inject sendReconciliationStore from the same durable authority used by the CommunicationOS runtime.

    Packages: @lssm-tech/integration.communication-os-runtime

    1. Implement atomic create-or-return semantics for ApprovedSendReconciliationStore.claim.
    2. Persist sent_pending_ack receipts before audit and event completion.
    3. Resolve ambiguous records only with the matching approval id, idempotency key, and channel receipt.

Unique release changes

  • - Inject sendReconciliationStore from the same durable authority used by the CommunicationOS runtime.

    1 packages · 1 occurrences

  • - Prevent repeated CommunicationOS provider sends after post-send completion failures.

    1 packages · 1 occurrences

Impacted packages

  • @lssm-tech/integration.communication-os-runtime

    Layer: integrations · 2 changes