changelog updated

This commit is contained in:
user1 2020-11-18 18:58:38 +01:00
parent fd766ce080
commit ed8e7d8811
2 changed files with 18 additions and 18 deletions

View File

@ -3,61 +3,61 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Common Smartgears # Changelog for Common Smartgears
## [v3.0.0] [r5.0.0] - ## [v3.0.0] - 2020-11-18
- Switched container JSON management to gcube-jackson [#19283] - Switched container JSON management to gcube-jackson [#19283]
- new Uma Token integration
## [v.2.2.0] - 2020-01-23
## [v.2.2.0] [r4.19.0] - 2020-01-23
- Multiple token are generated in the same call in place of one per call - Multiple token are generated in the same call in place of one per call
## [v.2.1.9] [r4.15.0] - 2019-11-08 ## [v.2.1.9] - 2019-11-08
- Project adapted to be build with Jenkins - Project adapted to be build with Jenkins
## [v.2.1.8] [r4.14.0] - 2019-05-27 ## [v.2.1.8] - 2019-05-27
- Support oauth2 protocol accepting token in the auhtorization header field - Support oauth2 protocol accepting token in the auhtorization header field
## [v.2.1.7] [r4.13.1] - 2019-02-26 ## [v.2.1.7] - 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
## [v.2.1.5] [r4.6.1] - 2017-09-19 ## [v.2.1.5] - 2017-09-19
- Added ThreadLocal InnerMethodName to set method name from application - Added ThreadLocal InnerMethodName to set method name from application
## [v.2.1.4] [r4.6.0] - 2017-07-25 ## [v.2.1.4] - 2017-07-25
- Validation handler for application split in 2 different handlers: - ContextRetriever that set Token and Scope - RequestValidation that does all the required checks - Validation handler for application split in 2 different handlers: - ContextRetriever that set Token and Scope - RequestValidation that does all the required checks
## [v.2.1.3] [r4.5.0] - 2017-06-06 ## [v.2.1.3] - 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] - 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
## [v.2.1.1] [r4.3.0] - 2017-03-16 ## [v.2.1.1] - 2017-03-16
- Minor issue on filter exclusion fixed - Minor issue on filter exclusion fixed
## [v.2.0.1] [r4.2.0] - 2016-12-15 ## [v.2.0.1] - 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
@ -65,27 +65,27 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Exclude modified to support exclude for sub-group of handlers - Exclude modified to support exclude for sub-group of handlers
## [v.2.0.0] [r4.1.0] - 2016-11-07 ## [v.2.0.0] - 2016-11-07
- Integration with Authorization 2.0 - Integration with Authorization 2.0
## [v.1.2.7] [r3.11.0] - 2016-05-18 ## [v.1.2.7] - 2016-05-18
- Removed commons-io dependency [#2355] - Removed commons-io dependency [#2355]
## [v.1.2.6] [r3.10.1] - 2016-04-08 ## [v.1.2.6] - 2016-04-08
- Added missing class for service loader of org.gcube.smartgears.handlers.container.ContainerHandler [#2474] - Added missing class for service loader of org.gcube.smartgears.handlers.container.ContainerHandler [#2474]
- Added flush of accounting data [#1353] - Added flush of accounting data [#1353]
## [v.1.2.5] [r3.10.0] - 2016-02-08 ## [v.1.2.5] - 2016-02-08
- Enhanced accounting version - Enhanced accounting version
## [v.1.2.4] [r3.9.0] - 2015-12-09 ## [v.1.2.4] - 2015-12-09
- Transparent accounting added on service calls - Transparent accounting added on service calls

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.core</groupId> <groupId>org.gcube.core</groupId>
<artifactId>common-smartgears</artifactId> <artifactId>common-smartgears</artifactId>
<version>3.0.0</version> <version>3.0.0-SNAPSHOT</version>
<name>SmartGears</name> <name>SmartGears</name>
<dependencyManagement> <dependencyManagement>