Add ClearML 1.17.1 release notes (#1007)

This commit is contained in:
pollfly 2025-01-20 15:16:17 +02:00 committed by GitHub
parent e4d7648b03
commit 9bd3fbb2b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,16 @@
title: Version 1.17
---
### ClearML 1.17.1
**New Features and Bug Fixes**
* Fix Windows `PermissionError` (`WinError 5`) while uploading datasets ([ClearML GitHub issue #1348](https://github.com/clearml/clearml/issues/1348))
* Fix offline mode clearml import ([ClearML GitHub issue #1363](https://github.com/clearml/clearml/issues/1363))
* Add missing `Task.mark_stop_request()`, requesting an agent to stop a running task gracefully
* Add support for streaming in router
* Add async callback support to router
* Fix router did not pass timeout
### ClearML 1.17.0
**New Features**