Fixed changelog
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/document-store-lib@149374 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4d63eff008
commit
c29985f35b
|
@ -1,6 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib.1-2-0" date="${buildDate}">
|
||||
<Change>Added a configuration to set aggregation parameters (refs #4240)</Change>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib.2-0-0" date="${buildDate}">
|
||||
<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>
|
||||
|
@ -11,4 +32,4 @@
|
|||
<Changeset component="org.gcube.data-publishing.document-store-lib.1-0-0" date="2016-02-08">
|
||||
<Change>First Release</Change>
|
||||
</Changeset>
|
||||
</ReleaseNotes>
|
||||
</ReleaseNotes>
|
||||
|
|
Loading…
Reference in New Issue