Switched changelog to the new format

This commit is contained in:
Luca Frosini 2020-07-16 14:29:29 +02:00
parent d622540c23
commit 0f1d4cba83
2 changed files with 72 additions and 43 deletions

72
CHANGELOG.md Normal file
View File

@ -0,0 +1,72 @@
# 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).
## [v3.0.0] [r5.0.0] -
- [#19115] Switched JSON management to gcube-jackson
- Fixed distro files and pom according to new release procedure
## [v2.8.0] [r4.10.0] - 2018-02-15
- [#10188] Added the possibility to specify the context to query
## [v2.7.0] [r4.8.0] - 2017-12-06
- [#9943] Allowing to specify a limit when querying values for suggestion
## [v2.6.0] [r4.7.0] - 2017-10-09
- Implemented isConnectionActive() API
## [v2.5.0] [r4.5.0] - 2017-06-07
- Added API to sum StorageUsage values got from MapReduce avoiding the client to perform such a computation.
## [v2.4.0] [r4.3.0] - 2016-03-16
- Different management of query filters
## [v2.3.0] [r4.2.0] - 2016-12-15
- Added APIs to support quota service.
## [v2.2.0] [r4.1.0] - 2016-11-07
- Improved the way the library return the querable key for a specific Usage Record
## [v2.1.0] [r4.0.0] - 2016-07-28
- Added getUsageValue() API
## [v2.0.0] [r3.11.0] - 2016-05-18
- [#2253] Reorganized APIs.
- Added new API to get top values
## [v1.2.0] [r3.10.1] - 2016-04-08
- [#2194] Ready for ScopeProvider Removal
## [v1.1.0] [r3.10.0] - 2016-02-08
- [#1746] Internal Changes due to accounting-lib generalization
## [v1.0.0] [r3.9.0] - 2015-12-09
- First Release

View File

@ -1,43 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.accounting.accounting-analytics.2-9-0" date="${buildDate}">
<Change>Fixed distro files and pom according to new release procedure</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-analytics.2-8-0" date="2017-02-15">
<Change>Added the possibility to specify the context to query #10188</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-analytics.2-7-0" date="2017-11-29">
<Change>Allowing to specify a limit when querying values for suggestion. refs #9943</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-analytics.2-6-0" date="2017-10-09">
<Change>Implemented isConnectionActive() api</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-analytics.2-5-0" date="2017-06-07">
<Change>Added api to sum StorageUsage values got from MapReduce avoiding the client to perform such a computation.</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-analytics.2-4-0" date="2016-03-16">
<Change>Different management of query filters</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-analytics.2-3-0" date="2016-12-15">
<Change>Added apis to support quota service.</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-analytics.2-2-0" date="2016-11-07">
<Change>Improved the way the library return the querable key for a specific Usage Record</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-analytics.2-1-0" date="2016-07-28">
<Change>Added getUsageValue() api</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-analytics.2-0-0" date="2016-05-18">
<Change>Reorganized apis and added new api to get top values #2253</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-analytics.1-2-0" date="2016-04-08">
<Change>Ready for ScopeProvider Removal #2194</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-analytics.1-1-0" date="2016-02-08">
<Change>Internal Changes due to Accounting Lib generalization #1746</Change>
</Changeset>
<Changeset component="org.gcube.accounting.accounting-analytics.1-0-0" date="2015-12-09">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>