Skip to content

Releases: JuliaWeb/HTTP.jl

v1.4.0

21 Sep 23:19
055a450
Compare
Choose a tag to compare

HTTP v1.4.0

Diff since v1.3.3

Closed issues:

  • CI jobs fail since 1.0.5 (#902)
  • cors with websockets (#906)
  • Downloading an EXCEL file using HTTP.jl (#917)
  • Stricter error reporting for malformed headers (#918)

Merged pull requests:

v1.3.3

26 Aug 14:13
b4ac573
Compare
Choose a tag to compare

HTTP v1.3.3

Diff since v1.3.2

Merged pull requests:

  • Fix loopback tests (#913) (@quinnj)
  • Revert "When monitoring idle connections, only call eof on tcp socket" (#914) (@quinnj)

v1.3.2

25 Aug 13:34
88a1e9f
Compare
Choose a tag to compare

HTTP v1.3.2

Diff since v1.3.1

Merged pull requests:

  • When monitoring idle connections, only call eof on tcp socket (#912) (@quinnj)

v1.3.1

24 Aug 16:18
786b1ee
Compare
Choose a tag to compare

HTTP v1.3.1

Diff since v1.3.0

Merged pull requests:

v1.3.0

24 Aug 00:53
1b0ad94
Compare
Choose a tag to compare

HTTP v1.3.0

Diff since v1.2.1

Closed issues:

  • The CRT/CRL/CSR format is invalid (#879)
  • HTTP.request with body::Vector{Any} throws an exception (#895)
  • [help] Problems using proxy (#899)
  • ERROR: UndefVarError: serve! not defined (#900)
  • EOFError when calling S3.list_objects_v2 (#903)
  • asyncmap never ends with HTTP.get (#909)

Merged pull requests:

v1.2.1

10 Aug 03:52
3cd4824
Compare
Choose a tag to compare

HTTP v1.2.1

Diff since v1.2.0

Closed issues:

  • Failure to Precompile HTTP Due To Missing cert.pem File (#887)
  • Unable to precompile HTTP on a Linux computing cluster due to cert.pem not being found. (#894)
  • MbedTLS error code -76 [...] Reading information from the socket failed (#896)
  • [Question] How can I run HTTP.get in REPL with response? (#898)

Merged pull requests:

  • Avoid warning - merge is deprecated (#891) (@2005m)
  • fix monitor_idle_connection for MbedTLS.SSLContext (#901) (@vtjnash)

v1.2.0

18 Jul 13:23
63a268e
Compare
Choose a tag to compare

HTTP v1.2.0

Diff since v1.1.0

Merged pull requests:

  • Add ability to "hook" a middleware into Router post-matching (#886) (@quinnj)

v1.1.0

17 Jul 07:47
10c8f59
Compare
Choose a tag to compare

HTTP v1.1.0

Diff since v1.0.5

Closed issues:

  • Routing: path containing underscore "_" in path path variable fails to route (#871)
  • HTTP request to server itself never ends (#873)
  • WebSockets errors on second connection (#874)
  • Creating two WebSocket connections in sequence causes an EOFError (#875)

Merged pull requests:

  • CORS example improvement: added CORS response header to 200 server responses (#870) (@BoZenKhaa)
  • Allow any string for parameter names in router, fixes #871. (#872) (@fredrikekre)
  • Preserve response body when retrying/redirecting (#876) (@quinnj)
  • Updated CORS example with 404 and 405 responses (#878) (@BoZenKhaa)
  • Add getparam and empty Listener definitions for convenience (#880) (@quinnj)
  • Cleanup acquire/release usage from underlying connection pool (#882) (@quinnj)
  • Add HTTP.removeheader and some missing getparam(s) tests (#883) (@quinnj)
  • Add ability to specify first/last for custom request/stream layers (#884) (@quinnj)
  • Cleanup connection reuse logic (#885) (@quinnj)

v1.0.5

24 Jun 06:23
9fc906c
Compare
Choose a tag to compare

HTTP v1.0.5

Diff since v1.0.4

Merged pull requests:

  • Store the original registered route path when Router matches (#866) (@quinnj)
  • FIX UndefRefError to x in cookies.jl (#867) (@raffopazzo)

v1.0.4

21 Jun 20:33
ec17649
Compare
Choose a tag to compare

HTTP v1.0.4

Diff since v1.0.3

Merged pull requests:

  • Ensure underlying Connection gets closed in websocket close sequence … (#865) (@quinnj)