# HG changeset patch # User Felix Wolfsteller # Date 1350583454 -7200 # Node ID 044b71ea33c046f55547a589085b1ca9086b3e36 # Parent 156048e0c9b89845a8f56b9cc93e943b8ac787d3 Moved http-client/Changes to http-client/CHANGES. diff -r 156048e0c9b8 -r 044b71ea33c0 CHANGES --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CHANGES Thu Oct 18 20:04:14 2012 +0200 @@ -0,0 +1,41 @@ +2011-09-19 RELEASE 0.5 + + NEW: + + * Performance improvements in ArtifactProtocolUtils. + + * Improved the HttpClient interface and its default implementation: + enabled calling a service with a ResponseHandler. + + +2011-06-27 RELEASE 0.4 + + New: + + * Use thread local instances of the HTTP clients to re-use them. + + * Use the Apache HTTP client extension of Restlet to handle HTTP requests. + + +2011-05-13 RELEASE 0.3 + + New: + + * Bumped Restlet version to 2.0.7 + + * Improved stream handling. + + +2011-05-13 RELEASE 0.2 + + New: + + * Enabled the Http-Client to support locales in requests. A client's + constructor takes the string representation of a locale and sets the + request's preferred locale. + + * Added a method that triggers the ArtifactCollection's OUT operation and + returns the raw InputStream. + + +2011-03-30 RELEASE 0.1 diff -r 156048e0c9b8 -r 044b71ea33c0 Changes --- a/Changes Thu Oct 18 20:03:56 2012 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,41 +0,0 @@ -2011-09-19 RELEASE 0.5 - - NEW: - - * Performance improvements in ArtifactProtocolUtils. - - * Improved the HttpClient interface and its default implementation: - enabled calling a service with a ResponseHandler. - - -2011-06-27 RELEASE 0.4 - - New: - - * Use thread local instances of the HTTP clients to re-use them. - - * Use the Apache HTTP client extension of Restlet to handle HTTP requests. - - -2011-05-13 RELEASE 0.3 - - New: - - * Bumped Restlet version to 2.0.7 - - * Improved stream handling. - - -2011-05-13 RELEASE 0.2 - - New: - - * Enabled the Http-Client to support locales in requests. A client's - constructor takes the string representation of a locale and sets the - request's preferred locale. - - * Added a method that triggers the ArtifactCollection's OUT operation and - returns the raw InputStream. - - -2011-03-30 RELEASE 0.1