All Versions
116
Latest Version
Avg Release Cycle
14 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v3.13.13 Changes
- Cookie dates always follow US Locale to avoid invalid unicode in headers
-
v3.13.12 Changes
- 👍 Allow use of progress monitor for byte[] bodies
- ⬆️ Dependency upgrades
-
v3.13.11 Changes
- Content-Type should be overwritten rather than adding a second Content-Type
- Forcing multipart overrides content-type headers
-
v3.13.9 Changes
- 📜 Bypass silly NPE in Json Parsing
-
v3.13.8 Changes
- Made HttpMethod::all static
-
v3.13.7 Changes
- ⬆️ Dependency upgrades
-
v3.13.6 Changes
- issue #424 Cannot use response.mapError with ByteResponse
-
v3.13.5 Changes
- 🚀 Bump httpasyncclient dependency to 4.1.5 for bug fixes.
-
v3.13.4 Changes
- ➕ Add ability to override all Headers with a map
-
v3.13.3 Changes
- 👌 Support a way to override Apache HttpClientBuilder options with the Client Builder. All Unirest configs are set first, then the consumer is called which allows consumers to override or add additional configs:
java Unirest.config() .httpClient(ApacheClient.builder(c -> c.setMaxConnTotal(5000));
- 👌 Support a way to override Apache HttpClientBuilder options with the Client Builder. All Unirest configs are set first, then the consumer is called which allows consumers to override or add additional configs: