From 159416b5e5ed4ce0713ea17506ebed5df1990890 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 12 Oct 2017 13:29:35 +0000 Subject: [PATCH] Fixed changelog git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@155175 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index c2c5411..8a85af1 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,12 +1,15 @@ - + + + + Added HAProxy discovery support #8757 Removed common-generic-clients, common-gcube-calls and common-fw-clients from dependencies - 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. + 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. Added exists() method which uses HEAD HTTP method to get existence from Resource Registry