From 6985fb3af397823fb141fbded0895a44b90872bc Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Fri, 5 Aug 2022 09:24:27 +0200 Subject: [PATCH] docs: Describe changes to default configs --- RELEASE_NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 51acd101b..93cd07d14 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -29,6 +29,8 @@ The following changes pertain to the imports in the default configs: making them threadsafe. - 2 new options have been added for the `/http/server-factory/` imports: `https-websockets.json` and `https-no-websockets.json`, which allow starting the server with HTTPS by adding 2 new CLI parameters `httpsKey` and `httpsCert`. + - `/https-file-cli.json` was greatly simplified because of this change. +- `/sparql-file-storage.json` had several changes, simplifying how regexes can be used. The following changes are relevant for v4 custom configs that replaced certain features. - CLI parsing had several changes. @@ -41,7 +43,6 @@ The following changes are relevant for v4 custom configs that replaced certain f - `/storage/backend/quota/*` - Regex routing was updated to use ordered entries. - `/storage/backend/regex.json` - - `/sparql-file-storage.json` - The `IdentityProviderFactory` inputs have been extended. - `/identity/handler/provider-factory/identity.json` - Restructured the init configs. @@ -62,7 +63,6 @@ The following changes are relevant for v4 custom configs that replaced certain f - Several components now take a `metadataStrategy` parameter to support the new metadata feature. - `/ldp/handler/components/operation-handler.json` - `/storage/backend/*` - - `/sparql-file-storage.json` - Generation of auxiliary link headers was updated. - `/ldp/metadata-writer/writers/link-rel.json` - PATCHing related components were completely refactored.