Releases: SwissDataScienceCenter/renku-graph
Releases · SwissDataScienceCenter/renku-graph
2.13.1
Bugfixes:
- server URL and security definitions in the OpenAPI docs (#1051)
Misc:
- upgrade to renku-actions to v1.0.0 (#1042)
2.13.0
Features:
- API docs for the lineage endpoint (#1000)
Misc:
- run CA certs injection as non-root (#1045)
2.12.0
Features
- a new
PROJECT_SYNC
event to deal with project renames in GitLab
Bugfixes
- project transformation no to update project's date if greater than what's already set in KG (#1037)
- throttling on
ADD_MIN_PROJECT_INFO
consumer
Misc
- event producers and consumers packaging fix (#1036)
- renku CLI upgraded to 1.5.0
- libs and plugins upgrade (#1034)
- failure messages for duplicated props made more descriptive (#1031)
- coding molds added to the README.md
- Postgres image in tests upgraded to 12.8-alpine
2.11.1
Bugfixes
- transformation process to update project creation date if changed
2.11.0
Features
- new Fast-Track KG provisioning process (#1027)
Refactoring
- re-provisioning process data to be stored in the migrations DS (#1025)
2.10.0
Features
- the Cross-Entity search to allow filtering on the
creator
in a case-insensitive way (#1021)
Bugfixes
- fix the Lineage endpoint behaviour for the
location
path segment to match the specification (#1022)
2.9.0
Features
- feat: added support for Orcid as Person id (#1015)
Bugfixes
- fix: transformation flow to update changed Project properties (#1017)
- fix: TS migration fixing duplicate topmostDerivedFrom on Dataset
- fix: TS migration fixing multiple descriptions on Dataset (#1016)
- fix: multiple topmostSameAs issue on DS transformation flow (#1014)
- fix: CLEAN_UP events handling process not to die on failure (#1013)
- fix: TS_MIGRATION_REQUEST do not break long-running transactions (#1011)
Misc
- chore: CLI upgraded to 1.4.0
- chore: extended grace period for events in Generating Triples
- chore: raising HTTP timeouts on connection to TS (#1009)
- refactor: improved readability of the renkuBaseUrl class (#1019)
2.8.1
Bugfixes
- broken query in one of the Triples Store migrations that causes problems when fetching details of many datasets.
2.8.0
Features
- internal process to detect and redo a lost project re-provisioning event (#1003)
2.7.0
Features
- the Cross-entity search resource to allow filtering on
since
and until
(#1001)
Misc