All Versions
116
Latest Version
Avg Release Cycle
14 days
Latest Release
-
Changelog History
Page 5
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 =
- Issue #341:
-
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