All Versions
94
Latest Version
Avg Release Cycle
14 days
Latest Release
133 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.11.06 Changes
December 09, 2020- โ add a convenience method for setting the content type
- โ add a common reference to popular mime types
-
v3.11.05 Changes
November 09, 2020- ๐ฆ issue #383 some problems with relocated packages.
-
v3.11.04 Changes
November 07, 2020- issue #383 missing some relocations for uber-jars
- ๐ PR #381 support for custom ciphers and protocols for https requests
- ๐คก Mock server should call into metrics just like the real thing
- CI/CD improvements
-
v3.11.03 Changes
October 31, 2020- 0๏ธโฃ issue #378 make getDefaultBaseUrl public
- issue #376 make sane toString representations for body parts.
- issue #376 add a method for getting a particular body field
- ๐ฒ issue #376 added a
asString()
to the request summary to get string of the request so far suitable for logging - ๐คก issue #379 Interceptors are not called when using MockClient
-
v3.11.02 Changes
October 17, 2020- ๐คก Issue #373 MockClient should pass the config to the response.
- 0๏ธโฃ Issue #374 Add methods to add default cookies to the config
- Issue #375 Do not Escape HTML in JSON
-
v3.11.01 Changes
October 09, 2020- โฌ๏ธ Upgrade Apache Http Client to 4.5.13 (fixes incorrect handling of malformed authority component in request URIs.)
- โฌ๏ธ Upgrade Jackson to 2.11.3 for the Jackson object mapper module
- โฌ๏ธ Upgrade various test and ci dependencies
-
v3.11.00 Changes
September 26, 2020- issue #368 honor hosts header when set by consumer. This mimics behavior in Postman
- issue #370 expose copyOptions for file downloads
- ๐ issue #265 New Mocking framework! See the unirest-mocks module.
- issue #305 adding a noCharset() method as a more obvious way to do noCharset(null)
- โ Added Documentation
- ๐ Merged the request
body(JSONObject)
amdbody(JSONArray)
into commonbody(JSONElement)
method - Filled in some missing methods on RequestBodyEntity from HttpRequestWithBody to fully allow chaining in different orders.
-
v3.10.00 Changes
August 22, 2020- Introduce new HttpStatus constants class for reference to Http response codes.
- ๐ Switch the ApacheClient to use Apache's build in eviction monitor rather than a custom one.
- โ Add native default support for various Java DateTime types for the built in object mapper. All types will serialize to ISO-8601. Parsing from json will attempt various ISO variants.
- Types Supported:
- ZonedDateTime
- LocalDateTime
- LocalDate
- Calendar
- Date
- Types Supported:
-
v3.9.00 Changes
August 02, 2020- Issue #362 when passing a string to the body method for a post, route as a string rather than passing to the object mapper.
- Issue #362 when passing a native Unirest JSON Type to the body method for a post, route as a Json Type rather than passing to the object mapper.
- ๐ issue #363 support multiple interceptors
-
v3.8.07
August 02, 2020