Skip to content

Releases: JuliaWeb/HTTP.jl

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

v0.6.9 AWSS3 EOFError fix & Debug improvements

16 Apr 07:25
Compare
Choose a tag to compare

Fix JuliaCloud/AWSS3.jl#26 -- EOFError doing S3 PUT to Ceph via nginx.

  • Reinstate yield() after @async writebody(...) in request(::Type{StreamLayer}, ...
  • See fa6b206

Debug message improvements:

  • Add timestamps to DEBUG_LEVEL > 0 messages
  • Print time since last read activity in show(::IO, ::Connection)
  • Enable DebugLayer (aka verbose=3) when DEBUG_LEVEL >= 3

Fix for query= option in request(::Client, …)

v0.6.8 new options: idle_timeout=, connect_timeout= and proxy=

30 Mar 22:55
Compare
Choose a tag to compare

New HTTP.request options:

  • idle_timeout, No. of sconds to maintain connection after last transaction.
  • connect_timeout, No. of seconds to wait for TCP connection to be established.
  • proxy=, HTTP and HTTPS proxying (not yet tested in the real world). See #218

v0.6.7, readline(::HTTP.Stream) and 0.7.0-DEV.4616 compat

18 Mar 08:49
Compare
Choose a tag to compare

Require MbedTLS.jl v0.5.7

Add Base.readuntil(::HTTP.Stream, ::UInt8)

Fix IOExtras.unread!(::HTTP.Stream)

Now Base.readline(::HTTP.Stream) works

compat for 0.7.0-DEV.4616

v0.6.6 0.7 compat & Improved POST retry when connection is dropped #211

06 Mar 21:31
Compare
Choose a tag to compare