diff --git a/docs/release_notes/ver_1_14.md b/docs/release_notes/ver_1_14.md index 83e741e3..f2dfdaed 100644 --- a/docs/release_notes/ver_1_14.md +++ b/docs/release_notes/ver_1_14.md @@ -2,6 +2,14 @@ title: Version 1.14 --- +### ClearML SDK 1.14.4 + +**Bug Fixes** +* Fix AWS S3 configuration `secure` property not forwarded in `StorageHelper` [ClearML GitHub PR #1205](https://github.com/allegroai/clearml/pull/1205) +* Fix `NVIDIA_VISIBLE_DEVICES=all` env var value will result in no GPU metrics being reported +* Fix setting `output_uri` when an AWS S3 config section with `secure=false` exists raises an error +* Fix `CacheManager` attempts to clear cache when file limit has not been reached resulting in slow unnecessary checks + ### ClearML Server 1.14.1 **New Features and Improvements**