Releases: JuliaWeb/HTTP.jl
Releases · JuliaWeb/HTTP.jl
v1.4.0
v1.3.3
v1.3.2
HTTP v1.3.2
Merged pull requests:
v1.3.1
v1.3.0
HTTP v1.3.0
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:
- Fix HTTP.download stack overflow error on "/" paths (#897) (@quinnj)
- A grab-bag of improvements (#904) (@quinnj)
- Add ability to listenany for HTTP servers (#905) (@quinnj)
- Make monitor_idle_connections less noisy; follow up on https://github… (#907) (@quinnj)
- disallow bugs in @Try usage (#908) (@quinnj)
- Cleanup all timeout code and places where we might timeout (#910) (@quinnj)
v1.2.1
HTTP v1.2.1
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:
v1.2.0
HTTP v1.2.0
Merged pull requests:
v1.1.0
HTTP v1.1.0
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
HTTP v1.0.5
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
HTTP v1.0.4
Merged pull requests: