Fixed CHANGELOG according to the new template

This commit is contained in:
Luca Frosini 2020-08-03 16:28:49 +02:00
parent c04b3df2ff
commit 216f0f1389
1 changed files with 7 additions and 21 deletions

View File

@ -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). 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] - ## [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 ## [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 ## [v.2.1.7] [r4.13.1] - 2019-02-26
- Added Proxy Address to Application Configuration - Added Proxy Address to Application Configuration
- Added protocol to Container Configuration (http by default) - Added protocol to Container Configuration (http by default)
- Changed the logs in accounting handler to log error or success and eventually error code - 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 ## [v.2.1.3] [r4.5.0] - 2017-06-06
- Added gcube bom dependency - Added gcube bom dependency
- Search for handlers in the root classpath - Search for handlers in the root classpath
## [v.2.1.2] [r4.3.0] - 2017-05-02 ## [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 - Modified the Authorization filter to accept also children scope when authorizeChildrenContext is enabled on ContianerConfiguration
- Shutdown of Accounting thread added - 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 ## [v.2.0.1] [r4.2.0] - 2016-12-15
- Proxy configuration added - Proxy configuration added
- Solved a bug in events registration for ProfileManager - Solved a bug in events registration for ProfileManager
- Added a scheduler for period update of GCoreEnpoints - Added a scheduler for period update of GCoreEnpoints
- Exclude modified to support exclude for sub-group of handlers - 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 ## [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 ## [v.1.2.6] [r3.10.1] - 2016-04-08
- [#2474] Added missing class for service loader of org.gcube.smartgears.handlers.container.ContainerHandler - Added missing class for service loader of org.gcube.smartgears.handlers.container.ContainerHandler [#2474]
- [#1353] Added flush of accounting data - Added flush of accounting data [#1353]
## [v.1.2.5] [r3.10.0] - 2016-02-08 ## [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 ## [v.1.2.3] - 2015-07-27
- Authorization token control added - Authorization token control added
- Added support to HTTP Basic authorization - 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 ## [v.1.2.1] - 2014-02-13
- Scopes can be removed from container - Scopes can be removed from container
- Node profile set to static - Node profile set to static
- Internal adjustments for move to Java 7 - Internal adjustments for move to Java 7
- Wildcard allowed in exclude directives - Wildcard allowed in exclude directives
- Domain corrected derived in gHN profile - Domain corrected derived in gHN profile
- Cleaner shutdown - Cleaner shutdown
- Further improvement in shutdown handling - Further improvement in shutdown handling