Skip to content

Releases: king/king-http-client

Version 3.0.24

18 May 07:42
Compare
Choose a tag to compare
  • Added support for sending partial buffers as websocket frames

Version 3.0.21

18 Mar 14:26
Compare
Choose a tag to compare
  • Fixed a bug that could lead to a memory leak #21
  • Added new api for websocket where sending frames and sending messages are separated #20

Version 3.0.20

02 Oct 07:23
Compare
Choose a tag to compare

Version 3.0.18

  • Made it possible to specify a custom dns resolver using ConfKeys.

Version 3.0.18

14 Feb 14:09
Compare
Choose a tag to compare
  • Fixed a bug in parsing of returned charset type.

Version 3.0.17

03 Feb 08:35
Compare
Choose a tag to compare
  • Added support for handling host names with underscores

Version 3.0.15

22 Jul 12:41
Compare
Choose a tag to compare
  • Made HttpClient.create(HttpMethod httpMethod, String uri) return HttpClientRequestWithBodyBuilder

Version 3.0.14

16 Jul 10:51
Compare
Choose a tag to compare
  • Fixed bug in ChannelManager which caused compression failures
  • Improved WebSocket client, added support for automatically splitting too large frames
  • Improved WebSocket client, added more configuration options to both builder as well as default values.

Version 3.0.12

05 Mar 10:31
Compare
Choose a tag to compare
  • Added support for disabling / enabling automatic decompression of gziped response bodies. This can either be configured globaly through ConfKeys.AUTOMATICALLY_DECOMPRESS_RESPONSE or per request through .automaticallyDecompressResponse(boolean).

Version 3.0.11

13 Feb 09:53
Compare
Choose a tag to compare
  • Added checks for bad servers sending invalid http responses
  • Fixed issue where HEAD requests completed twice

Version 3.0.10

11 Feb 11:44
Compare
Choose a tag to compare
  • Made it possible to close a WebSocketConnection