From b0208bf4699ce96c4e30ab6603089c1d8b5f2aef Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 8 Nov 2021 09:42:58 +0100 Subject: [PATCH] docs: Update release notes with conversion changes --- RELEASE_NOTES.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c1d69e7fb..5444f4b8c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,24 @@ # Community Solid Server release notes +## v3.0.0 +### New features +... + +### Configuration changes +You might need to make changes to your v2 configuration if you use a custom config. + +The following changes pertain to the imports in the default configs: +- ... + +The following changes are relevant for v2 custom configs that replaced certain features. +- Conversion has been simplified so most converters are part of the conversion chain: + - `/util/representation-conversion/default.json` + +### Interface changes +These changes are relevant if you wrote custom modules for the server that depend on existing interfaces. +- `TypedRepresentationConverter` function signatures changed + and base functionality moved to `BaseTypedRepresentationConverter` + ## v2.0.0 ### New features - Pod owners always have Control access to resources stored in their Pod.