Releases: SwissDataScienceCenter/renku-graph
Releases · SwissDataScienceCenter/renku-graph
2.44.0
Features
- The Cross-Entity Search API queries to work on flattened data in the search graphs (#1761)
- A new
GET /knowledge-graph/version
API (#1760)
Bugfixes
- Batch process handling the
PROJECT_VIEWED
events not to die on a failure
Misc
schema:member
properties to be removed from the Triples Store (#1769)
2.43.1
2.43.0
2.42.1
2.42.0
Features
- New Project Create API (#1642)
- Project Update API to wait for the renku-core service to return a response (#1695)
- Message's severity to be encoded in lowercase
- Message not to return nested JSON structure
Bugfixes
TG locks
panel on the Knowledge Graph Overview Grafana dashboard not updating after a failure (#1719)- Histogram based Grafana metrics not showing any values (#1717)
Misc
- Role added to the project member in the Triplestore (#1708)
- Reduced the DB connection pool size for TG
2.41.0
Features
- Authorizers to use the data from ProjectAuth graph (#1688)
- Project Update API to allow updating keywords, description and image information (#1631)
- The ProjectAuth graph to be provisioned with a visibility from GitLab (#1676)
Bugfixes
- The hook Validation process to not remove the token
- webhook-service not to fail when Project not found in GL (#1692)
- The
RollbackToAwaitingDeletion
status change flow to retry on deadlock (#1682) - The DBUpdater to take SessionResource and handle retries internally on each status change process
- The project slug finding operation on the Token Creation flow to work when project removed (#1675)
Misc
- CLI upgraded to 2.6.2
- Project Delete API to log info about successful removal
- Sparql query time measurements added to the new Sparql client (#1670)
2.40.0
2.39.2
2.39.1
2.39.0
Features
- knowledge-graph service APIs to return project
slug
along thepath
(#1641) - Project Datasets API to return info about dates, allow sorting by
title
anddateModified
and return paged results (#1632) - Cross-Entity Search API to allow sorting by
dateModified
as a redundant parameter fordate
(#1626) - a new Project Update API on triples-generator (#1644)
Bugfixes
- attempts of sending
PROJECT_VIEWED
andDATASET_VIEWED
events to stopped if max number of retries exceeded (#1650)
Misc
- migration from Project
path
toslug
(#1639)