Skip to content

Releases: JuliaWeb/HTTP.jl

v1.10.8

10 May 16:23
96a0b34
Compare
Choose a tag to compare

HTTP v1.10.8

Diff since v1.10.7

Merged pull requests:

Closed issues:

  • Make it easy to set TCP_NODELAY and TCP_QUICKACK on client sockets (#1124)
  • Websocket performance optimization (#1140)

v1.10.7

09 May 01:05
Compare
Choose a tag to compare

HTTP v1.10.7

Diff since v1.10.6

Merged pull requests:

Closed issues:

  • Can't send 3GB response body (#1171)

v1.10.6

22 Apr 11:47
c0e9d3d
Compare
Choose a tag to compare

HTTP v1.10.6

Diff since v1.10.5

Merged pull requests:

  • Updated: Rethrow errors so they may be handled outside of WebSocket.open() (#1072) (@Zentrik)
  • HTTP.request(): infer socket_type_tls from sslconfig, if provided (#1106) (@cmcaine)
  • tests: Use ARGS to choose which tests to run (#1108) (@cmcaine)
  • Introduce connections_lock to protect Server.connections (backport 1.9) (#1162) (@Drvi)
  • "handler error": show request in log (#1163) (@fonsp)
  • Make multipart parsing more forgiving: start-of-line and casing (#1164) (@NHDaly)
  • Fix lost response body data. Fixes #1166 (#1170) (@quinnj)

Closed issues:

  • Unintentional(?) breaking change to type of sslconfig (#1104)
  • Character lost in HTTP post response body. (#1166)

v1.9.18

26 Mar 13:39
3a79e9a
Compare
Choose a tag to compare

HTTP v1.9.18

Diff since v1.9.17

Merged pull requests:

Closed issues:

  • HTTP.request negates interactive thread usage. (#1153)
  • New release including 040cf0a ? (#1154)
  • HTTP.get fails on julia 1.11.0-alpha1 (#1157)

v1.10.5

25 Mar 17:10
eb1d2a9
Compare
Choose a tag to compare

HTTP v1.10.5

Diff since v1.10.4

Merged pull requests:

  • Introduce connections_lock to protect Server.connections (#1161) (@Drvi)

v1.10.4

16 Mar 17:24
c495600
Compare
Choose a tag to compare

HTTP v1.10.4

Diff since v1.10.3

Merged pull requests:

Closed issues:

  • HTTP.request negates interactive thread usage. (#1153)
  • HTTP.get fails on julia 1.11.0-alpha1 (#1157)

v1.10.3

04 Mar 13:04
d21ae94
Compare
Choose a tag to compare

HTTP v1.10.3

Diff since v1.10.2

Merged pull requests:

Closed issues:

v1.10.2

16 Feb 00:12
581c6fc
Compare
Choose a tag to compare

HTTP v1.10.2

Diff since v1.10.1

Merged pull requests:

Closed issues:

  • Crash due to Content-Length InexactError on large request (#1130)

v1.9.17

16 Feb 10:32
e68131e
Compare
Choose a tag to compare

HTTP v1.9.17

Diff since v1.9.16

Merged pull requests:

Closed issues:

  • TagBot down (#1090)
  • Mask Authorization header when showing RequestError (#1125)
  • Crash due to Content-Length InexactError on large request (#1130)

v1.10.1

28 Nov 10:15
a2ce750
Compare
Choose a tag to compare

HTTP v1.10.1

Diff since v1.10.0

Merged pull requests:

Closed issues:

  • TagBot down (#1090)
  • Mask Authorization header when showing RequestError (#1125)