Skip to content

Commit 4fa9ec8

Browse files
Run python3 dev/update_changelog.py --prev-version 2.2... (#15471)
Signed-off-by: mlflow-app[bot] <mlflow-app[bot]@users.noreply.github.com> Signed-off-by: Tomu Hirata <tomu.hirata@gmail.com> Co-authored-by: mlflow-app[bot] <mlflow-app[bot]@users.noreply.github.com> Co-authored-by: Tomu Hirata <tomu.hirata@gmail.com>
1 parent 95ea228 commit 4fa9ec8

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# CHANGELOG
22

3+
## 2.22.0 (2025-04-24)
4+
5+
MLflow 2.22.0 brings important bug fixes and improves the UI and tracking capabilities.
6+
7+
Features:
8+
9+
- [Tracking] Supported tracing for OpenAI Responses API.
10+
(#15240, @B-Step62)
11+
- [Tracking] Introduced `get_last_active_trace`, which affects model serving/monitoring logic.
12+
(#15233, @B-Step62)
13+
- [Tracking] Introduced async export for Databricks traces (default behavior).
14+
(#15163, @B-Step62)
15+
- [AI Gateway] Added Gemini embeddings support with corresponding unit tests.
16+
(#15017, @joelrobin18)
17+
- [Tracking / SQLAlchemy] MySQL SSL connections are now supported with client certs.
18+
(#14839, @aksylumoed)
19+
- [Models] Added Optuna storage utility for enabling parallel hyperparameter tuning.
20+
(#15243, @XiaohanZhangCMU)
21+
- [Artifacts] Added support for Azure Data Lake Storage (ADLS) artifact repositories.
22+
(#14723, @serena-ruan)
23+
- [UI] Artifact views for text now auto-refresh in the UI.
24+
(#14939, @joelrobin18)
25+
26+
Bug Fixes:
27+
28+
- [Tracking / UI] Fixed serialization for structured output in `langchain_tracer` + added unit tests.
29+
(#14971, @joelrobin18)
30+
- [Server-infra] Enforced password validation for authentication (min. 8 characters).
31+
(#15287, @WeichenXu123)
32+
- [Deployments] Resolved an issue with the OpenAI Gateway adapter.
33+
(#15286, @WeichenXu123)
34+
- [Artifacts / Tracking / Server-infra] Normalized paths by stripping trailing slashes.
35+
(#15016, @tarek7669)
36+
- [Tags] Fixed bug where tag values containing `": "` were being truncated.
37+
(#14896, @harupy)
38+
39+
Small bug fixes and documentation updates:
40+
41+
#15396, #15379, #15292, #15305, #15078, #15251, #15267, #15208, #15104, #15045, #15084, #15055, #15056, #15048, #14946, #14956, #14903, #14854, #14830, @serena-ruan; #15417, #15256, #15186, #15007, @TomeHirata; #15119, @bbqiu; #15413, #15314, #15311, #15303, #15301, #15288, #15275, #15269, #15272, #15268, #15262, #15266, #15264, #15261, #15252, #15249, #15244, #15236, #15235, #15237, #15140, #14982, #14898, #14893, #14861, #14870, #14853, #14849, #14813, #14822, @harupy; #15333, #15298, #15300, #15156, #15019, #14957, @B-Step62; #15313, #15297, #14880, @daniellok-db; #15066, #15074, #14913, @joelrobin18; #15232, @kbolashev; #15242, @dbczumar; #15210, #15178, @WeichenXu123; #15187, #15177, @hubertzub-db; #15059, #15070, #15050, #15012, #14959, #14918, #15005, #14965, #14858, #14930, #14927, #14786, #14883, #14863, #14852, #14788, @Gumichocopengin8; #15134, #15129, #15120, #15117, #15002, #14997, #14996, #14998, #14975, #14874, @mlflow-automation; #14920, #14919, @jaceklaskowski
42+
343
## 2.21.3 (2025-04-03)
444

545
MLflow 2.21.3 includes a few bugi
@@ -57,7 +97,7 @@ We are excited to announce the release of MLflow 2.21.0! This release includes a
5797

5898
- 📚 **Documentation Redesign**: [MLflow documentation](https://mlflow.org/docs/latest/) is fully revamped with a new MDX-based website that provides better navigation and makes it easier to find the information you need! (#13645, @daniellok-db)
5999
- 🤖 **Prompt Registry**: [MLflow Prompt Registry](https://mlflow.org/docs/latest/prompts/) is a powerful tool that streamlines prompt engineering and management in your GenAI applications. It enables you to version, track, and reuse prompts across your organization. (#14795, #14834, #14936, @B-Step62, #14960, #14984, @daniellok-db, #14909, @hubertzub-db)
60-
- ⚡️ **FastAPI Scoring Server**: The [MLflow inference server](https://mlflow.org/docs/latest/deployment/deploy-model-locally/#serving-frameworks)has been migrated from Flask to FastAPI, enabling ASGI-based scalable inference for improved performance and throughput. (#14307, @TomeHirata)
100+
- ⚡️ **FastAPI Scoring Server**: The [MLflow inference server](https://mlflow.org/docs/latest/deployment/deploy-model-locally/#serving-frameworks) has been migrated from Flask to FastAPI, enabling ASGI-based scalable inference for improved performance and throughput. (#14307, @TomeHirata)
61101
- 🔍 **Enhanced Tracing Capabilities**: [MLflow Tracing](https://mlflow.org/docs/latest/tracing/) now supports synchronous/asynchronous generators and auto-tracing for Async OpenAI, providing more flexible and comprehensive tracing options. (#14459, #14400, #14793, @14792, @B-Step62)
62102

63103
Features:

0 commit comments

Comments
 (0)