diff --git a/docs/release_notes/ver_1_11.md b/docs/release_notes/ver_1_11.md index c4883c2c..2dae1a41 100644 --- a/docs/release_notes/ver_1_11.md +++ b/docs/release_notes/ver_1_11.md @@ -2,6 +2,21 @@ title: Version 1.11 --- +### ClearML SDK 1.11.1 + +**New Features and Improvements** +* Support `lightning>=2.0` [ClearML GitHub issue #1032](https://github.com/allegroai/clearml/issues/1032) +* Add `clearml-init` support for standard HTTP and HTTPS ports in webapp in conjunction with non-default api/files server ports +[ClearML Server GitHub issue #198](https://github.com/allegroai/clearml-server/issues/198) +* Improve docstrings + +**Bug Fixes** +* Fix remote execution does not log configuration values from modified `jsonargparse` configuration files +* Fix `ValueError` when setting task properties at the start of a pipeline component +* Fix OS exceptions on passing `Path` where `str` expected +* Fix infinite recursion when remotely updating a `dict` added to task with `Task.connect()` +* Fix `Task.connect()` race condition overwriting task description with connected input model + ### ClearML SDK 1.11.0 **New Features and Improvements**