# Inngest v1.34.0 - Product: Inngest (https://whatsnew.fyi/product/inngest) - Vendor: Inngest - Date: 2026-06-29 - Version: v1.34.0 - Original notes: https://github.com/inngest/inngest/releases/tag/v1.34.0 - Permalink: https://whatsnew.fyi/product/inngest/releases/v1.34.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 search to /sessions/:sessionsKey route - **fixed** — Rerun from step, including with the ability to update step inputs, working in cloud - **fixed** — Custom concurrency cache keys that were always account level - **fixed** — Support only OTel GenAI in Extended Traces AI Metadata Extractor by dropping support for Open Inference, Vercel AI SDK, and Langfuse - **fixed** — Display of extended traces for steps with multiple attempts - **fixed** — Enable rerun from step for all step types - **fixed** — Handle wrapped iterator errors in queue - **fixed** — React hydration making UI interactions unresponsive - **fixed** — Show last attempt metadata for retry groups - **fixed** — Wrong experiments docs URL - **fixed** — Dashboard scoring formula slider interaction - **changed** — Resolve shards by scope instead of account ID ##### Release Notes - [#4182](https://github.com/inngest/inngest/pull/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](https://github.com/inngest/inngest/pull/4501) fix: bug where custom concurrency cache keys are always account level fixes a custom concurrency bug that could be lowering throughput - [#4509](https://github.com/inngest/inngest/pull/4509) fix: Support only OTel GenAI in Extended Traces AI Metadata Extractor Changes AI Metadata processing for Extended Traces to behave more similarly to the JS SDK by dropping support for Open Inference, Vercel AI SDK, and Langfuse in favor of only OTel GenAI. - [#4511](https://github.com/inngest/inngest/pull/4511) chore(release): for homebrew installed inngest-cli, use homebrew-tap for latest version Fix homebrew update notifier to use what's actually available in homebrew - [#4523](https://github.com/inngest/inngest/pull/4523) fix: the display of extended traces for steps with multiple attempts Fixes the display of parenting of extended traces when there are multiple attempts for a step, each with its set of spans. - [#4531](https://github.com/inngest/inngest/pull/4531) fix(rerun-from-step): enable rerun from step everywhere Enable support for rerun from step for all step types. ##### Changelog ###### 🚀 Features - *(sessions)* Add search to `/sessions/:sessionsKey` route (#4499) - *(sessions)* Design feedback (#4524) ###### 🐛 Bug Fixes - Custom concurrency cache keys (#4501) - Wrong experiments docs URL (#4503) - *(queue)* Handle wrapped iterator errors (#4507) - *(support)* Fix React hydration — UI interactions unresponsive (#4510) - *(metadata)* Show last attempt metadata for retry groups (#4513) - Support only OTel GenAI in Extended Traces AI Metadata Extractor (#4509) - *(dashboard)* Scoring formula slider interaction (#4484) - The display of extended traces for steps with multiple attempts (#4523) - Rerun from step (#4182) - *(rerun-from-step)* Enable rerun from step everywhere (#4531) ###### 🚜 Refactor - *(queue)* Resolve shards by scope instead of acctID (#4475) - *(session)* Session ui empty state refactor (#4508) ###### ⚙️ Miscellaneous Tasks - Bump SDK from 4.8.0 to 4.10.0 (#4496) - *(release)* Use homebrew_casks with goreleaser (#3462) - *(sessions)* Sessions UI feedback (#4500) - *(release)* For homebrew installed inngest-cli, use homebrew-tap for latest version (#4511) - Adding metrics for run duration (#4445)