diff --git a/docs/release_notes/ver_1_12.md b/docs/release_notes/ver_1_12.md index fc00f6a8..e18d07a0 100644 --- a/docs/release_notes/ver_1_12.md +++ b/docs/release_notes/ver_1_12.md @@ -2,6 +2,15 @@ title: Version 1.12 --- +### ClearML SDK 1.12.1 + +**New Features and Improvements** +* Raise error if dataset name is empty [ClearML GitHub PR #1083](https://github.com/allegroai/clearml/pull/1083) +* Add support for `spawn` start method for Python `multiprocess`. This should help circumvent issues like [this](https://github.com/python/cpython/issues/84559). + +**Bug Fixes** +* Fix S3 uploads fail with `LazyEvalWrapper` type error [ClearML GitHub issue #1081](https://github.com/allegroai/clearml/issues/1081) + ### ClearML Server 1.12.0 **New Features and Improvements**