Skip to content

Releases: SwissDataScienceCenter/renku-graph

2.44.0

02 Nov 14:39
ed894e2
Compare
Choose a tag to compare

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

16 Oct 16:14
f6d3b42
Compare
Choose a tag to compare

Bugfixes:

  • StandardTokenizer to be used instead of LetterTokenizer so Cross-Entity Search returns entities with keywords containing underscores (#1752)

2.43.0

09 Oct 09:40
22e8b30
Compare
Choose a tag to compare

Bugfixes

  • ORCID-based Person ResourceId to work when having letters
  • PROJECT_VIEWED events to go through staging in DB (#1729)

Misc

  • All APIs to use project-auth graph for authorization purposes (#1736)
  • Helm charts moved into the renku repository (#1730)

2.42.1

29 Sep 13:56
5f890ca
Compare
Choose a tag to compare

Bugfixes

  • Changes to Lucene indexing set-up to improve the search experience
  • Prevent Recently Viewed API to return entities the user has no access to (#1724)

Misc

  • renku CLI upgraded on TG to version 2.7.0rc3

2.42.0

25 Sep 18:12
Compare
Choose a tag to compare

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

04 Sep 10:49
a87c2b6
Compare
Choose a tag to compare

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

24 Aug 10:47
Compare
Choose a tag to compare

Features

  • A new graph for auth related data (#1661)

Misc

  • CLI upgraded to 2.6.2rc1

2.39.2

15 Aug 14:14
f7bcf4f
Compare
Choose a tag to compare

Bugfixes

  • SYNC_REPO_METADATA process to sync Project's name in the Triples Store with the name in GitLab (#1662)

2.39.1

11 Aug 16:01
9ca086b
Compare
Choose a tag to compare

Bugfixes

  • Cross-Entity Search to fetch creator name from the Persons graph (#1656)

2.39.0

08 Aug 17:11
ebdf3a6
Compare
Choose a tag to compare

Features

  • knowledge-graph service APIs to return project slug along the path (#1641)
  • Project Datasets API to return info about dates, allow sorting by title and dateModified and return paged results (#1632)
  • Cross-Entity Search API to allow sorting by dateModified as a redundant parameter for date (#1626)
  • a new Project Update API on triples-generator (#1644)

Bugfixes

  • attempts of sending PROJECT_VIEWED and DATASET_VIEWED events to stopped if max number of retries exceeded (#1650)

Misc

  • migration from Project path to slug (#1639)