Skip to content

Releases: JuliaWeb/HTTP.jl

v0.9.17

17 Nov 18:52
Compare
Choose a tag to compare

HTTP v0.9.17

Diff since v0.9.16

Closed issues:

  • Feature request: parse mulitpart form data into a dict (#263)
  • This functionality should be in Julia base library (#415)
  • Ambiguities introduced by HTTP (#548)
  • verbose string reports wrong port number (#650)
  • automatically gzip compress content (#654)
  • Ambiguity detected for write(::IODebug, x) (#759)

Merged pull requests:

v0.9.16

29 Sep 22:17
Compare
Choose a tag to compare

HTTP v0.9.16

Diff since v0.9.15

Closed issues:

  • Requests to AWS S3 hang with HTTP.jl v0.9.15 (#772)

Merged pull requests:

v0.9.15

27 Sep 08:13
Compare
Choose a tag to compare

HTTP v0.9.15

Diff since v0.9.14

Closed issues:

  • response_stream breaks with IOBuffer() (#543)
  • Meaning and Handling of connection reset by peer Error (#547)
  • close(websocket) yields IOError (#649)
  • HTTP PUT Multi-part request headers issue (#740)
  • server kwarg and websockets (#758)
  • Wrong file name for download from a FigShare URL (#760)
  • Server emitting errors and traceback on ECONNRESET when it should be a warning. (#763)
  • Cookies not saved because case-sensitive Set-Cookie header? (#765)

Merged pull requests:

  • remove an inline macro from a big function (#751) (@KristofferC)
  • Do not call close() on the response_stream (#752) (@c42f)
  • Fix error messages in @ require precondition testing macro (#753) (@c42f)
  • Skip the authenticated tests (tests that require an API secret) on PRs from forks (#756) (@DilumAluthge)
  • Add example for simple server and html client (#757) (@pfitzseb)
  • Make HTTP.download support redirects when the redirected URL does not set Content-Disposition (#761) (@oxinabox)
  • Catch ECONNRESET error codes from other platforms (#764) (@ashleysommer)
  • Treat set-cookie header as case insensitive (#766) (@RuiRojo)
  • Add on_shutdown to HTTP.serve docstring (#767) (@mmiller-max)
  • Only run websocket authenticated tests on Julia LTS to avoid rate limit failures. (#768) (@fredrikekre)
  • Version 0.9.15 (#769) (@fredrikekre)
  • Set Content-Type automatically for PUT requests with form data, fixes #740. (#770) (@fredrikekre)

v0.9.14

31 Aug 19:46
cfcc595
Compare
Choose a tag to compare

HTTP v0.9.14

Diff since v0.9.13

Closed issues:

  • Minor type mismatch for HTTP.Response.status (#734)

Merged pull requests:

v0.9.13

01 Aug 13:53
11bcccc
Compare
Choose a tag to compare

HTTP v0.9.13

Diff since v0.9.12

Closed issues:

  • Add a gcp_authorization flag to API methods (#736)

Merged pull requests:

v0.9.12

01 Jul 08:44
Compare
Choose a tag to compare

HTTP v0.9.12

Diff since v0.9.11

Closed issues:

  • HTTP.sniff does not detect JSON correctly when the json has a negative value? (#728)

Merged pull requests:

v0.9.11

30 Jun 08:34
0bb9148
Compare
Choose a tag to compare

HTTP v0.9.11

Diff since v0.9.10

Closed issues:

  • Stream is closed or unusable (#392)
  • Error while closing websocket (#722)
  • Possibly excessive memory allocations in ascii.jl (#724)

Merged pull requests:

v0.9.10

31 May 11:45
f391ae9
Compare
Choose a tag to compare

HTTP v0.9.10

Diff since v0.9.9

Merged pull requests:

v0.9.9

23 May 09:36
08d993d
Compare
Choose a tag to compare

HTTP v0.9.9

Diff since v0.9.8

Closed issues:

  • Julia HTTP.jl performance vs python requests (#710)

Merged pull requests:

v0.9.8

03 May 00:09
e5951ee
Compare
Choose a tag to compare

HTTP v0.9.8

Diff since v0.9.7

Closed issues:

  • HTTP GET error after get 302 response (#435)
  • URL scheme doesn't matter? (#527)
  • HTTP.request ignores /etc/hosts file (#545)
  • Can not perform GET request (#553)
  • HTTP.download throwing wrong exception (#576)
  • The first request(as client) or response(as server) of Http.jl is very slow? Initial connection should not be so slow (#579)
  • Julia doesn't like Potatoes (#626)
  • HTTP.download: filename too long (#696)

Merged pull requests: