Skip to content

Releases: JuliaWeb/HTTP.jl

v1.6.2

15 Dec 00:37
7a54ffc
Compare
Choose a tag to compare

HTTP v1.6.2

Diff since v1.6.1

Merged pull requests:

  • New retry_check should take response body as arg (#976) (@quinnj)

v1.6.1

14 Dec 07:32
125187c
Compare
Choose a tag to compare

HTTP v1.6.1

Diff since v1.6.0

Merged pull requests:

  • Fix setting of response body for StatusError exception (#975) (@quinnj)

v1.6.0

11 Dec 00:23
487de2c
Compare
Choose a tag to compare

HTTP v1.6.0

Diff since v1.5.5

Closed issues:

  • Get from https url in company network with self signed certificate (#947)
  • UndefVarError: closewrite not defined (#969)
  • serve() fails when run from an :interactive thread (Julia >=1.9) (#970)

Merged pull requests:

  • Allow silencing server closing log message as well (#965) (@JackDunnNZ)
  • Do not turn HEAD requests to GET by default through redirects (#967) (@giordano)
  • Update GHA dependency versions (#968) (@fonsp)
  • Fix access_threaded in the forthcoming interactive threadpool world (#972) (@quinnj)
  • Allow customizing retry logic for http requests (#974) (@quinnj)

v1.5.5

18 Nov 00:45
f8130ac
Compare
Choose a tag to compare

HTTP v1.5.5

Diff since v1.5.4

Merged pull requests:

  • Allow retrying request regardless of idempotent if we failed to write… (#964) (@quinnj)

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)