Skip to content

Commit

Permalink
Run python3 dev/update_changelog.py --prev-version 2.1...
Browse files Browse the repository at this point in the history
Signed-off-by: mlflow-automation <mlflow-automation@users.noreply.github.com>
  • Loading branch information
mlflow-automation committed Apr 16, 2024
1 parent 3578808 commit 1fbe92c
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# CHANGELOG

## 2.12.0 (2024-04-16)

MLflow 2.12.0 includes several major features and improvements

Features:

- [Models] Deprecate and add alias for `code_path` in `pyfunc` (#11688, @BenWilson2)
- [Models] Handle custom model in sentence-transformers flavor (#11635, @B-Step62)
- [Models] Streaming Langchain model prediction output (#11490, @WeichenXu123)
- [Deployments] Make DatabricksDeploymentClient support prediction with streaming response (#11580, @WeichenXu123)
- [Server-infra] Introduce private environment variables for overriding http retries (#11590, @BenWilson2)
- [Artifacts] Introduce ability to use Filesystem service presigned URLs to upload/download model artifacts (#11534, @artjen)
- [] Log image optimization (#11404, @jessechancy)
- [Tracking] Lift the DBR check when logging Delta table to MLflow (#11521, @chenmoneygithub)

Bug fixes:

- [Model Registry] Make `_get_registry_uri_from_spark_session` return "databricks-uc" in case of Databricks Serverless client (#11719, @WeichenXu123)
- [] Fix langchain dependency detection during model logging (#11679, @serena-ruan)
- [Models] Patch LangChain loading functions to handle pickle serialization issue (#11582, @B-Step62)
- [Models] Support ChatOpenAI and AzureChatOpenAI in LangChain flavor (#11644, @B-Step62)
- [Model Registry] Delete registered model permission upon model deletion (#11601, @B-Step62)
- [Tracking] [MLflow] fix for importing module multiple times to log model path as chain (#11553, @sunishsheth2009)
- [Models] Support custom prediction functions in `SklearnModelWrapper` (#11577, @B-Step62)
- [Deployments] Add middle-of-name truncation to excessively long deployment names for Sagemaker image deployment (#11523, @BenWilson2)
- [Models] Fix langchain inference (#11485, @WeichenXu123)
- [Tracking] Fix sampling logic in GetSampledHistoryBulkInterval (#11475, @daniellok-db)
- [Models] Avoid input example conversion for llm/v1/xxx task in Transformer flavor (#11508, @B-Step62)

Documentation updates:

- [Docs] Add doc for model metadata sub-directory (#11720, @WeichenXu123)
- [Docs] Update code_paths docstrings (#11675, @BenWilson2)
- [] log table images (#11535, @jessechancy)

Small bug fixes and documentation updates:

#11718, #11673, #11676, #11680, #11671, #11662, #11659, #11654, #11633, #11628, #11620, #11610, #11605, #11604, #11600, #11603, #11598, #11572, #11576, #11555, #11563, #11539, #11532, #11528, #11525, #11514, #11513, #11509, #11457, #11501, #11500, @harupy; #11721, #11690, #11717, #11685, #11689, #11607, #11581, #11516, #11511, @serena-ruan; #11707, #11527, #11663, #11529, #11517, #11510, #11489, @B-Step62; #11715, #11714, #11665, #11626, #11619, @BenWilson2; #11699, #11692, @annzhang-db; #11693, #11533, @WeichenXu123; #11696, #11687, #11683, @chilir; #11387, #11625, #11574, @daniellok-db; #11653, @chenmoneygithub; #11666, #11588, @jessechancy; #11661, @jmjeon94; #11640, @tunjan; #11639, @minkj1992; #11589, @tlm365; #11566, @brynn-code; #11570, @lababidi; #11542, @edwardfeng-db; #11463, @taranarmo; #11506, @ernestwong-db; #11502, @fzyzcjy; #11494, @sunishsheth2009

## 2.11.3 (2024-03-21)

MLflow 2.11.3 is a patch release that addresses a security exploit with the Open Source MLflow tracking server and miscellaneous Databricks integration fixes
Expand Down

0 comments on commit 1fbe92c

Please sign in to comment.