# Inngest v1.44.0 - Product: Inngest (https://whatsnew.fyi/product/inngest) - Vendor: Inngest - Date: 2026-08-26 - Version: v1.44.0 - Original notes: https://github.com/inngest/inngest/releases/tag/v1.44.0 - Permalink: https://whatsnew.fyi/product/inngest/releases/v1.44.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** — Show recorded scores on timeline bars as badges on each step's bar in the run timeline, with a hover card listing each score and its value - **added** — Display a run-level AI usage summary showing total tokens, cost, and models used in run details - **fixed** — Fix an issue where steps using key queues could overlap despite a concurrency limit of one when a pre-acquired capacity lease expired before its first renewal - **fixed** — Fix broken download with invalid dates in insights - **fixed** — Track reply delivery outcomes in connect - **changed** — Avoid cloning event data per evaluation in expressions ##### Release Notes - [#4736](https://github.com/inngest/inngest/pull/4736) feat(scores): show recorded scores on timeline bars Scores recorded on a step now appear as a badge on that step's bar in the run timeline, with a hover card listing each score and its value. - [#4758](https://github.com/inngest/inngest/pull/4758) feat(ai): add run-level AI usage summary None (user-facing note on the UI PR). - [#4759](https://github.com/inngest/inngest/pull/4759) feat(ui): show run AI usage summary Run details now show a run-level AI usage summary (total tokens, cost, models used). - [#4766](https://github.com/inngest/inngest/pull/4766) fix(queue): renew capacity leases before dispatch Fixed an issue where steps using key queues could overlap despite a concurrency limit of one when a pre-acquired capacity lease expired before its first renewal. ##### Migration Notes - [#4736](https://github.com/inngest/inngest/pull/4736) feat(scores): show recorded scores on timeline bars ## Related [EXE-1832: Scoring with the trace view](https://linear.app/inngest/issue/EXE-1832/scoring-with-the-trace-view) ##### Changelog ###### 🚀 Features - *(ai)* Add run-level AI usage summary (#4758) - *(ui)* Show run AI usage summary (#4759) - *(scores)* Show recorded scores on timeline bars (#4736) ###### 🐛 Bug Fixes - *(queue)* Renew capacity leases before dispatch (#4766) - *(insights)* Fix broken download with invalid dates (#4769) - *(connect)* Track reply delivery outcomes (#4774) ###### 🚜 Refactor - *(connect)* Remove executor ACK RPC (#4751) ###### ⚡ Performance - *(expressions)* Avoid cloning event data per evaluation (#4762) - *(batching)* Adding metrics for batching to capture redis memory usage and batch duration (#4763) ###### ⚙️ Miscellaneous Tasks - Update CODEOWNERS (#4771) - Remove former owners from CODEOWNERS (#4785)