diff --git a/docs/release_notes/ver_1_14.md b/docs/release_notes/ver_1_14.md index 29a3a7ea..705508d8 100644 --- a/docs/release_notes/ver_1_14.md +++ b/docs/release_notes/ver_1_14.md @@ -2,7 +2,29 @@ title: Version 1.14 --- -### ClearML Server 1.14.1 +### ClearML SDK 1.14.2 + +**New Features and Improvements** +* Report upload/download with `tqdm` if installed +* Add support for a `PipelineController.version` property +* Add support for specifying an AWS profile when providing bucket storage credentials +* Add an `ignore_remote_overrides` argument to `Task.connect()` and `Task.connect_configuration()` allowing users to + disable overriding values when running remotely +* Add support for setting a custom certificate path using the `CLEARML_API_HOST_VERIFY_CERT` environment variable + (instead of just allowing the user to disable verification) +* Add dataset reporting example [ClearML GitHub PR #1180](https://github.com/allegroai/clearml/pull/1180) + +**Bug Fixes** +* Fix missing component callbacks on multiple step calls [ClearML GitHub PR #1195](https://github.com/allegroai/clearml/pull/1195) +* Fix unsafe usage of `tempfile.mktemp` +* Fix potential path traversal on file download ([CVE-2024-24591](https://github.com/advisories/GHSA-m95h-p4gg-wfw3)) +* Fix Python 3.12 support by not using `distutils` +* Fix `TaskScheduler` does not save local state before running remotely +* Fix pipeline should continue instead of aborting when `PipelineController.abort_on_failure` is set to `False` and a + step has been aborted +* Fix HPO crashes when its corresponding task is initialized with `continue_last_task=True` + +### ClearML SDK 1.14.1 **Bug Fixes** * Fix created pipelines do not appear in the UI pipelines section