All Versions
116
Latest Version
Avg Release Cycle
14 days
Latest Release
-

Changelog History
Page 9

  • v2.4.00 Changes

    September 18, 2019
    • ➕ add an entire new return type: asBytes() (as well as async versions) will return a raw byte[] array.
  • v2.3.17 Changes

    September 05, 2019
    • Issue #292: Use per request Object Mapper for request bodies.
  • v2.3.16 Changes

    August 20, 2019
    • 👻 Catch the proper error rather than Exception in the old-apache compatibility fix
  • v2.3.15 Changes

    August 17, 2019
    • ⚡️ Update jackson-databind to 2.9.9.3 because .2 has shenanigans
  • v2.3.14 Changes

    August 02, 2019
    • ⚡️ Update jackson-databind to 2.9.9.2 to address moderate security vulnerability
  • v2.3.13 Changes

    August 01, 2019
    • Add FAIL_ON_UNKNOWN_PROPERTIES = false to the default Jackson object mapper.
  • v2.3.12 Changes

    July 31, 2019
    • Remember when an older version of apache was on the path for the remainder of the runtime
  • v2.3.11 Changes

    July 26, 2019
    • Skip calling apache method that may not exist if older versions of client are on the path to avoid MethodNotFound exceptions.
    • ➕ Add a config option for setting the TTL of persistent connections:/ issue #286
  • v2.3.10 Changes

    July 15, 2019
    • ⚡️ Update of jackson-databind for CVE-2019-12814
  • v2.3.09 Changes

    July 14, 2019
    • #284 allow setting a custom factory for the RequestConfig