Skip to content

Releases: JuliaWeb/HTTP.jl

v0.8.1

30 May 16:33
v0.8.1
7e9284d
Compare
Choose a tag to compare

v0.8.1 (2019-05-30)

Diff since v0.8.0

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:

Upgrades to server functionality and client fixes

23 Jan 06:29
Compare
Choose a tag to compare
v0.8.0

Bump Project.toml version for new release

v0.7.1

27 Sep 05:07
Compare
Choose a tag to compare
=make download progress safer (#316)

v0.7.0 Julia 0.7 support.

21 Sep 05:01
Compare
Choose a tag to compare
  • 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).

18 Sep 07:25
Compare
Choose a tag to compare

v0.6.14

07 Aug 21:25
Compare
Choose a tag to compare
Fixes for 1.0

v0.6.13: Fix julia 0.7 deprecations (#277)

06 Aug 14:07
Compare
Choose a tag to compare
* Remove precompile on 0.7

* Use IOError on 0.7

* Update CI config

v0.6.12

08 Jun 04:25
Compare
Choose a tag to compare
Don't define fetch if Compat has already been loaded

v0.6.11

06 Jun 13:42
Compare
Choose a tag to compare
Add missing convenience methods for patch & delete

v0.6.10

05 Jun 13:28
Compare
Choose a tag to compare
Bump MbedTLS REQUIRE