Fixed CHANGELOG according to the new template
This commit is contained in:
parent
86c98b84d0
commit
bb495149ab
34
CHANGELOG.md
34
CHANGELOG.md
|
@ -5,9 +5,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
## [v4.0.0-SNAPSHOT] [r.5.0.0] -
|
||||
|
||||
- [#19115] Switched JSON management to gcube-jackson
|
||||
- [#18547] Properly terminated RegexRulesAggregator scheduled thread
|
||||
- [#10645] Added improved version of calledMethod rewrite for aggregation
|
||||
- Switched JSON management to gcube-jackson [#19115]
|
||||
- Properly terminated RegexRulesAggregator scheduled thread [#18547]
|
||||
- Added improved version of calledMethod rewrite for aggregation [#10645]
|
||||
|
||||
|
||||
## [v3.5.0] - 2019-11-06
|
||||
|
@ -22,21 +22,21 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
## [v3.3.0] - 2018-04-12
|
||||
|
||||
- [#11230] Added support to retrieve Accounting Regex rules through Service Endpoint
|
||||
- Added support to retrieve Accounting Regex rules through Service Endpoint [#11230]
|
||||
- Added LOCAL as additional value of DataType
|
||||
|
||||
|
||||
## [v3.2.0] - 2017-02-15
|
||||
|
||||
- [#10142] Changed pom.xml to use new make-servicearchive directive
|
||||
- [#10646] Added the possibility to rewrite the calledMethod by matching a regular expression
|
||||
- Changed pom.xml to use new make-servicearchive directive [#10142]
|
||||
- Added the possibility to rewrite the calledMethod by matching a regular expression [#10646]
|
||||
|
||||
|
||||
## [v3.1.0] - 2017-10-09
|
||||
|
||||
- [#9617] Refined Jackson support
|
||||
- [#9646] Changed JobUsageRecord Model
|
||||
- [#9647] Removed TaskUsageRecord
|
||||
- Refined Jackson support [#9617]
|
||||
- Changed JobUsageRecord Model [#9646]
|
||||
- Removed TaskUsageRecord [#9647]
|
||||
|
||||
|
||||
## [v3.0.0] - 2017-06-07
|
||||
|
@ -56,27 +56,27 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
## [v2.3.0] - 2016-11-07
|
||||
|
||||
- [#4949] Added callerQualifier field to ServiceUsageRecord
|
||||
- Added callerQualifier field to ServiceUsageRecord [#4949]
|
||||
|
||||
|
||||
## [v2.2.0] - 2016-05-18
|
||||
|
||||
- [#2358] Removed dependency over reflection library
|
||||
- Removed dependency over reflection library [#2358]
|
||||
|
||||
|
||||
## [v2.1.0] - 2016-04-08
|
||||
|
||||
- [#2194] Ready for ScopeProvider Removal
|
||||
- [#2316] Fixed Bug on StorageUsageRecord aggregation
|
||||
- Ready for ScopeProvider Removal [#2194]
|
||||
- Fixed Bug on StorageUsageRecord aggregation [#2316]
|
||||
- Fixed Bug on recovery of UsageRecords accounted on Fallback
|
||||
|
||||
|
||||
## [v2.0.0] - 2016-02-08
|
||||
|
||||
- [#1746] Separated Accounting Model and generalize solution. the library now depends from document-store-lib
|
||||
- [#1295] Managed UsageRecords discovered dynamically on classpath
|
||||
- [#1349] Persistence is re-checked every 10 minutes when Fallback is used
|
||||
- [#1352] Repetitive thread retry to persist UsageRecords accounted on Fallback
|
||||
- Separated Accounting Model and generalize solution. the library now depends from document-store-lib [#1746]
|
||||
- Managed UsageRecords discovered dynamically on classpath [#1295]
|
||||
- Persistence is re-checked every 10 minutes when Fallback is used [#1349]
|
||||
- Repetitive thread retry to persist UsageRecords accounted on Fallback [#1352]
|
||||
|
||||
|
||||
## [v1.1.0] - 2015-12-09
|
||||
|
|
Loading…
Reference in New Issue