diff --git a/website/releases/2025-02-13-2.20.2-release.md b/website/releases/2025-02-13-2.20.2-release.md index 66a587391..d77be7a9a 100644 --- a/website/releases/2025-02-13-2.20.2-release.md +++ b/website/releases/2025-02-13-2.20.2-release.md @@ -8,17 +8,17 @@ MLflow 2.20.2 is a patch release includes several bug fixes and features Features: -- [Tracing] Support tracing sync/async generator function with @mlflow.trace (#14459, @B-Step62) -- [Tracing] Support generating traces from DSPy built-in compilation and evaluation (#14400, @B-Step62) -- [Models] ChatAgent interface enhancements and Langgraph connectors updates (#14368, #14567, @bbqiu) -- [Models] VariantType support in spark_udf (#14317, @serena-ruan) +- [Tracing] Support tracing sync/async generator function with [@mlflow](https://github.com/mlflow).trace ([#14459](https://github.com/mlflow/mlflow/pull/14459), [@B-Step62](https://github.com/B-Step62)) +- [Tracing] Support generating traces from DSPy built-in compilation and evaluation ([#14400](https://github.com/mlflow/mlflow/pull/14400), [@B-Step62](https://github.com/B-Step62)) +- [Models] ChatAgent interface enhancements and Langgraph connectors updates ([#14368](https://github.com/mlflow/mlflow/pull/14368), [#14567](https://github.com/mlflow/mlflow/pull/14567), [@bbqiu](https://github.com/bbqiu)) +- [Models] VariantType support in spark_udf ([#14317](https://github.com/mlflow/mlflow/pull/14317), [@serena-ruan](https://github.com/serena-ruan)) Bug fixes: -- [Models] DSPy thread issue fix (#14471, @chenmoneygithub) +- [Models] DSPy thread issue fix ([#14471](https://github.com/mlflow/mlflow/pull/14471), [@chenmoneygithub](https://github.com/chenmoneygithub)) Documentation updates: -- [Docs] ChatAgent documentation updates (#14367, @bbqiu) +- [Docs] ChatAgent documentation updates ([#14367](https://github.com/mlflow/mlflow/pull/14367), [@bbqiu](https://github.com/bbqiu)) For a comprehensive list of changes, see the [release change log](https://github.com/mlflow/mlflow/releases/tag/v2.20.2), and check out the latest documentation on [mlflow.org](http://mlflow.org/).