From c5ac47b3e825d4106c3d12e2caaf467d075d4de0 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Mon, 14 Oct 2024 15:48:48 +0200 Subject: [PATCH] Update CHANGELOG.md Updated CHANGELOG.md info --- CHANGELOG.md | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1dcbf6..9b755da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,52 +1,51 @@ - # Changelog All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [v3.0.0] - [2024-02-02] +## [v3.0.0] -- authorization endpoints configuration retrieving moved from common scanner to reflection library -- removed common-scope from the dependencies +- Authorization endpoints configuration retrieving moved from common scanner to reflection library +- Removed common-scope from the dependencies -## [v2.5.0] - [2022-04-20] +## [v2.5.0] - 2022-04-20 - Deprecated AccessTokenProvider, AuthorizationProvider and SecurityTokenProvider [#22871] - Added roles to ExternalService Client info -## [v2.4.0] - [2021-05-21] +## [v2.4.0] - 2021-05-21 -JWTUmaTokenProvider changed to AccessTokenProvider +- JWTUmaTokenProvider changed to AccessTokenProvider -## [v2.3.1] - [2021-03-30] +## [v2.3.1] - 2021-03-30 -User info returns also email, first name and Last name according to the new UMA token +- User info returns also email, first name and Last name according to the new UMA token -## [v2.3.0] - [2010-11-17] +## [v2.3.0] - 2010-11-17 -support for the new IAM added +- Support for the new IAM added -## [v2.2.1] - [2019-01-14] +## [v2.2.1] - 2019-01-14 -endpoint updated for https +- Endpoint updated for https -## [v2.1.6] - [2019-01-14] +## [v2.1.6] - 2019-01-14 -added ListMapper +- Added ListMapper -## [v2.1.3] - [2019-01-14] +## [v2.1.3] - 2019-01-14 -added the support for authorization control library +- Added the support for authorization control library -## [v2.0.2] - [2017-02-27] +## [v2.0.2] - 2017-02-27 -added set and reset of scope in AuthorizedTask +- Added set and reset of scope in AuthorizedTask -## [v2.0.0] - [2016-09-30] +## [v2.0.0] - 2016-09-30 -new model for auth2 +- New model for auth2 -## [v1.0.0] - [2015-05-18] +## [v1.0.0] - 2015-05-18 -First Release +- First Release