Releases: JuliaWeb/HTTP.jl
Releases · JuliaWeb/HTTP.jl
v1.5.4
HTTP v1.5.4
Diff since v1.5.3
Closed issues:
- how to use wildcard in route names (#961)
- Updating LoggingExtras.jl downgrades HTTP.jl to v0.9.17 (#962)
Merged pull requests:
- Bump LoggingExtras.jl compat in Project.toml (#963) (@toollu)
v1.5.3
HTTP v1.5.3
Diff since v1.5.2
Closed issues:
- Memory leak (#952)
- Async WebSockets (#958)
Merged pull requests:
- Use at-async instead of Threads spawn in non-interactive case (#960) (@quinnj)
v1.5.2
HTTP v1.5.2
Diff since v1.5.1
Closed issues:
- Allow hiding handler error (#938)
- WebSockets client error (#948)
autobahntestsuite
triggering error on CI (#951)
- unincode not handled properly (#954)
- [Question] how do you test the package locally (#956)
Merged pull requests:
v1.5.1
HTTP v1.5.1
Diff since v1.5.0
Closed issues:
- Catching ECONNRESET error codes (#939)
Merged pull requests:
v1.5.0
HTTP v1.5.0
Diff since v1.4.1
Closed issues:
- using OpenSSL disables certificate checks by default? (#937)
Merged pull requests:
- Allow globally setting default connection limit (#940) (@quinnj)
- Cleanup OpenSSL implementation (#941) (@quinnj)
v1.4.1
HTTP v1.4.1
Diff since v1.4.0
Closed issues:
- Global logger from GitHubActions.jl causes silent crash (#921)
- [feature] allow specification of the CA bundle via environment variable (#925)
- https server crashes on disconnect without ssl handshake (#934)
Merged pull requests:
- debuglayer(): fix DEBUG_LEVEL handling
(#929) (@alyst)
- fixed index from length for a couple of cases (#932) (@jdiaz97)
- Support specifying CA_BUNDLE via env variables (#933) (@quinnj)
- do not access
code
field if error is EOFError (#935) (@tanmaykm)
v1.4.0
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: