Change8

v3.8.1

📦 mlflowView on GitHub →
🐛 5 fixes

Summary

MLflow 3.8.1 primarily delivers several bug fixes across tracking, models, prompts, and UI components, along with minor documentation updates.

🐛 Bug Fixes

  • [Tracking] Skip registering sqlalchemy store when sqlalchemy lib is not installed (issue #19563).
  • [Models / Scoring] Fixed security issue to prevent command injection via malicious model artifacts (issue #19583).
  • [Prompts] Fixed prompt registration with model_config on Databricks (issue #19617).
  • [UI] Fixed UI blank page on plain HTTP by replacing crypto.randomUUID with uuid library (issue #19644).
  • Small bug fixes and documentation updates (issues #19539, #19451, #19409, #19493).