From d23666439d420fdf8fcbb5e583281e0b45d882ae Mon Sep 17 00:00:00 2001 From: John Coburn Date: Wed, 4 Oct 2023 14:34:08 -0500 Subject: [PATCH] log changes --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f24c6d57..ae90bfced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ # Change history for ui-data-import -## **6.1.0** (in progress) - +## **6.0.10** (in progress) +* Implement file upload to S3 (UIDATIMP-1460) +* Perform rough split on front-end for multipart Upload (UIDATIMP-1468) +* Notify users that large files will be split (UIDATIMP-1463) +* Retrieve backend configuration for splitting in UI (UIDATIMP-1462) +* Render details of composite jobs in on consolidated running job cards (UIDATIMP-1466) +* Display a link to download a slice from the automated splitting process (UIDATIMP-1510) +* Cancel upload/running a split job (UIDATIMP-1469) ### Features added: * Landing page: Create hotlink from job profile name in log to the job profile details (UIDATIMP-1355) * Create hotlink from file name in job profile detail view to job log details (UIDATIMP-1356)