Skip to content

Releases: SwissDataScienceCenter/renku-graph

2.31.0

05 Apr 10:33
7bf7e52
Compare
Choose a tag to compare

Features

  • capturing the user that viewed a dataset (#1414)

Bugfixes

  • throttler not to die losing semaphore permit (#1422)

2.30.1

30 Mar 09:25
Compare
Choose a tag to compare

Misc

  • knowledge-graph chart to allow specifying replicas number

2.30.0

29 Mar 16:26
31f63e6
Compare
Choose a tag to compare

Features

  • Dataset Details API to work with sameAs and identifier (#1395)
  • PROJECT_VIEWED and DATASET_VIEWED events to contain user's GitLab id (#1405)
  • SPARQL string interpolator to resolve iterables considering context (#1404)

Bugfixes

  • prevent event handler processes from dying
  • TS_MIGRATION_REQUEST not to be delivered to a random free subscriber in case an event of the type is already under execution (#1408)
  • ADD_MIN_PROJECT_INFO event to be skipped if the project already exists in the Triples Store (#1403)
  • logs from the hook validation and creation processes to be more informational (#1407)

2.29.0

20 Mar 12:08
47cdd76
Compare
Choose a tag to compare

Features

  • User's Project API to use GitLab Projects API to fetch projects where the user is of the members (#1391)
  • KG to register project viewing events (#1387)
  • A new Delete Project API (#1381)

Misc

  • Http4s Blaze backend changed to Ember (#1353)
  • New string interpolator for creating SPARQL fragments (#1383)

2.28.4

14 Mar 18:00
Compare
Choose a tag to compare

Misc

  • CLI upgraded to 2.3.2

2.28.3

10 Mar 17:08
Compare
Choose a tag to compare

Misc

  • CLI upgraded to 2.3.1

2.28.2

08 Mar 06:59
Compare
Choose a tag to compare

Misc

  • more capacity on MEMBER_SYNC and COMMIT_SYNC routes

2.28.1

07 Mar 10:27
c66ae4b
Compare
Choose a tag to compare

Bugfixes

  • various fixes to the migration process to schema v10
  • improved management of concurrent processes scheduling in event handlers (#1361)

2.28.0

28 Feb 11:04
d67a832
Compare
Choose a tag to compare

Features

  • support for Schema v10
  • Triples Store migration to redo all projects using Schema v10
  • the Cross-Entity Search to allow multiple sort parameters (#1303)
  • a new GET /status API on event-log service (#1340)
  • the graphql API removed from the knowledge-graph

Bugfixes

  • the User's Projects API performance improvements (#1315)
  • allow any type for a Command Parameter value (#1344)
  • paged responses to return an empty page if requested page beyond the last non-empty page
  • the Hook Creation flow to log response message GitLab sends on error (#1324)

Misc

  • CLI upgraded to 2.3.0
  • Jena upgraded to 4.7.0
  • ca certificates chart upgraded to 0.0.4 (#1359)
  • generators moved into the test scope (#1357)
  • common subscription types for receiving and sending events
  • json-ld decoders removed from the production model (#1346)
  • decoders to use the CLI model (#1336)
  • a new entities-views-collector module (#1333)
  • converters from test to CLI model (#1314)
  • date validation for Activity and Dataset entities enabled (#1304)
  • issue templates and action for user issue triage (#1323)

2.27.0

20 Jan 17:40
b209891
Compare
Choose a tag to compare

Features:

  • New provisioning process inserting data for the search APIs. This release still does not switch the queries to use data from the new graph but adapts the workflows to keep the new data in sync with the Project graphs. (#1261)

Bugfixes:

  • Performance improvements of SPARQL queries supplying data for the KG APIs (#1298)
  • Plan entity decoder to support Workflow File entities (#1296)
  • Event Handlers scheduling concurrent processes not to die on pre-scheduling failures (#1281)

Misc:

  • CLI upgraded to 1.11.1
  • New module containing renku model tiny-types (#1287)
  • Simplified config defining Triples Generator and CLI compatibility (#1268)