Skip to content

Releases: JuliaWeb/HTTP.jl

v1.10.12

25 Nov 03:00
4a0bf01
Compare
Choose a tag to compare

HTTP v1.10.12

Diff since v1.10.11

Fixes a precompilation warning and segfaults during runtime on julia 1.9, which was introduced by v1.10.11

Merged pull requests:

Closed issues:

  • Precompilation spits out Task object, followed by segfaults during runtime, on 1.9 (#1202)

v1.10.11

23 Nov 15:51
4e7fb15
Compare
Choose a tag to compare

HTTP v1.10.11

Diff since v1.10.10

Merged pull requests:

Closed issues:

  • TTFX time of request is high. MVP (#1194)

v1.10.10

08 Nov 17:56
b7f5aa8
Compare
Choose a tag to compare

HTTP v1.10.10

Diff since v1.10.9

Merged pull requests:

Closed issues:

  • Warning: Verbosity logging macros are deprecated as they are not compatible with juliac-compiled programs (#1189)
  • Issue with return type of readuntil (#1192)

v1.10.9

28 Oct 16:55
Compare
Choose a tag to compare

HTTP v1.10.9

Diff since v1.10.8

Merged pull requests:

Closed issues:

  • url field of the request is not set on the service side (#1028)
  • Code failing with Julia dev (#1167)

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)