Skip to content

Releases: JuliaWeb/HTTP.jl

v1.5.4

14 Nov 21:11
37fec35
Compare
Choose a tag to compare

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

09 Nov 07:34
4eec047
Compare
Choose a tag to compare

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

03 Nov 19:02
1d02e0b
Compare
Choose a tag to compare

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

20 Oct 05:40
7d03b45
Compare
Choose a tag to compare

HTTP v1.5.1

Diff since v1.5.0

Closed issues:

  • Catching ECONNRESET error codes (#939)

Merged pull requests:

v1.5.0

17 Oct 20:35
2377beb
Compare
Choose a tag to compare

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

11 Oct 16:29
32e84aa
Compare
Choose a tag to compare

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

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: