Skip to content

Update dependency com.konghq:unirest-java to v3.14.5#104

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/com.konghq-unirest-java-3.x
Open

Update dependency com.konghq:unirest-java to v3.14.5#104
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/com.konghq-unirest-java-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 14, 2021

This PR contains the following updates:

Package Change Age Confidence
com.konghq:unirest-java 3.11.113.14.5 age confidence

Release Notes

Kong/unirest-java (com.konghq:unirest-java)

v3.14.5

Compare Source

  • fix issue introduced with 3.14.4 where binary data is not read

v3.14.4

Compare Source

  • Fix NullPointerException in MockClient
  • Fix argument validation in MonitoringInputStream

v3.14.3

Compare Source

  • Attempt to skip recovering the body from large binary responses like files when an error occurs.

v3.14.2

Compare Source

  • issue #​469, do not add bytes twice in MonitoringInputStream

v3.14.1

Compare Source

  • Add the RequestSummary to the HttpResponse

v3.14.0

Compare Source

  • issue #​461 return HttpResponse for asEmpty()
  • issue #​450 add authenticated proxies to request
  • issue #​451 pass original failure reason to new mapped response in ifFailure
  • issue #​444, add ability to directly assert a body (only works with non-multipart bodies
  • issue #​444, add ability to directly assert a body field in a multipart request
  • re-name some methods on the Assert interface to better express a fluent feel

v3.13.13

Compare Source

  • Cookie dates always follow US Locale to avoid invalid unicode in headers

v3.13.12

Compare Source

  • Allow use of progress monitor for byte[] bodies
  • Dependency upgrades

v3.13.11

Compare Source

  • Content-Type should be overwritten rather than adding a second Content-Type
  • Forcing multipart overrides content-type headers

v3.13.10

Compare Source

See CHANGELOG.md for details.
Fresh releases may take up to 20 minutes to show up in Maven Central: https://mvnrepository.com/artifact/com.konghq/unirest-java

v3.13.9

Compare Source

  • Bypass silly NPE in Json Parsing

v3.13.8

Compare Source

  • Made HttpMethod::all static

v3.13.7

Compare Source

  • Dependency upgrades

v3.13.6

Compare Source

  • issue #​424 Cannot use response.mapError with ByteResponse

v3.13.5

Compare Source

  • Bump httpasyncclient dependency to 4.1.5 for bug fixes.

v3.13.4

Compare Source

  • Add ability to override all Headers with a map

v3.13.3

Compare Source

  • 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:
 Unirest.config()
        .httpClient(ApacheClient.builder(c -> c.setMaxConnTotal(5000));

v3.13.2

Compare Source

  • Allow using a MockResponse in the MockRequestBuilder

v3.13.1

Compare Source

  • Cookie dates always follow US Locale to avoid invalid unicode in headers

v3.13.0

Compare Source

  • Support InputStreams as bodies.
  • Support ProgressMonitors for InputStream bodies
  • Unirest-Mocks now includes a MockResponse and a MockConfig for use independent of the MockClient

v3.12.0

Compare Source

  • Bump GSON to 2.8.8
  • Support honoring Retry-After headers on 429/529 for regular (not async) requests.
    • This feature will likely not make it to async until Unirest 4.
    • Can be enabled with Unirest.config().retryAfter(true);
    • Has a max re-try counter with a default of 10 which can be set with:
      • Unirest.config().retryAfter(true, maxNumberOfRetries);
    • 🔥 While Honoring The Retry-After header the thread will be blocked! 🔥
      • It is highly recommend that this feature be used in conjunction with a circuit-breaking framework.
      • Let's say you have a web app that is making Unirest calls to downstream system X. You have many requests invoking this same service. If X starts to return 429's and Unirest is waiting on ALL of those requests. Unirest will quickly consume all your threads. At this time Unirest has no circuit-breaker of it's own to detect that this is happening. It will simply be happy to pause all of your threads forever.

v3.11.13

Compare Source

  • Bump Jackson version in object-mapper-jackson to 2.12.4
  • Bump test and CI dependencies

v3.11.12

Compare Source

  • make the default basic cache concurrent.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/com.konghq-unirest-java-3.x branch from 591a93f to fa75906 Compare October 18, 2021 18:09
@renovate renovate bot changed the title Update dependency com.konghq:unirest-java to v3.11.12 Update dependency com.konghq:unirest-java to v3.13.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/com.konghq-unirest-java-3.x branch from fa75906 to 795b612 Compare March 7, 2022 14:34
@renovate renovate bot changed the title Update dependency com.konghq:unirest-java to v3.13.0 Update dependency com.konghq:unirest-java to v3.13.6 Mar 7, 2022
@renovate renovate bot changed the title Update dependency com.konghq:unirest-java to v3.13.6 Update dependency com.konghq:unirest-java to v3.13.7 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/com.konghq-unirest-java-3.x branch from 795b612 to 5178da6 Compare March 26, 2022 12:42
@renovate renovate bot changed the title Update dependency com.konghq:unirest-java to v3.13.7 Update dependency com.konghq:unirest-java to v3.13.8 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/com.konghq-unirest-java-3.x branch from 5178da6 to 10df1d3 Compare April 24, 2022 18:22
@renovate renovate bot force-pushed the renovate/com.konghq-unirest-java-3.x branch from 10df1d3 to a3a0f19 Compare June 18, 2022 23:20
@renovate renovate bot changed the title Update dependency com.konghq:unirest-java to v3.13.8 Update dependency com.konghq:unirest-java to v3.13.10 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/com.konghq-unirest-java-3.x branch from a3a0f19 to 05aff6c Compare September 25, 2022 10:38
@renovate renovate bot changed the title Update dependency com.konghq:unirest-java to v3.13.10 Update dependency com.konghq:unirest-java to v3.13.11 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/com.konghq-unirest-java-3.x branch from 05aff6c to eac26f8 Compare November 20, 2022 17:33
@renovate renovate bot changed the title Update dependency com.konghq:unirest-java to v3.13.11 Update dependency com.konghq:unirest-java to v3.13.12 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/com.konghq-unirest-java-3.x branch from eac26f8 to b27e378 Compare March 16, 2023 11:11
@renovate renovate bot changed the title Update dependency com.konghq:unirest-java to v3.13.12 Update dependency com.konghq:unirest-java to v3.14.2 Mar 16, 2023
@renovate renovate bot changed the title Update dependency com.konghq:unirest-java to v3.14.2 Update dependency com.konghq:unirest-java to v3.14.3 Jun 15, 2023
@renovate renovate bot force-pushed the renovate/com.konghq-unirest-java-3.x branch 2 times, most recently from a291111 to bc39706 Compare June 16, 2023 16:07
@renovate renovate bot changed the title Update dependency com.konghq:unirest-java to v3.14.3 Update dependency com.konghq:unirest-java to v3.14.4 Jun 16, 2023
@renovate renovate bot force-pushed the renovate/com.konghq-unirest-java-3.x branch from bc39706 to 2549373 Compare July 7, 2023 14:09
@renovate renovate bot changed the title Update dependency com.konghq:unirest-java to v3.14.4 Update dependency com.konghq:unirest-java to v3.14.5 Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants