Skip to content

v0.9.15

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 08:13
· 267 commits to master since this release

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)