Skip to content

Releases: SwissDataScienceCenter/renku-ui

Release 3.13.1

10 Oct 12:13
edd857a
Compare
Choose a tag to compare

3.13.1 (2023-10-10)

BREAKING CHANGES

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

27 Sep 13:16
8572a25
Compare
Choose a tag to compare

3.13.0 (2023-09-27)

Features

  • Support persistent sessions, allowing logged user to pause sessions (#2686, #2526).

Bug Fixes

  • Fix adding files by URL to datasets (#2800).

BREAKING CHANGES

The previous autosave mechanism, based on GitLab branches, is phased out in favor of the new persistent sessions.

  • Requires renku-notebooks 1.19.0 or greater.

Release 3.12.2

14 Sep 13:24
Compare
Choose a tag to compare

3.12.2 (2023-09-14)

Features

  • storybook deploy and test Storybook (#2212, #2300, #2748, #2773)
  • dataset add dataset to project uses versioned core-service endpoints (#2788)

Bug Fixes

  • dataset support dataset avatar with external url (#2765, #2791)
  • dataset unzip multiple dataset files (#2754, #2786)
  • fix render loops in creating new projects (#2788)

Release 3.12.1

08 Sep 09:01
d1f28e1
Compare
Choose a tag to compare

3.12.1 (2023-09-07)

This release includes relevant changes non-visible to the users. It also includes the urgent bugfix from version 3.11.1

Release 3.11.1

08 Sep 06:32
b12f1f0
Compare
Choose a tag to compare

3.11.1 (2023-09-07)

Bug Fixes

  • Handle embedded template variables in project creation links (#2789)

Release 3.12.0

31 Aug 15:16
3783b6e
Compare
Choose a tag to compare

3.12.0 (2023-08-31)

Features

  • Update landing page for non-logged users (#2681, #2741).

Bug Fixes

  • Use the migrations endpoint correctly -- we were accidentally routing older projects to the wrong backend version (#2766).
  • Use the "dev" label properly on the footer in the Renku version section (#2776).

Release 3.11.0

23 Aug 08:59
bd42f58
Compare
Choose a tag to compare

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

25 Jul 14:58
e5704dd
Compare
Choose a tag to compare

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

07 Jul 15:55
725737e
Compare
Choose a tag to compare

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.

Release 3.8.1

06 Jul 14:52
6625a76
Compare
Choose a tag to compare

3.8.1 (2023-07-06)

Bug Fixes

  • do not query for datasets if no backend is available for the project version (#2636)