Releases: JuliaWeb/HTTP.jl
Releases · JuliaWeb/HTTP.jl
v1.10.6
HTTP v1.10.6
Merged pull requests:
- Updated: Rethrow errors so they may be handled outside of WebSocket.open() (#1072) (@Zentrik)
- HTTP.request(): infer
socket_type_tls
fromsslconfig
, 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:
v1.9.18
HTTP v1.9.18
Merged pull requests:
- Update readbytes! to avoid using internal API of IOBuffer less (#1148) (@vtjnash)
- delete ByteView (#1149) (@vtjnash)
- Backport "Make CI green again (#1128)" to v1.9 (#1152) (@nickrobinson251)
- Do not migrate tasks to a different thread pool (#1159) (@samtkaplan)
- fix docs typo in client.md (#1160) (@haakon-e)
- Introduce
connections_lock
to protectServer.connections
(#1161) (@Drvi) - Introduce connections_lock to protect Server.connections (backport 1.9) (#1162) (@Drvi)
Closed issues:
v1.10.5
HTTP v1.10.5
Merged pull requests:
v1.10.4
v1.10.3
HTTP v1.10.3
Merged pull requests:
- delete ByteView (#1149) (@vtjnash)
- Backport logging improvement from pull/1150 to v1.9 release (#1151) (@nickrobinson251)
- Backport "Make CI green again (#1128)" to v1.9 (#1152) (@nickrobinson251)
Closed issues:
v1.10.2
HTTP v1.10.2
Merged pull requests:
- 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)
Closed issues:
- Crash due to Content-Length InexactError on large request (#1130)
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: