Releases: SwissDataScienceCenter/renku-graph
Releases · SwissDataScienceCenter/renku-graph
2.50.0
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
Misc
- renku-cli upgraded to 2.8.2rc2
2.49.0
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
Bugfixes
- Prevent the expiring tokens removing process to be locked on the date of the service start
2.48.1
Bugfixes
- Commit Sync processes to remove commits when no project token is available (#1815)
2.48.0
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
Bugfixes
- renku CLI downgraded to
2.7.0
2.47.0
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
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
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)