Switched changelog to the new format
This commit is contained in:
parent
be4e6f8539
commit
463780cb42
|
@ -0,0 +1,62 @@
|
|||
# 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).
|
||||
|
||||
|
||||
## [v2.0.0-SNAPSHOT] [r5.0.0] -
|
||||
|
||||
- [#19115] Switched JSON management to gcube-jackson
|
||||
- [#19647] Switched smart-executor JSON management to gcube-jackson
|
||||
- [#19056] Fixed workspace folder creation
|
||||
- [#12803] Fixing project to migrate monthly aggregated accounting records in a dedicated bucket
|
||||
- Using StorageHubClient in place of Home Library Webapp HTTP calls
|
||||
- Added the generation of a CSV to post analyze the calledMethods
|
||||
- Fixed distro files and pom according to new release procedure
|
||||
|
||||
|
||||
## [v1.5.0] [r4.13.0] - 2018-11-20
|
||||
|
||||
- [#10136] Creating uber-jar instead of jar-with-dependencies
|
||||
|
||||
|
||||
## [v1.4.0] [r4.11.0] - 2018-04-12
|
||||
|
||||
- [#11233] Regex Rules are loaded every time the plugin is launched
|
||||
- [#11258] Added possibility to force to rerun an already completed aggregation
|
||||
- [#11280] Added possibility to force to restart immediately an interrupted aggregation
|
||||
- [#11281] Added possibility to force to start an aggregation even is too early to do it
|
||||
- Logging rows elaboration every 5% rows when the total number is greatest than 100000
|
||||
|
||||
## [v1.3.0] [r4.10.0] - 2018-02-15
|
||||
|
||||
- Fixed duplication of records in case of timeout retry
|
||||
- Fixed issues when aggregating old StorageUsageRecords
|
||||
|
||||
## [v1.2.0] [r4.7.0] - 2017-10-09
|
||||
|
||||
- [#9023] Renamed the aggregation modes
|
||||
- [#9420] Separated Aggregation from Recovery
|
||||
- [#9421] Supporting multiple concurrent launch
|
||||
- [#9422] Added parameters to avoid to write on buckets during backup or compaction time
|
||||
- [#9423] Storing Aggregation/Recovery evolution on a management bucket in CouchBase
|
||||
- [#9424] Aggregation get last aggregation day from management bucket
|
||||
- [#9425] Recovery restart aggregation which didn't terminate getting the informations from management bucket
|
||||
- [#9556] Added support to read original records from a bucket and to publish aggregated in a different one
|
||||
- Added possibility to specify a range for aggregation and recovery
|
||||
|
||||
|
||||
## [v1.1.0] [r4.5.0] - 2017-06-07
|
||||
|
||||
- Refactored plugin
|
||||
|
||||
|
||||
## [v1.0.1] [r4.3.0] - 2017-03-16
|
||||
|
||||
- Enhanced logging
|
||||
|
||||
|
||||
## [v1.0.0] [r4.1.0] - 2016-11-07
|
||||
|
||||
- First Release
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.accounting.accounting-aggregator-se-plugin.1.6.0" date="${buildDate}">
|
||||
<Change>Fixed workspace folder creation #19056</Change>
|
||||
<Change>Using StorageHubClient in place of Home Library Webapp HTTP calls</Change>
|
||||
<Change>Added the generation of a CSV to post analyze the calledMethods</Change>
|
||||
<Change>Fixing project to migrate monthly aggregated accounting records in a dedicated bucket #12803</Change>
|
||||
<Change>Fixed distro files and pom according to new release procedure</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.accounting.accounting-aggregator-se-plugin.1.5.0" date="2018-11-20">
|
||||
<Change>Creating uber-jar instead of jar-with-dependencies #10136</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.accounting.accounting-aggregator-se-plugin.1.4.0" date="2018-04-12">
|
||||
<Change>Logging every 5% elaborated rows when the total number is greatest than 100000</Change>
|
||||
<Change>Regex Rules are loaded every time the plugin is lauched #11233</Change>
|
||||
<Change>Added possibility to force to rerun an already completed aggregation #11258</Change>
|
||||
<Change>Added possibility to force to restart immediately an interrupetd aggregation #11280</Change>
|
||||
<Change>Added possibility to force to start an aggregation even is too early to do it #11281</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.accounting.accounting-aggregator-se-plugin.1.3.0" date="2017-02-15">
|
||||
<Change>Fixed duplication of records in case of timeout retry</Change>
|
||||
<Change>Fixed issues when aggregating old StorageUsageRecords</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.accounting.accounting-aggregator-se-plugin.1.2.0" date="2017-10-09">
|
||||
<Change>Renamed the aggregation modes #9023</Change>
|
||||
<Change>Separated Aggregation from Recovery #9420</Change>
|
||||
<Change>Supporting multiple concurrent launch #9421</Change>
|
||||
<Change>Added parameters to avoid to write on buckets during backup or compaction time #9422</Change>
|
||||
<Change>Storing Aggregation/Recovery evolution on a management bucket in CouchBase #9423</Change>
|
||||
<Change>Aggregation get last aggregation day from management bucket #9424</Change>
|
||||
<Change>Recovery restart aggregation which didn't terminate getting the informations from management bucket #9425</Change>
|
||||
<Change>Added support to read original records from a bucket and to publish aggregated in a different one #9556</Change>
|
||||
<Change>Added possibility to specify a range for aggregation and recovery</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.accounting.accounting-aggregator-se-plugin.1.1.0" date="2017-05-10">
|
||||
<Change>Refactored</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.accounting.accounting-aggregator-se-plugin.1.0.1" date="2017-03-16">
|
||||
<Change>Enhached logging</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.accounting.accounting-aggregator-se-plugin.1.0.0" date="2016-11-07">
|
||||
<Change>First Release</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
Loading…
Reference in New Issue