From 693f441a1b2af1003a9e51270a0f527b119a4a29 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Thu, 9 Dec 2021 11:53:05 +0100 Subject: [PATCH] docs: Update RELEASE_NOTES with IDP architecture change --- RELEASE_NOTES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9a75fc02d..e6a208d7f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -29,11 +29,15 @@ The following changes are relevant for v2 custom configs that replaced certain f - Requests targeting the OIDC library now use a separate handler. - `/http/handler/default.json` - `/identity/handler/default.json` +- The architecture of IDP interaction handlers has completely changed to improve modularity + - `/identity/handler/interaction/*` + - `/identity/registration/*` ### 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` + and base functionality moved to `BaseTypedRepresentationConverter`. +- Many changes to several components related to the IDP. This includes the HTML templates. ## v2.0.0 ### New features