# Inngest v1.35.0 - Product: Inngest (https://whatsnew.fyi/product/inngest) - Vendor: Inngest - Date: 2026-07-07 - Version: v1.35.0 - Original notes: https://github.com/inngest/inngest/releases/tag/v1.35.0 - Permalink: https://whatsnew.fyi/product/inngest/releases/v1.35.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add experiment endpoints to REST V2 API: GET /v2/experiments, GET /v2/apps/{app_id}/functions/{function_id}/experiments, and GET /v2/apps/{app_id}/functions/{function_id}/experiments/{experiment_id} - **added** — Add sessions endpoints to REST V2 API: GET /v2/sessions, GET /v2/sessions/{session_key}, and GET /v2/sessions/{session_key}/{session_id}/runs - **added** — Visualize numeric metrics using box plots in experiments - **added** — Show key queues setting in function view - **changed** — Update experiments charts and layout to match new design - **changed** — Add jitter to PartitionRequeue default case - **fixed** — Do not coalesce parallel steps for the V1 execution engine - **fixed** — Fix boxplot colors in experiments - **changed** — Clean up QueueManager interface - **changed** — Add timeout to backlog size in queue - **changed** — Track partition processing that yielded 0 peeks ##### Release Notes - [#4504](https://github.com/inngest/inngest/pull/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 ##### Changelog ###### 🚀 Features - *(experiments)* Visualize numeric metrics using box plots (#4517) - *(function-view)* Show key queues setting (#4546) - *(experiments)* Update charts/layout to match new design (#4551) - *(queue)* Jitter PartitionRequeue default case (#4561) - *(api)* Experiments api (#4504) ###### 🐛 Bug Fixes - Should not coalesce parallel steps for the V1 execution engine (#4538) - *(experiments)* Fix boxplot colors (#4542) ###### 🚜 Refactor - *(queue)* Clean up QueueManager interface (#4541) ###### ⚙️ Miscellaneous Tasks - *(go)* Drop key-queues test matrix dimension (#4552) - Upload test results to CodeCov to analyze flake rates (#4545) - Use a depot runner for linting (#4554) - *(queue)* Add timeout to backlog size (#4556) - Track partition processing that yielded 0 peeks (#4562) - Cleanup unused queue injections (#4564) ###### ◀️ Revert - Always SavePending after parallel ops to coalesce discovery (#4021) (#4534)