Switched changelog to the new format

master
Luca Frosini 4 years ago
parent af48d1929c
commit d965d63ed3

@ -0,0 +1,100 @@
# 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).
## [v4.0.0-SNAPSHOT] [r.5.0.0] -
- [#18547] Properly terminated RegexRulesAggregator scheduled thread
- [#10645] Added improved version of calledMethod rewrite for aggregation
## [v3.5.0] - 2019-11-06
- Removed usage of deprecated APIs
## [v3.4.0] - 2018-10-10
- Fixed backends factory management
## [v3.3.0] - 2018-04-12
- [#11230] Added support to retrieve Accounting Regex rules through Service Endpoint
- 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
## [v3.1.0] - 2017-10-09
- [#9617] Refined Jackson support
- [#9646] Changed JobUsageRecord Model
- [#9647] Removed TaskUsageRecord
## [v3.0.0] - 2017-06-07
- Added Jackson support on Usage Record model to allow to use it for marshalling and unmarshalling
## [v2.4.1] - 2017-05-02
- Added shutdown() method to pass to document store lib
## [v2.4.0] - 2017-03-16
- Added new Usage Record (StorageStatusRecord)
## [v2.3.0] - 2016-11-07
- [#4949] Added callerQualifier field to ServiceUsageRecord
## [v2.2.0] - 2016-05-18
- [#2358] Removed dependency over reflection library
## [v2.1.0] - 2016-04-08
- [#2194] Ready for ScopeProvider Removal
- [#2316] Fixed Bug on StorageUsageRecord aggregation
- 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
## [v1.1.0] - 2015-12-09
- Changed Single and Aggregated classes names to avoid mistakes for the developers.
## [v1.0.0] - 2015-05-27
- First Release

@ -1,59 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.accounting.accounting-lib.3-6-0" date="${buildDate}">
<Change>Properly terminated RegexRulesAggregator scheduled thread #18547</Change>
<Change>Added improved version of calledMethod rewrite for aggregation #10645</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.3-5-0" date="2019-11-06">
<Change>Removed usage of deprecated APIs</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.3-4-0" date="2018-10-10">
<Change>Fixed backends factory management</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.3-3-0" date="2018-04-12">
<Change>Added support to retrieve Accounting Regex rules through Service Endpoint #11230</Change>
<Change>Added LOCAL as additional value of DataType</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.3-2-0" date="2017-02-15">
<Change>Changed pom.xml to use new make-servicearchive directive #10142</Change>
<Change>Added the possibility to rewrite the calledMethod which match a regular expression #10646</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.3-1-0" date="2017-10-09">
<Change>Refined Jackson support #9617</Change>
<Change>Changed JobUsageRecord Model #9646</Change>
<Change>Removed TaskUsageRecord #9647</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.3-0-0" date="2017-06-07">
<Change>Added Jackson support on Usage Record model to allow to use it for marshalling and unmarshalling</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.2-4-1" date="2017-05-02">
<Change>Added shutdown() method to pass to document store lib</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.2-4-0" date="2017-03-16">
<Change>Added new Usage Record (StorageStatusRecord)</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.2-3-0" date="2016-11-07">
<Change>Added callerQualifier field to ServiceUsageRecord #4949</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.2-2-0" date="2016-05-18">
<Change>Removed dependency over reflection library (refs #2358)</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.2-1-0" date="2016-04-08">
<Change>Ready for ScopeProvider Removal #2194</Change>
<Change>Fixed Bug on StorageUsageRecord aggregation #2316</Change>
<Change>Fixed Bug on recovery of UsageRecords accounted on Fallback</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.2-0-0" date="2016-02-08">
<Change>Separated Accounting Model and generalize solution. the library now depends from document-store-lib #1746</Change>
<Change>Managed UsageRecords discovered dinamically on classpath #1295</Change>
<Change>Persistence is re-checked every 10 min when Fallback is used #1349</Change>
<Change>Repetitive thread retry to persist UsageRecords accounted on Fallback #1352</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.1-1-0" date="2015-12-09">
<Change>Changed Single and Aggregated classes names to avoid mistakes for the developers.</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-lib.1-0-0" date="2015-05-27">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>
Loading…
Cancel
Save