Inngest Server
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.
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.
Release Notes
Prerelease
This prerelease was built from v1.33.1-test.3.
- Commit:
ef7617395b6c10ee87ddb558b0041548d5549e9d
Prerelease
This prerelease was built from v1.33.1-test.2.
- Commit:
57d65b228ed991a33f0eee1577acb06731e00584
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)
Changelog
Changelog
Release Notes
Changelog
Changelog
Changelog
Release Notes
Release Notes
Changelog
Release Notes
Release Notes
Changelog
🚀 Features
- EXE-1547 - Accept StepPlanned upon beginning to run a step (#4201)
🐛 Bug Fixes
- (ci) Disable provenance on publish (#4226)
