v5.x.x Release Notes
v5.0.0
- MAJOR: Fix property names for incoming links (@github#1144)
- MAJOR: Generate and resolve ARK URLs for resources (@github#1161). Projects that have resource IRIs that do not conform to the format specified in https://docs.knora.org/03-apis/api-v2/knora-iris/#iris-for-data must update them.
-
MAJOR: Use project shortcode in IIIF URLs (@github#1191). If you have file value IRIs containing the substring
/reps/
, you must replace/reps/
with/values/
. -
FEATURE: Update resource metadata in API v2 (@github#1131)
- FEATURE: Allow setting resource creation date in bulk import (@github#1151)
- FEATURE: The
v2/authentication
route now also initiates cookie creation (the same asv1/authentication
) (@github#1159) -
FEATURE: Allow to specify restricted view settings for a project which Sipi will adhere to (@github#690).
-
FIX: Triplestore connection error when using dockerComposeUp (@github#1122)
- FIX: Reject link value properties in Gravsearch queries in the simple schema (@github#1145)
- FIX: Fix error-checking when updating cardinalities in ontology API (@github#1142)
- FIX: Allow hasRepresentation in an ontology used in a bulk import (@github#1171)
- FIX: Set cookie domain to the value specified in
application.conf
with the settingcookie-domain
(@github#1169) - FIX: Fix processing of shared property in bulk import (@github#1182)