Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@magnus-gustafsson magnus-gustafsson released this 04 Dec 14:46
· 132 commits to master since this release
  • Redesign of builder APIs.
    • The ResponseBodyConsumer have been moved from the execute method to the build method.
    • The HttpCallback have been moved from the execute method to the withHttpCallback method.
    • The NioCallback have been moved from the execute method to the withNioCallback method.
    • A few methods have been renamed to align them between the classes.
  • Added support for websocket.
  • Added support for building multipart uploads.
  • Added support for upload progression callbacks through the withUploadCallback method.
  • Fixed a bug in idle timeout handling.