Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Bump unirest-java from 3.8.06 to 3.13.0 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2021

Bumps unirest-java from 3.8.06 to 3.13.0.

Release notes

Sourced from unirest-java's releases.

Release v3.13.0

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

Release v3.12.0

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

Release v3.11.13

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

Release v3.11.12

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

Release v3.11.11

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

Release v3.11.10

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.11.09

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

Changelog

Sourced from unirest-java's changelog.

3.13.0

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

3.12.0

  • 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.

3.11.13

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

3.11.12

  • make the default basic cache concurrent.

3.11.11

  • useSystemProperties is not overwritten and should be reset back to true on reset

3.11.10

  • issue #394 use the configured Object Mapper rather than always Json
  • internal pre-factorings to get ready for Unirest 4

3.11.09

  • Expected body param values for Mock expects need to be url encoded
  • Support ANY expectation on methods for MockClient. (e.g. ```expect(HttpMethod.GET)``)

3.11.08

  • Adds new body matchers to the Mock client for asserting multipart forms.

3.11.07

  • add a new object constructor on JSONObject for basic object serialization
  • issue #392 overwrite non-specified number serialization

3.11.06

  • add a convenience method for setting the content type
  • add a common reference to popular mime types
  • cache methods on Config were not returning the config for the builder pattern.
  • add a CookieSpecs const class for reference

3.11.05

  • issue #383 some problems with relocated packages.

... (truncated)

Commits
  • cb83e1f [maven-release-plugin] prepare release v3.13.0
  • a2353da bump minor for a bunch of new features
  • 082e848 add mock response and config objects to the test-helpers project
  • af5b034 add progress monitors for InputStream uploads
  • cd931ca add some tests for async
  • de080e1 issue #411 expose sending a raw inputstream as the body
  • 5797697 docs again
  • e9cd19c docs
  • 7d09491 [maven-release-plugin] prepare for next development iteration
  • c39d817 [maven-release-plugin] prepare release v3.12.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [unirest-java](https://github.com/Kong/unirest-java) from 3.8.06 to 3.13.0.
- [Release notes](https://github.com/Kong/unirest-java/releases)
- [Changelog](https://github.com/Kong/unirest-java/blob/main/CHANGELOG.md)
- [Commits](Kong/unirest-java@v3.8.06...v3.13.0)

---
updated-dependencies:
- dependency-name: com.konghq:unirest-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants