accounting-lib/CHANGELOG.md

103 lines
2.5 KiB
Markdown
Raw Permalink Normal View History

2020-07-15 16:17:01 +02:00
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2020-07-30 16:01:54 +02:00
# Changelog for Accounting Library
2024-04-24 16:37:41 +02:00
## [v5.0.0-SNAPSHOT]
- removed old Providers
2024-04-24 16:37:41 +02:00
- Added compatibility between smartgears 3 and smartgears 4 component
2021-04-14 15:51:07 +02:00
## [v4.1.0]
- Deprecated not needed properties to reduce data and improve aggregation
- Improved regex to comply with new version of Thredds called methods [#18053]
2020-07-15 16:17:01 +02:00
2020-10-29 19:17:42 +01:00
## [v4.0.0] [r.5.0.0] -
2020-07-15 16:17:01 +02:00
- Switched JSON management to gcube-jackson [#19115]
- Properly terminated RegexRulesAggregator scheduled thread [#18547]
- Added improved version of calledMethod rewrite for aggregation [#10645]
2020-07-15 16:17:01 +02:00
## [v3.5.0] - 2019-11-06
- Removed usage of deprecated APIs
2020-08-05 12:12:15 +02:00
## [v3.4.0] [r4.12.1] - 2018-10-10
2020-07-15 16:17:01 +02:00
- Fixed backends factory management
2020-08-05 12:12:15 +02:00
- Using different pools for Scheduled Thread [#12184]
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
## [v3.3.0] [r4.11.0] - 2018-04-12
2020-07-15 16:17:01 +02:00
- Added support to retrieve Accounting Regex rules through Service Endpoint [#11230]
2020-07-15 16:17:01 +02:00
- Added LOCAL as additional value of DataType
2020-08-05 12:12:15 +02:00
## [v3.2.0] [r4.10.0] - 2018-02-15
2020-07-15 16:17:01 +02:00
- Changed pom.xml to use new make-servicearchive directive [#10142]
- Added the possibility to rewrite the calledMethod by matching a regular expression [#10646]
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
## [v3.1.0] [r4.7.0] - 2017-12-06
2020-07-15 16:17:01 +02:00
- Refined Jackson support [#9617]
- Changed JobUsageRecord Model [#9646]
- Removed TaskUsageRecord [#9647]
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
## [v3.0.0] [r4.5.0] - 2017-06-07
2020-07-15 16:17:01 +02:00
- Added Jackson support on Usage Record model to allow to use it for marshalling and unmarshalling
2020-08-05 12:12:15 +02:00
## [v2.4.1] [r4.4.0] - 2017-05-02
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
- Added shutdown() method to pass to document store lib [#7345]
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
## [v2.4.0] [r4.3.0] - 2017-03-16
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
- Added new Usage Record (StorageStatusRecord) [#5789]
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
## [v2.3.0] [r4.1.0] - 2016-11-07
2020-07-15 16:17:01 +02:00
- Added callerQualifier field to ServiceUsageRecord [#4949]
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
## [v2.2.0] [r3.11.0] - 2016-05-18
2020-07-15 16:17:01 +02:00
- Removed dependency over reflection library [#2358]
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
## [v2.1.0] [r3.10.1] - 2016-04-08
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
- Ready for ScopeProvider Removal [#2201]
- Fixed Bug on StorageUsageRecord aggregation [#2316]
2020-08-05 12:12:15 +02:00
- Fixed Bug on recovery of UsageRecords accounted on Fallback [#2437]
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
## [v2.0.0] [r3.10.0] - 2016-02-08
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
- Separated Accounting Model and generalize solution. The library now depends from document-store-lib [#1746]
- 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]
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
## [v1.1.0] [r3.9.0] - 2015-12-09
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
- Changed Single and Aggregated classes names to avoid mistakes for the developers [#436]
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
## [v1.0.0] - 2015-10-01
2020-07-15 16:17:01 +02:00
2020-08-05 12:12:15 +02:00
- First Release [#200]
2020-07-15 16:17:01 +02:00