Fixed changelog

This commit is contained in:
Luca Frosini 2020-08-05 12:12:15 +02:00
parent bb495149ab
commit e7cd46c5c6
1 changed files with 22 additions and 21 deletions

View File

@ -15,76 +15,77 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Removed usage of deprecated APIs - Removed usage of deprecated APIs
## [v3.4.0] - 2018-10-10 ## [v3.4.0] [r4.12.1] - 2018-10-10
- Fixed backends factory management - Fixed backends factory management
- Using different pools for Scheduled Thread [#12184]
## [v3.3.0] - 2018-04-12 ## [v3.3.0] [r4.11.0] - 2018-04-12
- Added support to retrieve Accounting Regex rules through Service Endpoint [#11230] - Added support to retrieve Accounting Regex rules through Service Endpoint [#11230]
- Added LOCAL as additional value of DataType - Added LOCAL as additional value of DataType
## [v3.2.0] - 2017-02-15 ## [v3.2.0] [r4.10.0] - 2018-02-15
- Changed pom.xml to use new make-servicearchive directive [#10142] - Changed pom.xml to use new make-servicearchive directive [#10142]
- Added the possibility to rewrite the calledMethod by matching a regular expression [#10646] - Added the possibility to rewrite the calledMethod by matching a regular expression [#10646]
## [v3.1.0] - 2017-10-09 ## [v3.1.0] [r4.7.0] - 2017-12-06
- Refined Jackson support [#9617] - Refined Jackson support [#9617]
- Changed JobUsageRecord Model [#9646] - Changed JobUsageRecord Model [#9646]
- Removed TaskUsageRecord [#9647] - Removed TaskUsageRecord [#9647]
## [v3.0.0] - 2017-06-07 ## [v3.0.0] [r4.5.0] - 2017-06-07
- Added Jackson support on Usage Record model to allow to use it for marshalling and unmarshalling - Added Jackson support on Usage Record model to allow to use it for marshalling and unmarshalling
## [v2.4.1] - 2017-05-02 ## [v2.4.1] [r4.4.0] - 2017-05-02
- Added shutdown() method to pass to document store lib - Added shutdown() method to pass to document store lib [#7345]
## [v2.4.0] - 2017-03-16 ## [v2.4.0] [r4.3.0] - 2017-03-16
- Added new Usage Record (StorageStatusRecord) - Added new Usage Record (StorageStatusRecord) [#5789]
## [v2.3.0] - 2016-11-07 ## [v2.3.0] [r4.1.0] - 2016-11-07
- Added callerQualifier field to ServiceUsageRecord [#4949] - Added callerQualifier field to ServiceUsageRecord [#4949]
## [v2.2.0] - 2016-05-18 ## [v2.2.0] [r3.11.0] - 2016-05-18
- Removed dependency over reflection library [#2358] - Removed dependency over reflection library [#2358]
## [v2.1.0] - 2016-04-08 ## [v2.1.0] [r3.10.1] - 2016-04-08
- Ready for ScopeProvider Removal [#2194] - Ready for ScopeProvider Removal [#2201]
- Fixed Bug on StorageUsageRecord aggregation [#2316] - Fixed Bug on StorageUsageRecord aggregation [#2316]
- Fixed Bug on recovery of UsageRecords accounted on Fallback - Fixed Bug on recovery of UsageRecords accounted on Fallback [#2437]
## [v2.0.0] - 2016-02-08 ## [v2.0.0] [r3.10.0] - 2016-02-08
- Separated Accounting Model and generalize solution. the library now depends from document-store-lib [#1746] - Separated Accounting Model and generalize solution. The library now depends from document-store-lib [#1746]
- Managed UsageRecords discovered dynamically on classpath [#1295] - UsageRecords discovered dynamically on classpath [#1295]
- Persistence is re-checked every 10 minutes when Fallback is used [#1349] - Persistence is re-checked every 10 minutes when Fallback is used [#1349]
- Repetitive thread retry to persist UsageRecords accounted on Fallback [#1352] - Repetitive thread retry to persist UsageRecords accounted on Fallback [#1352]
## [v1.1.0] - 2015-12-09 ## [v1.1.0] [r3.9.0] - 2015-12-09
- Changed Single and Aggregated classes names to avoid mistakes for the developers. - Changed Single and Aggregated classes names to avoid mistakes for the developers [#436]
## [v1.0.0] - 2015-05-27 ## [v1.0.0] - 2015-10-01
- First Release - First Release [#200]