From ef0e90e3e4d12576042291b58ab835f866ede737 Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Wed, 20 Jan 2021 01:01:08 +0100 Subject: [PATCH] Ready for the 1.2.0-SNAPSHOT version --- CHANGELOG.md | 3 +++ pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 177b9b5..a4e50ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for "oidc-library-portal" +## [v1.2.0-SNAPSHOT] +- New context roles mapper that not rely on User or Groups objects but in their ID as strings. New revised version of the cache proxy with mutex and session id used in place of session object, logs revised and scheduled log added that dumps cache contents. Marked as deprecated all utils methods for session objects get/set. (#20445) + ## [v1.1.0] - Added configuration for avatar URL (#19726) diff --git a/pom.xml b/pom.xml index d1c1469..d1e9c7b 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.portal oidc-library-portal - 1.1.0 + 1.2.0-SNAPSHOT