Back to changelog index

3.12.2

Jul 16, 2026 · 1 packages · 2 unique changes · 1 release entry

libs

This release affects the contracts family.

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

Release summaries

  • m3-contracts-runtime-server-rest-graph-subscription

    M3 — createGraphSubscriptionRoute helper for wiring GraphSubscription SSE endpoints in Elysia, Express, Next.js App Router, and Next.js Pages.

    maintainer

    New additive export createGraphSubscriptionRoute. Existing framework adapters are unchanged. No cross-adapter coupling introduced.

    integrator

    Wire GraphSubscription SSE endpoints in Elysia, Express, or Next.js App Router using createGraphSubscriptionRoute(config). The helper emits GraphSubscriptionEvent SSE lines and sets retry headers per config.

Upgrade steps

  • Wire GraphSubscription SSE endpoint

    manual

    Use createGraphSubscriptionRoute to add a typed SSE endpoint for live graph events.

    Packages: @lssm-tech/lib.contracts-runtime-server-rest

    1. Import createGraphSubscriptionRoute from the appropriate adapter subpath (rest-elysia, rest-express, rest-next-app).
    2. Pass a GraphSubscriptionConfig with endpoint path and reconnect interval.
    3. Connect your graph event source to the route handler.

Unique release changes

  • - M3 — createGraphSubscriptionRoute helper for wiring GraphSubscription SSE endpoints in Elysia, Express, Next.js App Router, and Next.js Pages.

    1 packages · 1 occurrences

  • - Use createGraphSubscriptionRoute to add a typed SSE endpoint for live graph events.

    1 packages · 1 occurrences

Impacted packages

  • @lssm-tech/lib.contracts-runtime-server-rest

    Layer: libs · 2 changes