Releases: JuliaWeb/HTTP.jl
Releases · JuliaWeb/HTTP.jl
v0.8.1
v0.8.1 (2019-05-30)
Closed issues:
- please include the URL in the error message? (#418)
- Suggested way to do multithreading? (#413)
- using a router with stream handlers (#407)
- Request after server closure is still served (#405)
- Request after server closure still served (#404)
- call to missing setheader method on Julia 0.7 (#388)
- How can I keep the websocket alive? (#376)
- GET Request leads to libmbedx509.DLL error (missing crt_parse) (#372)
- DNSError: http, unknown node or service (EAI_NONAME) (#362)
- HTTPS not working when using proxy (#361)
- v0.8 release? (#358)
- listen readtimeout option (#341)
Merged pull requests:
- Fix #418 by including the method/target of the request in the StatusE… (#420) (quinnj)
- An alternative fix for #405; basically when handling a connection, le… (#419) (quinnj)
- Fix README, remove REQUIRE (#412) (fredrikekre)
- Fix coverage submission. (#411) (fredrikekre)
- Misc documentation updates (#410) (fredrikekre)
- HTTP.serve should default to localhost (#409) (fredrikekre)
- typos fix (#402) (tlienart)
- Change defaultheader to defaultheader! to clarify mutating function (#395) (non-Jedi)
- Fix Websocket timeout issues (#393) (HBaghdadi1995)
- Check for headers correctly in download (#391) (oxinabox)
- Make HTTPS work when using proxy (#390) (TimoLarson)
- Add a test for HTTP.request with AWS authentication (#386) (ararslan)
- fix websocket connection for Firefox (#385) (bcolloran)
- Fix cookies=true (#383) (benelsen)
- change README text (#367) (ChrisRackauckas)
- Use basename for Content-Disposition filename on multipart form data (#349) (christopher-dG)
Upgrades to server functionality and client fixes
v0.8.0 Bump Project.toml version for new release
v0.7.1
v0.7.0 Julia 0.7 support.
- Julia 0.7/1.0 compatibility.
- Fix WebSockets bug #242
- Better handling of background task exceptions #285
- Better handling of connection close for non-reused connections #292
- New HTTP.download function #288
- Fix unread! / readuntil bug for chunked responses #288
- Wrap MbedException in HTTP.IOError #308
- IODebug.jl improvements
- Fix for WebSockets / unread! interaction #305
v0.6.15 Fix #288 (readline failure with chunked/streamed response).
v0.6.14
v0.6.13: Fix julia 0.7 deprecations (#277)
* Remove precompile on 0.7 * Use IOError on 0.7 * Update CI config