diff --git a/docs/release_notes/ver_1_10.md b/docs/release_notes/ver_1_10.md index fd523864..1cc870f3 100644 --- a/docs/release_notes/ver_1_10.md +++ b/docs/release_notes/ver_1_10.md @@ -2,6 +2,21 @@ title: Version 1.10 --- +### ClearML SDK 1.10.4 + +**New Features and Improvements** +* Update references to `GetAllRequest` in Task docstrings [ClearML GitHub issue #981](https://github.com/allegroai/clearml/issues/981) + +**Bug Fixes** +* Fix issue with JSON conversion when using `jsonargparse` during remote execution [ClearML GitHub issue #1010](https://github.com/allegroai/clearml/issues/1010) +and [ClearML Agent GitHub issue #153](https://github.com/allegroai/clearml-agent/issues/153) +* Fix `ProxyDictPostWrite.update()` not triggering a write-back to the backend [ClearML GitHub issue #985](https://github.com/allegroai/clearml/issues/985) +* Fix standard streams being patched in subtasks, which caused the streams to be reported to the wrong task +* Fix TypeError when using `Task.query_tasks()` without specifying the `task_filter` parameter +* Fix Tensorboard negative iterations, they are now zeroed +* Fix `Task.init(continue_last_task=0)` being ignored when running remotely +* Fix `urllib3` import error when using `urllib3>=2.0.0` + ### ClearML Server 1.10.1 **Bug Fix**