Updated changelog

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-publisher@148642 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-05-12 17:01:58 +00:00
parent 3a432bc345
commit 0f6b2e8656
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry-publisher.1-2-0" date="${buildDate}">
<Changeset component="org.gcube.information-system.resource-registry-publisher.1-3-0" date="${buildDate}">
<Change>Removed common-generic-clients, common-gcube-calls and common-fw-clients from dependencies</Change>
<Change>The client is now a generic http-client (using HTTPCall class provided in API) autoquery th old is to get resource-registry instance. It is not implement as gcube-proxy anymore.</Change>
<Change>Added exists() method which uses HEAD HTTP method to get existence from Resource Registry</Change>
<Change>Adde the method to create a relation and target entity with one call by usign the new API provided from Resource Registry.</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-publisher.1-2-0" date="2017-03-16">
<Change>Added API Remove From Context</Change>
<Change>Added ResourceRegistryException json deserialization</Change>
</Changeset>