Releases: JuliaWeb/HTTP.jl
Releases · JuliaWeb/HTTP.jl
v1.10.12
HTTP v1.10.12
Fixes a precompilation warning and segfaults during runtime on julia 1.9, which was introduced by v1.10.11
Merged pull requests:
- Fix trailing task precompilation issue on 1.9. Run CI on 1.9 (#1201) (@IanButterworth)
Closed issues:
- Precompilation spits out Task object, followed by segfaults during runtime, on 1.9 (#1202)
v1.10.11
HTTP v1.10.11
Merged pull requests:
- add an offline precompile workload (#1195) (@IanButterworth)
- Update/Fix CI setup (#1198) (@IanButterworth)
Closed issues:
- TTFX time of request is high. MVP (#1194)
v1.10.10
v1.10.9
HTTP v1.10.9
Merged pull requests:
- Add case for empty set-cookie header list (#1182) (@JBlaschke)
- Remove usage of deprecated verbosity macros (#1190) (@quinnj)
Closed issues:
v1.10.8
v1.10.7
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: