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

Changelog History
Page 4

  • 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
  • v3.8.06 Changes

    July 03, 2020
    • 0️⃣ issue #359 make the default object mapper lazy so gson can be excluded
  • v3.8.04

    July 03, 2020
  • v3.8.03

    July 02, 2020
  • v3.8.01

    July 02, 2020
  • v3.8.01-.05 Changes

    • sacrificed to an angry Nexus god.
    • Nexus deploy plugin upgraded
  • v3.8.00 Changes

    June 27, 2020
    • ⚡️ Minor updates to org.apache.httpcomponents to 4.5.12
    • ⬆️ Upgrade Jackson to 2.11.0
    • ⚡️ Switch all unit tests to JUnit 5 and update Mockito
    • issue #358 add ability to set a collection of cookies
    • issue #325 add response caching framework
  • v3.7.04 Changes

    June 20, 2020
    • issue #357 Nulls are not serialized on JSONElement::toString
  • v3.7.03 Changes

    June 15, 2020
    • 🏗 fix defaultBaseUrl to return the config builder