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

Changelog History
Page 1

  • v3.13.13 Changes

    • Cookie dates always follow US Locale to avoid invalid unicode in headers
  • v3.13.12 Changes

    • ๐Ÿ‘ Allow use of progress monitor for byte[] bodies
    • โฌ†๏ธ Dependency upgrades
  • v3.13.11 Changes

    • Content-Type should be overwritten rather than adding a second Content-Type
    • Forcing multipart overrides content-type headers
  • v3.13.9 Changes

    • ๐Ÿ“œ Bypass silly NPE in Json Parsing
  • v3.13.8 Changes

    • Made HttpMethod::all static
  • v3.13.7 Changes

    • โฌ†๏ธ Dependency upgrades
  • v3.13.6 Changes

    • issue #424 Cannot use response.mapError with ByteResponse
  • v3.13.5 Changes

    • ๐Ÿš€ Bump httpasyncclient dependency to 4.1.5 for bug fixes.
  • v3.13.4 Changes

    • โž• Add ability to override all Headers with a map
  • v3.13.3 Changes

    • ๐Ÿ‘Œ Support a way to override Apache HttpClientBuilder options with the Client Builder. All Unirest configs are set first, then the consumer is called which allows consumers to override or add additional configs: java Unirest.config() .httpClient(ApacheClient.builder(c -> c.setMaxConnTotal(5000));