From 9cb42dad282529792df708125082489b0268c97c Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 5 Nov 2024 11:39:34 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f41d2..299b1fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,23 +5,23 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [v1.3.3] - Added JSON parsed instance of the refresh token to `JWTToken` class, the getter and methods to checks its presence and expiration -## [v1.3.2] +## [v1.3.2] - 2024-05-08 - Header X-D4Science-Context in query exchange and refresh - Token exchange (#27099) - PerformQueryTokenWithPOST accepts also optional headers - PerformURLEncodedPOSTSendData accepts also optional headers - Moved from `maven-portal-bom` to `gcube-bom` -## [v1.3.1] +## [v1.3.1] - 2022-07-07 - Added `Catalogue-Manager` and `Catalogue-Moderator` roles to the enum (#23623) -## [v1.3.0] +## [v1.3.0] - 2021-06-24 - Added method to retrieve UMA token by using `clientId` and `clientSecret` in a specific `audience` (aka context) that can now be provided in both encoded and not encoded form (starts with "/" check is performed). -## [v1.2.1] +## [v1.2.1] - 2021-04-12 - "Data-Editor" role added (#20896), some logs changed to debug level -## [v1.2.0] +## [v1.2.0] - 2021-01-27 - Site is now comparable. Added JTI value getter and essentials info dump in JWT. Revised get avatar helper. ## [v1.1.1]