Skip to content

Commit dc56adc

Browse files
Copilotharupy
andcommitted
Fix malformed category tags in 2.22.0 release notes
Co-authored-by: harupy <[email protected]>
1 parent 09709e9 commit dc56adc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

website/releases/2025-04-24-2.22.0-release.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,34 @@ MLflow 2.22.0 brings important bug fixes and improvements to the UI and tracking
88

99
Features:
1010

11-
- [Tracking[ Supported tracing for OpenAI Responses API.
11+
- [Tracking] Supported tracing for OpenAI Responses API.
1212
([#15240](https://github.com/mlflow/mlflow/pull/15240), [@B-Step62](https://github.com/B-Step62))
13-
- [Tracking[ Introduced `get_last_active_trace`, which affects model serving/monitoring logic.
13+
- [Tracking] Introduced `get_last_active_trace`, which affects model serving/monitoring logic.
1414
([#15233](https://github.com/mlflow/mlflow/pull/15233), [@B-Step62](https://github.com/B-Step62))
15-
- [Tracking[ Introduced async export for Databricks traces (default behavior).
15+
- [Tracking] Introduced async export for Databricks traces (default behavior).
1616
([#15163](https://github.com/mlflow/mlflow/pull/15163), [@B-Step62](https://github.com/B-Step62))
17-
- [AI Gateway[ Added Gemini embeddings support with corresponding unit tests.
17+
- [AI Gateway] Added Gemini embeddings support with corresponding unit tests.
1818
([#15017](https://github.com/mlflow/mlflow/pull/15017), [@joelrobin18](https://github.com/joelrobin18))
19-
- [Tracking / SQLAlchemy[ MySQL SSL connections are now supported with client certs.
19+
- [Tracking / SQLAlchemy] MySQL SSL connections are now supported with client certs.
2020
([#14839](https://github.com/mlflow/mlflow/pull/14839), [@aksylumoed](https://github.com/aksylumoed))
21-
- [Models[ Added Optuna storage utility for enabling parallel hyperparameter tuning.
21+
- [Models] Added Optuna storage utility for enabling parallel hyperparameter tuning.
2222
([#15243](https://github.com/mlflow/mlflow/pull/15243), [@XiaohanZhangCMU](https://github.com/XiaohanZhangCMU))
23-
- [Artifacts[ Added support for Azure Data Lake Storage (ADLS) artifact repositories.
23+
- [Artifacts] Added support for Azure Data Lake Storage (ADLS) artifact repositories.
2424
([#14723](https://github.com/mlflow/mlflow/pull/14723), [@serena-ruan](https://github.com/serena-ruan))
25-
- [UI[ Artifact views for text now auto-refresh in the UI.
25+
- [UI] Artifact views for text now auto-refresh in the UI.
2626
([#14939](https://github.com/mlflow/mlflow/pull/14939), [@joelrobin18](https://github.com/joelrobin18))
2727

2828
Bug Fixes:
2929

30-
- [Tracking / UI[ Fixed serialization for structured output in `langchain_tracer` + added unit tests.
30+
- [Tracking / UI] Fixed serialization for structured output in `langchain_tracer` + added unit tests.
3131
([#14971](https://github.com/mlflow/mlflow/pull/14971), [@joelrobin18](https://github.com/joelrobin18))
32-
- [Server-infra[ Enforced password validation for authentication (min. 8 characters).
32+
- [Server-infra] Enforced password validation for authentication (min. 8 characters).
3333
([#15287](https://github.com/mlflow/mlflow/pull/15287), [@WeichenXu123](https://github.com/WeichenXu123))
34-
- [Deployments[ Resolved an issue with the OpenAI Gateway adapter.
34+
- [Deployments] Resolved an issue with the OpenAI Gateway adapter.
3535
([#15286](https://github.com/mlflow/mlflow/pull/15286), [@WeichenXu123](https://github.com/WeichenXu123))
36-
- [Artifacts / Tracking / Server-infra[ Normalized paths by stripping trailing slashes.
36+
- [Artifacts / Tracking / Server-infra] Normalized paths by stripping trailing slashes.
3737
([#15016](https://github.com/mlflow/mlflow/pull/15016), [@tarek7669](https://github.com/tarek7669))
38-
- [Tags[ Fixed a bug where tag values containing `": "` were being truncated.
38+
- [Tags] Fixed a bug where tag values containing `": "` were being truncated.
3939
([#14896](https://github.com/mlflow/mlflow/pull/14896), [@harupy](https://github.com/harupy))
4040

4141
For a comprehensive list of changes, see the [release change log](https://github.com/mlflow/mlflow/releases/tag/v2.22.0), and check out the latest documentation on [mlflow.org](http://mlflow.org/).

0 commit comments

Comments
 (0)