Download Latest Version v9.2.0 source code.zip (5.0 MB)
Email in envelope

Get an email when there's a new version of Responder

Home / v9.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-14 972 Bytes
v9.2.0 source code.tar.gz 2026-07-14 4.9 MB
v9.2.0 source code.zip 2026-07-14 5.0 MB
Totals: 3 Items   10.0 MB 2

Responder 9.2 makes typed SSE and NDJSON complete incremental response contracts, from per-item runtime validation through OpenAPI and generated streaming clients.

Highlights

  • @api.sse and @api.ndjson infer item contracts from sync or async iterator return annotations, with explicit model overrides when needed.
  • Every yielded item is validated and serialized with Pydantic while preserving backpressure, cancellation cleanup, SSE heartbeats, and Last-Event-ID.
  • responder.SSE[T] provides typed data and standard SSE metadata.
  • OpenAPI describes stream media types and item schemas, and generated Python, JavaScript, TypeScript, Ruby, and PHP clients consume streams lazily.
  • Immediately available first-item contract failures return HTTP 500 before headers are sent; later failures are logged and terminate the stream without emitting invalid data.

Full changelog

Source: README.md, updated 2026-07-14