Updated changelog

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@148633 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-05-12 16:30:23 +00:00
parent 442896a509
commit 6eebfb21ce
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry-client.1-2-0" date="${buildDate}">
<Changeset component="org.gcube.information-system.resource-registry-client.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 isntance. It is not implement as gcube-proxy</Change>
<Change>Added exists() method which uses HEAD HTTP method to get existence from Resource Registry</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-client.1-2-0" date="2017-03-16">
<Change>Added API to support Entity-Relation navigation</Change>
<Change>Added API to get the list of ER types and their own schema</Change>
<Change>Added ResourceRegistryException json deserialization</Change>