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

Changelog History
Page 5

  • v3.7.02 Changes

    April 11, 2020
    • ๐Ÿ”ง Issue #348 Add 'Duration' as flavor to configure connection TTL
    • ๐Ÿ“œ Issue #350 Parsing error occurs when POST response is empty gzip content type
  • v3.7.01 Changes

    March 30, 2020
    • ๐Ÿ‘ Issue #345 better error for path segment missing in JSONPointer
    • ๐Ÿ‘Œ Support mapError to map into a String
  • v3.7.00 Changes

    March 21, 2020
    • ๐Ÿ”ง Issue #342: Add a default base URL configuration
  • v3.6.01 Changes

    March 07, 2020
    • Issue #341:
      • Do not URLDecode cookie values because they may not be and decoding can remove legit values like +
      • Split cookie pairs on the first = only so values can have =
  • v3.6.00 Changes

    February 22, 2020
    • issue #336 Add ProgressMonitor for file downloads.
  • v3.5.00 Changes

    February 16, 2020
    • ๐Ÿ“ฆ Re-package the object mapper sub-modules to work with Java 11 per issue #324.
    • โšก๏ธ Update Jackson to 2.10.2
    • โšก๏ธ Update various build tools to work with Java 11
  • v3.4.04 Changes

    February 15, 2020
    • issue #335 keep around failure bodies for mapping to error objects
    • ๐Ÿ‘ Request objects implement equals for future feature to support request caching
  • v3.4.03 Changes

    February 10, 2020
    • Patch bump of all Apache dependencies
    • Patch bump of gson
    • โœ… Minor bump of test dependencies: junit, mockito, etc
  • v3.4.02 Changes

    February 06, 2020
    • #333 Spaces in route parameters
    • โž• added the SameSite cookie attribute to the cookie parser
    • ๐Ÿ’… Updated checkstyle test dependency for security
  • v3.4.01 Changes

    January 20, 2020
    • ๐Ÿ“œ #331 ArrayIndexOutOfBoundsException when parsing cookie
    • ๐Ÿ– Handle quoted cookie values