Add ClearML Server 1.14.1 release notes and update AMIs (#777)

This commit is contained in:
pollfly
2024-02-14 10:48:14 +02:00
committed by GitHub
parent ddc9a91606
commit 15ac5c2ce6
2 changed files with 44 additions and 30 deletions

View File

@@ -2,6 +2,20 @@
title: Version 1.14
---
### ClearML Server 1.14.1
**New Features and Improvements**
* Add support for serving UI from a subpath
* Change default cookie `SameSite` setting to `Lax`
**Bug Fixes**
* Fix clicking on UI Metric Snapshot datapoint does not navigate to experiment [ClearML Server GitHub issue #228](https://github.com/allegroai/clearml-server/issues/228)
* Fix some APIs not sanitizing query parameters
* Fix downloading UI experiment console log sometimes returns an older file
* Fix UI experiment plot comparison displays duplicates of image plots
* Fix missing experiment labels in UI experiment plot comparison
* Fix starting time not updating for some tasks
### ClearML SDK 1.14.3
**New Features and Bug Fixes**