Releases: JuliaWeb/HTTP.jl
Releases · JuliaWeb/HTTP.jl
v1.9.17
HTTP v1.9.17
Merged pull requests:
- Restrict
is(redirect|error)
to integers (#1117) (@fredrikekre) - Fix Handlers.getcookies erroring (#1119) (@nguiard)
- Don't serialize server errors to client. (#1126) (@fredrikekre)
- Hide Authorization header value (#1127) (@nkottary)
- Fix tests for new version of
ConcurrentUtilities
(#1128) (@fredrikekre) - Changelog updates (#1129) (@fredrikekre)
- Rename from
connection_timeout
->connect_timeout
(#1131) (@staticfloat) - Set version to 1.10.1. (#1132) (@fredrikekre)
- Don't imply that there are more convenience methods in client.md (#1135) (@verhovsky)
- Clarify docstring (#1139) (@LilithHafner)
- Delete unused IOBuffers constant (#1146) (@vtjnash)
- Don't collect exception stack for log messages that won't be written out (#1150) (@nickrobinson251)
- Backport logging improvement from pull/1150 to v1.9 release (#1151) (@nickrobinson251)
Closed issues:
v1.10.1
HTTP v1.10.1
Merged pull requests:
- Backport #1092: Change logs to use current_exceptions_to_string() instead of
exception=
pattern (#1115) (@NHDaly) - Restrict
is(redirect|error)
to integers (#1117) (@fredrikekre) - Fix Handlers.getcookies erroring (#1119) (@nguiard)
- Don't serialize server errors to client. (#1126) (@fredrikekre)
- Hide Authorization header value (#1127) (@nkottary)
- Fix tests for new version of
ConcurrentUtilities
(#1128) (@fredrikekre) - Changelog updates (#1129) (@fredrikekre)
- Rename from
connection_timeout
->connect_timeout
(#1131) (@staticfloat) - Set version to 1.10.1. (#1132) (@fredrikekre)
Closed issues:
v1.9.16
HTTP v1.9.16
Merged pull requests:
v1.10.0
v1.9.15
HTTP v1.9.15
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:
- Don't require getting IO lock within connect lock (#1077) (@quinnj)
- Revert multithreaded connect pattern (#1078) (@quinnj)
- Remove
readuntil
type piracy (#1083) (@mortenpi) - Fixes EACCESS while running package tests (#1087) (@tanmaykm)
- mark recoverability of DNS errors correctly (#1088) (@tanmaykm)
- tests and fixes for recoverability of DNS errors (#1089) (@tanmaykm)
- Test that
connect_timeout
does not include the time needed to acqui… (#1091) (@Drvi) - Match formatting in two similar functions (#1107) (@cmcaine)
- Fix a few typos (#1109) (@quinnj)
v1.9.12
HTTP v1.9.12
Closed issues:
- HTTP.request("POST"...) seems to be using "GET" instead (#1074)
Merged pull requests:
v1.9.11
HTTP v1.9.11
Merged pull requests:
v1.9.10
HTTP v1.9.10
v1.9.9
v1.9.8
HTTP v1.9.8
Closed issues:
- Implement "happy eyeballs" algorithm for connecting to remotes (#890)
Merged pull requests: