@@ -8,34 +8,34 @@ MLflow 2.22.0 brings important bug fixes and improvements to the UI and tracking
8
8
9
9
Features:
10
10
11
- - [ Tracking[ Supported tracing for OpenAI Responses API.
11
+ - [ Tracking] Supported tracing for OpenAI Responses API.
12
12
([ #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.
14
14
([ #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).
16
16
([ #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.
18
18
([ #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.
20
20
([ #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.
22
22
([ #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.
24
24
([ #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.
26
26
([ #14939 ] ( https://github.com/mlflow/mlflow/pull/14939 ) , [ @joelrobin18 ] ( https://github.com/joelrobin18 ) )
27
27
28
28
Bug Fixes:
29
29
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.
31
31
([ #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).
33
33
([ #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.
35
35
([ #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.
37
37
([ #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.
39
39
([ #14896 ] ( https://github.com/mlflow/mlflow/pull/14896 ) , [ @harupy ] ( https://github.com/harupy ) )
40
40
41
41
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