Fixed changelog

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@155175 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-10-12 13:29:35 +00:00
parent 72f9d6649b
commit 159416b5e5
1 changed files with 5 additions and 2 deletions

View File

@ -1,12 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.information-system.resource-registry-client.1-4-0" date="${buildDate}">
<Changeset component="org.gcube.information-system.resource-registry-client.1-5-0" date="${buildDate}">
<Change></Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-client.1-4-0" date="2017-07-25">
<Change>Added HAProxy discovery support #8757</Change>
</Changeset>
<Changeset component="org.gcube.information-system.resource-registry-client.1-3-0" date="2017-06-07">
<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>The client is not implement as gcube-proxy anymore. It is now a generic http-client (using HTTPCall class provided in API) autoquery the deprecated IS to get resource-registry instance.</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">