Mercurial > dive4elements > http-client
comparison CHANGES @ 50:044b71ea33c0
Moved http-client/Changes to http-client/CHANGES.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 18 Oct 2012 20:04:14 +0200 |
parents | Changes@863c7301b7f5 |
children |
comparison
equal
deleted
inserted
replaced
49:156048e0c9b8 | 50:044b71ea33c0 |
---|---|
1 2011-09-19 RELEASE 0.5 | |
2 | |
3 NEW: | |
4 | |
5 * Performance improvements in ArtifactProtocolUtils. | |
6 | |
7 * Improved the HttpClient interface and its default implementation: | |
8 enabled calling a service with a ResponseHandler. | |
9 | |
10 | |
11 2011-06-27 RELEASE 0.4 | |
12 | |
13 New: | |
14 | |
15 * Use thread local instances of the HTTP clients to re-use them. | |
16 | |
17 * Use the Apache HTTP client extension of Restlet to handle HTTP requests. | |
18 | |
19 | |
20 2011-05-13 RELEASE 0.3 | |
21 | |
22 New: | |
23 | |
24 * Bumped Restlet version to 2.0.7 | |
25 | |
26 * Improved stream handling. | |
27 | |
28 | |
29 2011-05-13 RELEASE 0.2 | |
30 | |
31 New: | |
32 | |
33 * Enabled the Http-Client to support locales in requests. A client's | |
34 constructor takes the string representation of a locale and sets the | |
35 request's preferred locale. | |
36 | |
37 * Added a method that triggers the ArtifactCollection's OUT operation and | |
38 returns the raw InputStream. | |
39 | |
40 | |
41 2011-03-30 RELEASE 0.1 |