------
Renku ``0.20.0`` tidies up the RenkuLab session start sequence, as well as an assortment of improvements and bug fixes.
User-Facing Changes
~~~~~~~~~~~~~~~~~~~
**โจ Improvements**
* ๐ **UI**: We tidied up the session launch sequence to have a unified appearance, regardless of where on RenkuLab you start your session from. Sessions also have better logs and error handling.
* ๐จ **UI**: The RenkuLab login and logout pages have been updated with the latest styling.
* ๐ฌ **Renku CLI**: When you run ``renku save`` in a clean but unpushed repository, ``renku`` now informs you that it has pushed changes to the remote, rather than just saying that there were no changes to save.
**๐ Bug Fixes**
* ๐ **Renku CLI**: Fixed an issue where ``renku workflow compose`` would break ``renku workflow list``.
* ๐ด **UI**: Fixed the Project name field getting reset when forking a project.
* ๐ **UI**: Fixed issues with downloading session logs.
Internal Changes
~~~~~~~~~~~~~~~~
**Improvements**
* **Knowledge Graph**: Read lineage data from the new dataset in the Triples Store
* **Knowledge Graph**: Added info about Composite Plans to the Cross-Entity Search API
* **Knowledge Graph**: Adopted ``renku-python 1.10.0`` with significantly improved graph export performance
* **Renku core service**: Extended the workflow API, adding an ``export`` endpoint that returns the workflow definition.
* **Sessions**: Added support for running sessions in a separate namespace
* **Sessions**: Added caching for Jupyter servers
**Bug fixes**
* **Gateway**: Removed trailing slash from redirect links
* **Knowledge Graph**: Fixed wrong Plans creation dates through migration
* **Knowledge Graph**: Switched to using Project Access Tokens for accessing GitLab API
* **Renku core service**: Fixed Plans creation dates from preceding their corresponding Activities
* **Sessions**: Fixed properly accept getting session logs without a limit
Individual components
~~~~~~~~~~~~~~~~~~~~~~