From 8258bdc804b272fca8b022ac193c85b417b36635 Mon Sep 17 00:00:00 2001 From: ekneg54 Date: Thu, 28 Mar 2024 14:12:06 +0100 Subject: [PATCH] prepare release 11.0.0 --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd78e74e..f8d4fc5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,24 @@ ## next release ### Breaking + +### Features + +### Improvements + +### Bugfix + + +## 11.0.0 +### Breaking + +* configuration of Authentication for getters is now done by new introduced credentials file + ### Features * introducing an additional file to define the credentials for every configuration source * retrieve oauth token automatically from different oauth endpoints * retrieve configruation with mTLS authentication - - * reimplementation of HTTP Input Connector with following Features: * Wildcard based HTTP Request routing * Regex based HTTP Request routing