I

Inngest

I
Inngest Web v1.40.0

v1.40.0

Release Notes #4674 feat(mcp): generate mcp tools from rest api v2 Updates dev server mcp tools list to expose more tools that align more closely with the v2 rest api and cli Changelog 🚀 Features (mcp) Generate mcp tools from rest api v2 (#4674) (api) Add v2 apps list endpoint (#4657) 🐛 Bug Fixes (epxressions) Add support for falsy terns (#4676) (queue) Correct reversed errors.Is arguments for Err…

I
Inngest Web v1.39.0

v1.39.0

Release Notes #4638 feat(api): v2 api cancel run Adds cancel run to the v2 rest api and cli. POST /api/v2/runs/{run_id}/cancel inngest api POST /api/v2/runs/{run_id}/cancel #4645 feat(api): rest v2 rerun from step POST /v2/runs/{run_id}/rerun with payload: { "fromStep": { "stepId": "fetch-user", "input": [ { "userId": "user_123" } ] } } CLI equivalent: inngest api --prod rerun <run_id> \ --from-st…

I
Inngest Web v1.38.1

v1.38.1

Changelog 🐛 Bug Fixes (api) Clarify run list commands and docs (#4647)

I
Inngest Web v1.38.0

v1.38.0

Release Notes #4608 fix: fix the ordering and queue time of async opcodes Fix the ordering and display of queueing delay for invoke, sleep, waitForEvent, waitForSignal, and Promise.all when checkpointing is on #4621 feat(api): add v2 runs list endpoints Adds beta v2 REST endpoints for listing function runs: GET /v2/runs GET /v2/apps/{appId}/functions/{functionId}/runs Supports cursor pagination, t…

I
Inngest Web v1.37.0

v1.37.0

Release Notes #4453 feat(api): add v2 score endpoint Adds a v2 REST scoring endpoint for recording named scores against a function run or individual steps in a run. This POST /v2/runs/{runId}/scores with body: [ { "name": "accuracy", "value": 0.95, "stepId": "step 1" } ] Scores are run scoped when stepId is omitted. Score values can be a number or boolean. Scores can be submitted in batches of up…

I
Inngest Web v1.36.0

v1.36.0

Release Notes #4516 fix: Update AI Metadata field names For AI Metadata extracted from extended traces, step.ai.wrap, and step.ai.infer, the .model field has been renamed to .request_model and .system has been renamed .provider to better match the OpenTelemetry GenAI standards. #4518 feat: Differentiate between request and response model for AI Metadata extraction with ai.step.* AI Metadata extrac…

I
Inngest Web v1.35.0

v1.35.0

Release Notes #4504 feat(api): experiments api Adds experiment endpoints to REST V2 API and CLI: GET /v2/experiments GET /v2/apps/{app_id}/functions/{function_id}/experiments GET /v2/apps/{app_id}/functions/{function_id}/experiments/{experiment_id} Adds sessions endpoints to REST V2 API and CLI: GET /v2/sessions GET /v2/sessions/{session_key} GET /v2/sessions/{session_key}/{session_id}/runs Change…

I
Inngest Web v1.34.0

v1.34.0

Release Notes #4182 fix: rerun from step Gets rerun from step, including with the ability to update step inputs, working in cloud. This already works in the oss dev server. #4501 fix: bug where custom concurrency cache keys are always account level fixes a custom concurrency bug that could be lowering throughput #4509 fix: Support only OTel GenAI in Extended Traces AI Metadata Extractor Changes AI…

I
Inngest Web v1.33.1-test

v1.33.1-test.3

Prerelease This prerelease was built from v1.33.1-test.3. Commit: ef7617395b6c10ee87ddb558b0041548d5549e9d

I
Inngest Web v1.33.1-test

v1.33.1-test.2

Prerelease This prerelease was built from v1.33.1-test.2. Commit: 57d65b228ed991a33f0eee1577acb06731e00584

I
Inngest Web v1.33.0

v1.33.0

Changelog 🚀 Features (debugapi) Add semaphore routes to the debug API (#4488) (sessions) Allow sessions in invoke button (#4489) Insights ai experiments updates (#4492) 🚜 Refactor (queue) Make Producer configurable in Queue (#4078)

I
Inngest Web v1.32.0

v1.32.0

Changelog 🚀 Features (tracing) Allow system queue tracing (#4442) (score) Make score kind constant (#4482) (sessions) Sessions page optimization (#4480) 🐛 Bug Fixes (support) Fix local dev deps misalignment (#4472) Update experiments docs links (#4481) ⚙️ Miscellaneous Tasks Dedup parallel fan-in discovery via coalesce key (#4452) (insights) Add "Open in Insights" button on Failed Functions chart…

I
Inngest Web v1.31.0

v1.31.0

Changelog 🚀 Features Session server parse + emit (#4404) Add sessions dashboard UI (#4403) 🐛 Bug Fixes (traces) Deduplicate nonstep/step spans in trace view (#4448) (extended traces) Reparent orphaned extended trace spans using span attributes (#4443) (trace view) Fix the ordering/timestamps of finalization spans (#4456) 💼 Other (npm) Address UI dependency alerts (#4260) 🚜 Refactor (devServer) New…

I
Inngest Web v1.30.0

v1.30.0

Release Notes #4410 feat: v2 api rerun Adds Agentic/V2 REST API endpoint and CLI for POST /v2/runs/{run_id}/rerun: npx inngest-cli@latest api rerun 01KV5P4M13DQ5V9R3S1DT4JDVQ Changelog 🚀 Features V2 api rerun (#4410)

I
Inngest Web v1.29.0

v1.29.0

Changelog 🚀 Features (queue) Track earliest peek time before Constraint API (#4391) 🐛 Bug Fixes Queue item cleanup race in non-key-queues postgres cancel path (#4337) (dashboard) Use distinct speedometer icon for sidebar Overview (#4429) (tests) Widen timing tolerance from 10ms to 100ms in TestStartAll/TestSingleSvcError (#4115) Alias conflicting grpc import (#4436) (tests) Replace 50ms settle del…

I
Inngest Web v1.28.0

v1.28.0

Changelog 🚀 Features Implements v2 api/cli get function (#4353) (queue) Enable shard ForEach using feature flag (#4375) Deterministic finalized step span IDs (#4370) (experiments) Change experiment_name -> name in metadata (#4355) (metadata) Use deterministic step span IDs (#4386) Rest v2 api get functions (#4385) V2 rest api get app (#4389) 🐛 Bug Fixes Return consistent function ids across v2 end…