Updated changelog

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@148639 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-05-12 16:56:12 +00:00
parent bbed0810ef
commit 62489a97ad
1 changed files with 13 additions and 1 deletions

View File

@ -1,7 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry.1-3-0" date="${buildDate}">
<Changeset component="org.gcube.information-system.resource-registry.1-4-0" date="${buildDate}">
<Change>Removed uneeded dependecies declaration (thinkerpopo frames)</Change>
<Change>Added Context UUID cache</Change>
<Change>Added Source Resource in relation including only header. This reflect the behaviour set on jackson marshalling.</Change>
<Change>Implemented possibility to create a relation and target entity with one call.</Change>
<Change>Defined custom pattern (defined in is-model) for DateTimeFormat to support timezone. The value is also changed on DB configuration when the database is created.</Change>
<Change>Creating an admin with specific username (get from configuration file) instead of the default one 'admin'</Change>
<Change>Deprecated properties are not get configuration file anymore</Change>
<Change>Defined Connection Strategy to server as global constant of thew registry</Change>
<Change>Refactored some code for ER creation/update</Change>
<Change>Extemded Exception management to throw ERAvailableInAnotherContext wich is usef for clients</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry.1-3-0" date="2017-03-16">
<Change>Added API Remove From Context</Change>
<Change>Added API to support Entity-Relation navigation</Change>
<Change>Added API to get the list of ER types and their own schema</Change>