2025-01-16 10:49:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 16 10:21:26 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Update to v4.4.5
|
|
|
|
* Issue #536 UnirestInstance should implement AutoCloseable
|
|
|
|
|
2024-09-05 12:45:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 1 23:40:49 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Update to v4.4.4
|
2025-01-16 10:49:08 +00:00
|
|
|
* Issue #528 reset content headers when multiPartContent is
|
|
|
|
called
|
2024-09-05 12:45:03 +00:00
|
|
|
|
2024-06-14 16:02:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jun 1 15:11:59 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Update to v4.4.0
|
|
|
|
* Changes in v4.4.0:
|
|
|
|
+ Issue #526 split connection timeout from request timeout. The
|
|
|
|
request no longer has a connection timeout setting, and
|
|
|
|
instead has a request timeout setting as a replacement.
|
|
|
|
Previously these two settings had been conflated. The overall
|
|
|
|
config also has a default request timeout that will be
|
|
|
|
applied to all requests if the request setting is not set.
|
|
|
|
The default setting is null which indicates a infinite
|
|
|
|
timeout.
|
|
|
|
* Changes in v4.3.2:
|
|
|
|
+ Issue #523 when paging create a new copy of the request for
|
|
|
|
each page rather than reusing the original
|
|
|
|
+ Issue #524 support the Partitioned flag on cookies for CHIPs
|
|
|
|
(Cookies Having Independent Partitioned State)
|
|
|
|
+ Make Path public. Because its handy
|
|
|
|
* Changes in v4.3.1:
|
|
|
|
+ Added convenience methods for using ContentType with accepts
|
|
|
|
and contentType methods
|
|
|
|
* Changes in v4.3.0:
|
|
|
|
+ The modules have been repackaged and put into new maven
|
|
|
|
coordinates in order to avoid conflicts with the 3.x line of
|
|
|
|
unirest. The mock module has had its maven artifact ID
|
|
|
|
changed only.
|
|
|
|
+ Old Maven Artifact ID|New Maven Artifact ID|Old Class Package|New Class Package
|
|
|
|
unirest-object-mappers-gson|unirest-modules-gson|kong.unirest.gson|kong.unirest.modules.gson
|
|
|
|
unirest-objectmapper-jackson|unirest-modules-jackson|kong.unirest.jackson|kong.unirest.modules.jackson
|
|
|
|
unirest-mocks|unirest-modules-mocks|kong.unirest.core|kong.unirest.core
|
|
|
|
* Changes in v4.2.9:
|
|
|
|
+ re-work request summary to be closer in reality to the actual
|
|
|
|
request for multipart requests.
|
|
|
|
* Changes in v4.2.8:
|
|
|
|
+ populate the content type for non-binary multiparts
|
|
|
|
+ added method to accept a form part with a ContentType type in
|
|
|
|
addition to string
|
|
|
|
* Changes in v4.2.7:
|
|
|
|
+ Changes to the json CoreFactory to allow for multiple
|
|
|
|
different strategies for finding the JsonEngine in the
|
|
|
|
classpath.
|
|
|
|
+ Allow setting a custom JsonFactory directly
|
|
|
|
|
2024-01-15 12:18:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 13 03:13:56 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Update to v4.2.6
|
|
|
|
* Changes in v4.2.1:
|
|
|
|
+ #503 Remove old retry setting that no longer works with the
|
|
|
|
Java client
|
|
|
|
+ #504 allow asserting just one expectation verification on
|
|
|
|
mock asserts
|
|
|
|
|
2023-12-03 11:15:31 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 28 20:41:48 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Update to v4.2.0
|
|
|
|
* Changes in v4.2.0:
|
|
|
|
+ #503 Remove old retry setting that no longer works with the
|
|
|
|
Java client
|
|
|
|
* Changes in v4.1.1:
|
|
|
|
+ issue #493: Copy status text from MockResponse
|
|
|
|
+ MockClient not properly evaluating verb in matching invokes
|
|
|
|
+ Expose a way in MockClient to supply a handler supplier for
|
|
|
|
responses based dynamically on the request. Great for
|
|
|
|
creating TestDouble services.
|
|
|
|
* Changes in v4.1.0:
|
|
|
|
+ No longer supporting shaded jars. Core Unirest no longer has
|
|
|
|
any dependencies at all, and the modular framework of the
|
|
|
|
library no longer jives with the shade-plugin causing other
|
|
|
|
issues.
|
|
|
|
* Changes in v4.0.12:
|
|
|
|
+ Expose headers on RequestSummary
|
|
|
|
* Changes in v4.0.11:
|
|
|
|
+ Support retry on async requests
|
|
|
|
* Changes in v4.0.10:
|
|
|
|
+ Java TTL is in seconds not millies
|
|
|
|
* Changes in v4.0.9:
|
|
|
|
+ Expose a RetryStrategy to allow more advanced overrides of
|
|
|
|
retry-behavior
|
|
|
|
~ Allow client to determine IF the request should be retries
|
|
|
|
~ Allow clients to determine the wait time
|
|
|
|
* Changes in v4.0.8:
|
|
|
|
+ Add 503 to the list of default retryable codes
|
|
|
|
+ Sets the Java TTL when configured
|
|
|
|
- Remove build dependencies on
|
|
|
|
mvn(com.fasterxml.jackson.core:jackson-databind),
|
|
|
|
mvn(org.apache.httpcomponents:httpasyncclient),
|
|
|
|
mvn(org.apache.maven.plugins:maven-shade-plugin)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 13 15:40:13 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Update to v4.0.5
|
|
|
|
* Changes in v4.0.3:
|
|
|
|
+ Another tweek to the BOM
|
|
|
|
+ Update dependencies (Jackson, GSON, Junit/Mockito)
|
|
|
|
* Changes in v4.0.2:
|
|
|
|
+ Fix BOM coordinates
|
|
|
|
* Changes in v4.0.0:
|
|
|
|
+ Java 11+ is now a requirement
|
|
|
|
+ HTTP2 support
|
|
|
|
+ WebSocket support
|
|
|
|
+ Apache Replaced by native Java HTTP Client
|
|
|
|
+ Modular Maven config with bom
|
|
|
|
+ Zero external runtime dependencies by default
|
|
|
|
+ You MUST include JSON support on your own (see upgrade guide)
|
|
|
|
+ New Maven coordinates
|
|
|
|
+ New packaging in order to not conflict with older versions
|
|
|
|
* Changes in v3.14.5:
|
|
|
|
+ fix issue introduced with 3.14.4 where binary data is not
|
|
|
|
read
|
|
|
|
* Changes in v3.14.4:
|
|
|
|
+ Fix NullPointerException in MockClient
|
|
|
|
+ Fix argument validation in MonitoringInputStream
|
|
|
|
* Changes in v3.14.3:
|
|
|
|
+ Attempt to skip recovering the body from large binary
|
|
|
|
responses like files when an error occurs.
|
|
|
|
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
|
|
|
|
- Add build dependency on
|
|
|
|
mvn(com.fasterxml.jackson.datatype:jackson-datatype-jsr310)
|
|
|
|
|
2023-06-01 10:20:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 16 06:50:49 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
|
|
|
|
|
|
|
- Initial packaging with v3.14.2
|