Skip to content

@pymthouse/gateway-web v0.3.3

Choose a tag to compare

@github-actions github-actions released this 05 Sep 01:17
· 4 commits to main since this release

What's Changed

  • feat: keep provider request id on settled jobs and errors by @eliteprox in #26

Traceability (#26)

Successful InferenceResult now carries providerRequestId (fal/runner request_id) alongside gatewayRequestId (job_*).

LivepeerGatewayError can carry both:

  • gatewayRequestId — Console/MCP minted job id (joins signed tickets)
  • providerRequestId — upstream request id, including on settled queue receipts and failed HTTP calls (attachProviderRequestId)

extractQueueHandle keeps requestId on settled receipts, not only queued ones.

Full Changelog: v0.3.2...v0.3.3