Skip to main content

MLflow 3.6.0rc0

ยท 5 min read
MLflow maintainers
MLflow maintainers

MLflow 3.6.0rc0 is a release candidate for 3.6.0. To install, run the following command:

pip install mlflow==3.6.0rc0

Major Featuresโ€‹

  • ๐Ÿ”— Full OpenTelemetry Support in OSS Server: MLflow now offers comprehensive OpenTelemetry integration, allowing you to use OpenTelemetry and MLflow SDK together for constructing unified traces with full OTLP span ingestion. (#18540, #18532, #18357, @B-Step62, @serena-ruan)
  • ๐Ÿ’ฌ Session-level View in Trace UI: New chat sessions tab provides a dedicated view for organizing and analyzing related traces at the session level, making it easier to track conversational workflows. (#18594, @daniellok-db)
  • ๐Ÿงญ New experiment tab bar: The experiment tab navigation bar has been moved from the top of the page to the left side. As MLflow continues to grow, this layout provides more room to add new tabs while keeping everything easy to find. (#18594, @daniellok-db)
  • ๐Ÿš€ Vercel AI Support in TypeScript Tracing SDK: Auto-tracing support for Vercel AI SDK in TypeScript, expanding MLflow's observability capabilities across popular JavaScript/TypeScript frameworks. (#18402, @B-Step62)
  • ๐Ÿ’ฐ Tracking Judge Cost and Traces: Comprehensive tracking of LLM judge evaluation costs and traces, providing visibility into evaluation expenses and performance with automatic cost calculation and rendering. (#18481, #18484, @B-Step62)
  • โš™๏ธ Agent Server: New agent server infrastructure for managing and deploying scoring agents with enhanced orchestration capabilities. (#18596, @bbqiu)

Breaking Changes and deprecationsโ€‹

Featuresโ€‹

Bug Fixesโ€‹

Documentation Updatesโ€‹

Please try it out and report any issues on the issue tracker.