Skip to main content

MLflow 3.5.0

ยท 5 min read
MLflow maintainers
MLflow maintainers

MLflow 3.5.0 includes several major features and improvements!

Major Featuresโ€‹

  • โš™๏ธ Job Execution Backend: Introduced a new job execution backend infrastructure for running asynchronous tasks with individual execution pools, job search capabilities, and transient error handling. (#17676, #18012, #18070, #18071, #18112, #18049, @WeichenXu123)
  • ๐ŸŽฏ Flexible Prompt Optimization API: Introduced a new flexible API for prompt optimization with support for model switching and the GEPA algorithm, enabling more efficient prompt tuning with fewer rollouts. See the documentation to get started. (#18183, #18031, @TomeHirata)
  • ๐ŸŽจ Enhanced UI Onboarding: Improved in-product onboarding experience with trace quickstart drawer and updated homepage guidance to help users discover MLflow's latest features. (#18098, #18187, @B-Step62)
  • ๐Ÿ” Security Middleware for Tracking Server: Added a security middleware layer to protect against DNS rebinding, CORS attacks, and other security threats. Read the documentation for configuration details. (#17910, @BenWilson2)

Featuresโ€‹

Bug Fixesโ€‹

Documentation Updatesโ€‹

For a comprehensive list of changes, see the release change log, and check out the latest documentation on mlflow.org.