# Inngest v1.36.0 - Product: Inngest (https://whatsnew.fyi/product/inngest) - Vendor: Inngest - Date: 2026-07-08 - Version: v1.36.0 - Original notes: https://github.com/inngest/inngest/releases/tag/v1.36.0 - Permalink: https://whatsnew.fyi/product/inngest/releases/v1.36.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'. --- - **changed** — Rename AI Metadata field .model to .request_model and .system to .provider for AI Metadata extracted from extended traces, step.ai.wrap, and step.ai.infer to match OpenTelemetry GenAI standards - **added** — Differentiate between request and response model for AI Metadata extraction with ai.step.wrap or ai.step.infer - **security** — Address Go vulnerabilities ##### Release Notes - [#4516](https://github.com/inngest/inngest/pull/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](https://github.com/inngest/inngest/pull/4518) feat: Differentiate between request and response model for AI Metadata extraction with ai.step.* - AI Metadata extracted with ai.step.wrap or ai.step.infer will now differentiate between request and response models ##### Migration Notes - [#4516](https://github.com/inngest/inngest/pull/4516) fix: Update AI Metadata field names Insights queries that use AI Metadata fields of .model and .system should be updated to use .request_model and .provider, respectively. ##### Changelog ###### 🚀 Features - Differentiate between request and response model for AI Metadata extraction with ai.step.* (#4518) ###### 🐛 Bug Fixes - *(release)* Open homebrew-tap PRs as ready for review (non-draft) (#4576) - Update AI Metadata field names (#4516) ###### ⚙️ Miscellaneous Tasks - *(go)* Move one unit test job to Depot (#4568) ###### 🛡️ Security - Address Go vulnerabilities (#4570)