Switched to new changelog format

This commit is contained in:
Luca Frosini 2020-07-14 12:14:32 +02:00
parent b319ea8e8e
commit 2cc1623e55
2 changed files with 93 additions and 57 deletions

93
CHANGELOG.md Normal file
View File

@ -0,0 +1,93 @@
# 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-SNAPSHOT] [r5.0.0] -
- [#18547] Changed the way to manage scheduled thread termination
- [#19115] Switched JSON management to gcube-jackson
## [v2.5.0] - 2019-09-19
- Fixed distro files and pom according to new release procedure
## [v2.4.0] [r4.12.1] - 2018-10-10
- Fixed bug causing too many interaction with IS
- Assigned a distinguish name to different threads
## [v2.3.0] [r4.11.0] - 2018-04-12
- Deprecated unneeded method
## [v2.2.0] [r4.10.0] - 2017-02-15
- [#10677] Fixed bug which causes duplication of records in fallback files when forcing use of fallback
- [#10146] Changed pom.xml to use new make-servicearchive directive
- [#10804] Added possibility to marshal/unmarshall list and array of Records
## [v2.1.0] [r4.7.0] - 2017-10-09
- Added abstract method isConnectionActive() in PersistenceBackend
- [#9035] Migrated document-store marshalling/unmarshalling to Jackson
## [v2.0.0] - 2017-06-07
- Added Jackson support on Usage Record model to allow to use it for marshalling and unmarshalling
## [v1.5.1] [r4.4.0] - 2017-05-02
- [#7345] Added shutdown() method
## [v1.5.0] [r4.3.0] - 2017-03-16
- [#6277] Renewing persistence configuration after repeated failures
- Added new api to close connection to persistence if any
## [v1.4.0] [r4.2.0] - 2016-12-15
- [#5808] Added support to allow client to set no aggregation
## [v1.3.0] [r4.1.0] - 2016-11-07
- Repetitive timeout are managed appropriately
- Added JobUsageRecord aggregation by providing AggregatedJobUsageRecord class
## [v1.2.0] [r4.0.0] - 2016-07-28
- [#4240] Added a configuration to set aggregation parameters (defaults are provided)
- Aggregation parameters are load from a property file or from a Service Endpoint (property file has priority over ServiceEndpoint)
## [v1.1.0] [r3.11.0] - 2016-05-18
- [#2357] Removed dependency over reflection library
## [v1.0.1] [r3.10.1] - 2016-04-08
- Fixed distro directory
## [v1.0.0] [r3.10.0] - 2016-02-08
- First Release

View File

@ -1,57 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.data-publishing.document-store-lib.2-5-0" date="${buildDate}">
<Change>Changed the way to manage scheduled thread termination #18547</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.2-5-0" date="2019-09-19">
<Change>Fixed distro files and pom according to new release procedure</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.2-4-0" date="2018-10-10">
<Change>Fixed bug causing too many interaction with IS</Change>
<Change>Assigned a distinguish name to different threads</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.2-3-0" date="2018-04-12">
<Change>Deprecated unneeded method</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.2-2-0" date="2017-02-15">
<Change>Fixed bug which causes duplication of records in fallback files when forcing use of fallback #10677</Change>
<Change>Changed pom.xml to use new make-servicearchive directive #10146</Change>
<Change>Added possibility to marshal/unmarshall list and array of Records #10804</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.2-1-0" date="2017-10-09">
<Change>Added abstract method isConnectionActive() in PersistenceBackend</Change>
<Change>Migrated document-store marshalling/unmarshalling to Jackson #9035</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.2-0-0" date="2017-06-07">
<Change>Added Jackson support on Usage Record model to allow to use it for marshalling and unmarshalling</Change>
<Change>Marsahlling and unmarshalling use Jackson</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.1-5-1" date="2017-05-02">
<Change>Added shutdown() method #7345</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.1-5-0" date="2017-03-16">
<Change>Renewing persistence configuration after repeated failures #6277</Change>
<Change>Added new api to close connection to persistence if any</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.1-4-0" date="2016-12-15">
<Change>Added support to allow client to set no aggregation #5808</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.1-3-0" date="2016-11-07">
<Change>gestito il fallback prolungato di timeout ???</Change>
<Change>Added JobUsageRecord aggregation by providing AggregatedJobUsageRecord class</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.1-2-0" date="2016-07-28">
<Change>Added a configuration to set aggregation parameters, defaults are provided #4240)</Change>
<Change>Agrgegation parameters are load from a property file or from a Service Endpoint (property file has priority over ServiceEndpoint)</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.1-1-0" date="2016-05-18">
<Change>Removed dependency over reflection library (refs #2357)</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.1-0-1" date="2016-04-08">
<Change>Fixed distro directory</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.1-0-0" date="2016-02-08">
<Change>First Release</Change>
</Changeset>
</ReleaseNotes>