Skip to content

Releases: SwissDataScienceCenter/renku-graph

2.50.0

26 Mar 18:12
7ad17a9
Compare
Choose a tag to compare

Misc:

  • Jena upgraded to 5.0.0 (via jsonld4s 0.15.0) (#1878)
  • triples-generator Dockerfile to work with the latest Alpine Linux
  • lib upgrades

2.49.1

17 Jan 08:15
Compare
Choose a tag to compare

Misc

  • renku-cli upgraded to 2.8.2rc2

2.49.0

16 Jan 17:33
1e5b5b5
Compare
Choose a tag to compare

Features

  • Project Create API to accept templateRef and templateParameters parts (#1837)
  • Free-Text Dataset Search API decommissioning (#1833)

Bugfixes

  • Event consumers to deal with a case when no project access token is available (#1824)
  • LastSyncedDate type to instantiate with any date

Misc

  • A single Jena and Postgres instances to be shared by all modules' specs (#1836)
  • graph-commons module reorganization (#1825)

2.48.2

16 Dec 08:04
Compare
Choose a tag to compare

Bugfixes

  • Prevent the expiring tokens removing process to be locked on the date of the service start

2.48.1

07 Dec 16:00
7dcab35
Compare
Choose a tag to compare

Bugfixes

  • Commit Sync processes to remove commits when no project token is available (#1815)

2.48.0

05 Dec 11:22
3a7bd7c
Compare
Choose a tag to compare

Features

  • BREAKING CHANGE: all APIs to return Dataset slug and name properties only (#1741)
  • token-repository to clean up expiring tokens daily (#1812)

Bugfixes

  • CLEAN_UP process not to fail when no topmostSameAs found (#1809)
  • triples-generator to accept TS_MIGRATION_REQUEST if triplestore in MIGRATING status
  • VIEWED events' date to be decoded to the current time if it's the future (#1808)
  • triples-generator not to write to triplestore until all exclusive migrations are run (#1807)
  • improved failure reporting on unknown errors on event sending (#1799)

Misc

  • graph-commons and token-repository to use Postgres started by SBT (#1802)

2.47.1

22 Nov 12:50
7994fd5
Compare
Choose a tag to compare

Bugfixes

  • renku CLI downgraded to 2.7.0

2.47.0

20 Nov 13:49
dc0fc7f
Compare
Choose a tag to compare

Bugfixes

  • Project Dataset API to default per_page query parameter to PerPage.max (100) to allow renku CLI to be able to import Datasets from projects having more than 20 Datasets.
  • Hook validation to read all project's hooks from GitLab (#1793)

Misc

  • renku CLI upgraded to 2.8.0rc1

2.46.0

15 Nov 16:19
9f30008
Compare
Choose a tag to compare

Features

  • The Cross-Entity Search API to allow filtering by the user role (#1486)
  • The Cross-Entity Search API to improve the quality of results when a query filter is specified (#1783)
  • Secrets config reader to work with Base64 encoded and ASCII values (#1774)

Bugfixes

  • Postgres locks to renew connection on EofException (#1789)

2.45.0

06 Nov 10:00
4bf40b4
Compare
Choose a tag to compare

Bugfixes

  • SYNC_REPO_METADATA & the Project Update processes fixed to update the concatenated properties in the Projects Search graph (#1775)

Misc

  • services upgraded to Java 21 (#1771)