releases.shpreview
Inngest

Inngest

inngest.comDeveloper Tools
$npx @buildinternet/releases get inngest

AI Metadata fields renamed for OpenTelemetry compliance

This release1 featureNew capabilities1 fixBug fixesAI-tallied from the release notes
Inngest Server · v1.36.0

AI Metadata field names have been renamed to align with OpenTelemetry GenAI standards: .model is now .request_model and .system is now .provider. Insights queries using the old field names must be updated. AI Metadata extraction now differentiates between request and response models when using ai.step.wrap or ai.step.infer.

Read more →

Experiments and sessions endpoints added to REST V2 API

This release5 featuresNew capabilities2 enhancementsImprovements to existing features2 fixesBug fixesAI-tallied from the release notes
Inngest Server · v1.35.0

Added experiment and sessions endpoints to the REST V2 API and CLI, including GET endpoints for experiments, sessions, and session runs. Also fixed a V1 execution engine regression that was coalescing parallel steps incorrectly, visualized numeric metrics using box plots, and showed key queues settings in the function view.

Read more →

Sessions make it easier to investigate related work across your environment. When sending events, attach a stable session key and ID with meta.sessions, then use the Sessions page to jump from a domain concept like a conversation, support ticket, or import to the runs it…

Read more →

Features

  • Add unauthenticated sync opt-out.
  • Add request and job IDs to function ctx.
  • Add optional jitter field to TriggerCron.

Fixes

  • Fix PydanticSerializer memory leak.
  • Fix reconnect during graceful shutdown (Connect).

Improvements

  • Remove…
Read more →

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)
Read more →