Skip to content

Releases: JuliaWeb/HTTP.jl

v1.9.17

16 Feb 10:32
e68131e

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

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)

v1.9.16

02 Oct 20:45
e04a6ba

Choose a tag to compare

HTTP v1.9.16

Diff since v1.9.15

Merged pull requests:

  • Change logs to use current_exceptions_to_string() instead of exception= pattern (#1092) (@NHDaly)
  • Don't retry on internal exceptions (#1110) (@Drvi)
  • v1.10.0 (#1111) (@Drvi)
  • Backport #1092: Change logs to use current_exceptions_to_string() instead of exception= pattern (#1115) (@NHDaly)

v1.10.0

18 Sep 17:01
352bca2

Choose a tag to compare

HTTP v1.10.0

Diff since v1.9.15

Merged pull requests:

  • Change logs to use current_exceptions_to_string() instead of exception= pattern (#1092) (@NHDaly)
  • Don't retry on internal exceptions (#1110) (@Drvi)
  • v1.10.0 (#1111) (@Drvi)

v1.9.15

09 Sep 22:27
cefae7b

Choose a tag to compare

HTTP v1.9.15

Diff since v1.9.12

Closed issues:

  • Follow up on #938 (#1080)
  • Outdated references to OpenSSL / MbedTLS (#1081)
  • isrecoverable check for DNSErrors seems ineffective and needing correction (#1085)
  • Running package tests locally fails for some tests with EACCESS (#1086)

Merged pull requests:

v1.9.12

12 Jul 06:48
aa30905

Choose a tag to compare

HTTP v1.9.12

Diff since v1.9.11

Closed issues:

  • HTTP.request("POST"...) seems to be using "GET" instead (#1074)

Merged pull requests:

  • A few cleanups from recent connection changes (#1076) (@quinnj)

v1.9.11

11 Jul 08:55
a15296e

Choose a tag to compare

HTTP v1.9.11

Diff since v1.9.10

Merged pull requests:

  • Ensure connect_timeout doesn't count acquire time on the connection pool (#1075) (@quinnj)

v1.9.10

10 Jul 16:13
ba72cbd

Choose a tag to compare

HTTP v1.9.10

Diff since v1.9.9

v1.9.9

10 Jul 04:49
82d9c6d

Choose a tag to compare

HTTP v1.9.9

Diff since v1.9.8

Merged pull requests:

  • Fix Websockets error message interface (#1071) (@curtd)
  • Ensure that unused TCP connections are closed (#1073) (@quinnj)

v1.9.8

29 Jun 20:47
b6444e2

Choose a tag to compare

HTTP v1.9.8

Diff since v1.9.7

Closed issues:

  • Implement "happy eyeballs" algorithm for connecting to remotes (#890)

Merged pull requests:

  • Attempt parallel connections to all addrs when connecting (#1068) (@quinnj)