releases.shpreview

v1.25.0

Release Notes

  • #4283 feat: add event runs v2 api contract and implementation

    Adds a v2 REST endpoint for listing function runs by event id:

    GET /v2/events/{event_id}/runs?includeOutput=true&limit=20&cursor={cursor}

    npx inngest-cli@latest alpha api get-event-runs <event-id> \
      --include-output \
      --limit 20
  • #4297 feat: EXE-1837: Add a few Open Inference attributes to Metadata

    Adds support for processing a handful of Open Inference attributes into step metadata

  • #4307 feat: EXE-1918: Parse total tokens from AI Metadata

    Step AI metadata sources total tokens from span attributes when provided

  • #4309 fix(realtime): websocket memory leak

    Fix memory leak in realtime websocket connections.

  • #4312 feat: EXE-1913: Add support for parsing span attribute data from Vercel's AI SDK

    Add support for parsing span attribute data from Vercel's AI SDK

Changelog

🚀 Features

  • EXE-1837: Add a few Open Inference attributes to Metadata (#4297)
  • EXE-1918: Parse total tokens from AI Metadata (#4307)
  • Add Group ID & Request ID attributes to most execution spans (#4304)
  • EXE-1918: Add Response Model, Response ID, and finish reasons to extracted AI Metadata (#4311)
  • Use queue item timestamps for traces (#4316)
  • Add event runs query for v2 api (#4282)
  • Add event runs v2 api contract and implementation (#4283)
  • EXE-1913: Add support for parsing span attribute data from Vercel's AI SDK (#4312)

🐛 Bug Fixes

  • (queue) Log queue role acquire and loss (#4300)
  • (realtime) Websocket memory leak (#4309)
  • Add app name to run spans (#4314)

⚙️ Miscellaneous Tasks

  • Add function metadata to run spans (#4287)
  • Improve usability on deferred runs (#4320)

Fetched June 4, 2026