From 216f0f1389fca3f3f744e64de04cfedce337c8cf Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 3 Aug 2020 16:28:49 +0200 Subject: [PATCH] Fixed CHANGELOG according to the new template --- CHANGELOG.md | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f626212..87f223b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -# 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). +# Changelog for Common Smartgears + + ## [v3.0.0-SNAPSHOT] [r5.0.0] - -- [#19283] Switched container JSON management to gcube-jackson +- Switched container JSON management to gcube-jackson [#19283] ## [v.2.2.0] [r4.19.0] - 2020-01-23 @@ -25,9 +25,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [v.2.1.7] [r4.13.1] - 2019-02-26 - Added Proxy Address to Application Configuration - - Added protocol to Container Configuration (http by default) - - Changed the logs in accounting handler to log error or success and eventually error code @@ -44,14 +42,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [v.2.1.3] [r4.5.0] - 2017-06-06 - Added gcube bom dependency - - Search for handlers in the root classpath ## [v.2.1.2] [r4.3.0] - 2017-05-02 - Modified the Authorization filter to accept also children scope when authorizeChildrenContext is enabled on ContianerConfiguration - - Shutdown of Accounting thread added @@ -63,11 +59,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [v.2.0.1] [r4.2.0] - 2016-12-15 - Proxy configuration added - - Solved a bug in events registration for ProfileManager - - Added a scheduler for period update of GCoreEnpoints - - Exclude modified to support exclude for sub-group of handlers @@ -78,12 +71,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [v.1.2.7] [r3.11.0] - 2016-05-18 -- [#2355] Removed commons-io dependecy +- Removed commons-io dependency [#2355] ## [v.1.2.6] [r3.10.1] - 2016-04-08 -- [#2474] Added missing class for service loader of org.gcube.smartgears.handlers.container.ContainerHandler -- [#1353] Added flush of accounting data +- Added missing class for service loader of org.gcube.smartgears.handlers.container.ContainerHandler [#2474] +- Added flush of accounting data [#1353] ## [v.1.2.5] [r3.10.0] - 2016-02-08 @@ -99,7 +92,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [v.1.2.3] - 2015-07-27 - Authorization token control added - - Added support to HTTP Basic authorization @@ -111,17 +103,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [v.1.2.1] - 2014-02-13 - Scopes can be removed from container - - Node profile set to static - - Internal adjustments for move to Java 7 - - Wildcard allowed in exclude directives - - Domain corrected derived in gHN profile - - Cleaner shutdown - - Further improvement in shutdown handling