Skip to content

Commit 0e35bae

Browse files
Run python3 dev/update_changelog.py --prev-version 3.8...
Signed-off-by: mlflow-app[bot] <mlflow-app[bot]@users.noreply.github.com>
1 parent e3ba021 commit 0e35bae

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# CHANGELOG
22

3+
## 3.8.1 (2025-12-24)
4+
5+
MLflow 3.8.1 includes several major features and improvements
6+
7+
Features:
8+
9+
- [Evaluation / Prompts / Tracing] Job backend: support job cancellation (#19565, @WeichenXu123)
10+
- [Tracing] Reasoning in Chat UI Anthropic (#19541, @joelrobin18)
11+
- [Tracing] Reasoning in Chat UI OpenAI (#19535, @joelrobin18)
12+
- [UI] [ Gateway 7/10 ] Add Model select functionality for endpoint creation (#19477, @BenWilson2)
13+
- [UI] [ Gateway 6/10 ]Add Create endpoint page and enhance provider select (#19475, @BenWilson2)
14+
- [Tracking] fix: Add JupyterNotebookRunContext for Tracking local Jupyter notebook as the source (#19162, @iyashk)
15+
- [] Overview tab for GenAI experiments (#19521, @serena-ruan)
16+
- [UI] [ Gateway 5/10 ]Add endpoint listing page and tab layout (#19474, @BenWilson2)
17+
- [UI] [ Gateway 4/10 ] Add delete and update capabilities for API Keys (#19446, @BenWilson2)
18+
- [UI] [ Gateway 3/10 ] Add Create API Keys functionality (#19442, @BenWilson2)
19+
- [UI] [ Gateway 2/10 ] Create List API Keys landing page (#19441, @BenWilson2)
20+
- [Docs / Tracing / Tracking] [TypeScript SDK] Simplify Databricks auth by delegating to Databricks SDK (#19434, @simonfaltum)
21+
22+
Bug fixes:
23+
24+
- [Models / Scoring] fix(security): prevent command injection via malicious model artifacts (#19583, @ColeMurray)
25+
- [Evaluation] Fix structured outputs for databricks serving endpoints (#19572, @smoorjani)
26+
- [Models / Scoring] Add dict to PyFuncOutput type alias for ResponsesAgent/ChatAgent/ChatModel (#19560, @copilot-swe-agent)
27+
- [Tracking] Fix `enable_git_model_versioning` to work from subdirectories (#19529, @copilot-swe-agent)
28+
29+
Documentation updates:
30+
31+
- [Docs] Fix ML-59546 eval quickstart links to wrong place, add notebook version of eval quickstart (#19511, @achen530)
32+
- [Docs] Fix MLflow doc build failure (#19542, @WeichenXu123)
33+
34+
Small bug fixes and documentation updates:
35+
36+
#19600, #19555, #19400, @B-Step62; #19590, #19580, #19579, #19578, #19577, #19576, @serena-ruan; #19532, #19531, @hubertzub-db; #19453, #19452, @TomeHirata; #19539, @smoorjani; #19561, #19549, #19544, #19543, @copilot-swe-agent; #19523, @harupy; #19493, @alkispoly-db; #16372, @mohammadsubhani; #19522, @pmeier
37+
338
## 3.8.0 (2025-12-19)
439

540
MLflow 3.8.0 includes several major features and improvements

0 commit comments

Comments
 (0)