Releases: SwissDataScienceCenter/renku-ui
Releases · SwissDataScienceCenter/renku-ui
Release 3.13.1
3.13.1 (2023-10-10)
BREAKING CHANGES
- The Helm charts have been moved to the main renku repository (#2823, renku#3254)
Features
- Reduce the compiled bundle size to improve performance of the UI (#2818, #2827, #2832)
- Dashboard: Speed up showing the warning for non-indexed projects (#2824)
- Projects: Use the KG API to update a project's metadata for the following cases: visibility, keywords and description (#2793)
Bug Fixes
- Datasets: Use versioned URL of
renku-core
when uploading files to a dataset (#2831)
Release 3.13.0
Release 3.12.2
Release 3.12.1
Release 3.11.1
Release 3.12.0
Release 3.11.0
3.11.0 (2023-08-22)
Features
- Simplify distinguishing projects linked to datasets by showing the full slug in a tooltip when hovering on the project name (#2617, #2707).
- Add a new section in the project settings to change visibility (#2515, #2648).
- Use KG to fetch and store project descriptions (#2631, #2438).
- Show version of Renku and the backend components (#2664, #2703).
- Use 'metadata processing' instead of 'Knowledge Graph' (#2553, #2709).
Bug Fixes
- Allow navigating back after login (#2682, #2711).
- Sort project datasets by the user-friendly title instead of the hidden name (#1514, #2702).
- Update the loader spinner to fix DOM nesting errors (#2658, #2750).
- Restore maintenance page (#2715).
- Use a common project URL when invoking renku-core APIs (#2714, #2722).
- Prevent fake warnings from memory constraints on sessions (#2757).
Release 3.10.0
3.10.0 (2023-07-24)
Features
- implement a global error boundary (#2604, #2498)
- support additional common R file extensions (#2637, #2639)
Bug Fixes
- prevent endless loader on migration errors (#2650)
- do not open folder by default in dataset view when containing too many elements (#1930, #2628)
- properly render rstudio components (#2660, #2652)
- validate keywords input when editing datasets (#2356, #2628)
- remove info from project page about datasets in kg (#2622, #2628)
Release 3.9.0
3.9.0 (2023-07-07)
Features
- update session start options and project settings to use compute resource pools (#2517, #2484)
- support common R file extensions (#2637, #2638)
BREAKING CHANGES
Sessions started from the UI will now use provisioned resource pools and session classes.
- Support the new session classes provided by the compute resource pools.
- Requires renku-notebooks 1.16.0 or greater.