Skip to content

Build(deps): Update HTTP requirement from 1.10 to 1.10, 2.1#29

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/HTTP-1.10-and-2.1
Closed

Build(deps): Update HTTP requirement from 1.10 to 1.10, 2.1#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/HTTP-1.10-and-2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on HTTP to permit the latest version.

Release notes

Sourced from HTTP's releases.

v2.1.0

HTTP v2.1.0

Diff since v2.0.0

Merged pull requests:

  • Improve Response byte body ergonomics (#1254) (@​quinnj)
  • feat(websockets): add manual WebSockets.upgrade(f, stream) for mixed HTTP/WS servers (#1255) (@​quinnj)
  • ci: fail fast on hangs + de-flake Windows (timeout, concurrency, watchdog) (#1256) (@​quinnj)
  • Percent-decode userinfo before building Basic auth header (RFC 3986) (#1259) (@​mathieu17g)
  • feat(websockets): add isready(ws) to poll for buffered messages (#1261) (@​quinnj)
  • feat(client): max_decompressed_size guard against decompression bombs (#1262) (@​quinnj)
  • WebSockets: cut receive-side allocations + pin reader to a home thread (#1268) (@​SimonDanisch)
  • Fix HTTP auto fallback on h2 ALPN rejection (#1269) (@​quinnj)
  • test(server): harden raw trailer read on Windows (#1270) (@​quinnj)
  • Write HTTP/2 BytesBody responses directly (#1272) (@​quinnj)
  • Harden HTTP precompile cleanup diagnostics (#1275) (@​quinnj)

Closed issues:

  • Add ext-parameter parser for Content-Disposition (#179)
  • Revisit src/precompile.jl (#209)
  • Feature: add custom delay parameter for RetryLayer (#260)
  • Find common alignemnt with HTTP.download and Base.download (#458)
  • HTTP.download displaying progress bar (#537)
  • Feature: serve_file (#567)
  • Separate SSL config from MbedTLS (#762)
  • HTTP/2 and HTTP/3 support? (#797)
  • Request hang when https connection is silently closed (#916)
  • HTTPS Support via MbedTLS (#973)
  • new customizable retry logic introduced unnecessary retries and retry_check is not executed (#988)
  • Make running a server + revise work more smoothly (#1020)
  • We should validate keyword arguments passed to HTTP.request (#1024)
  • Performance review of HTTP.serve + HTTP.Router (#1031)
  • Add tests around the various read functions for HTTP.Connection/HTTP.Stream (#1037)
  • Wrap most of the request process in a @spawn (#1038)
  • observelayers keyword arg can cause really bad compile times w/ too many client-side layers (#1045)
  • test/downloads.jl tests not being run (#1093)
  • Julia 1.6 pipeline breaks when multi-threading is on (#1096)
  • Is there a way to suppress info message when using HTTP.download function ? (#1105)
  • Improving progress information while downloading (#1120)
  • OpenSSL.OpenSSLError("hostname mismatch") in HTTP v1.10 (#1136)
  • HTTP.get eats keyword arguments (#1142)
  • Response body for redirects not ignored in streaming mode (#1165)
  • [RFC] convenience function to check if websocket has incoming messages (#1169)
  • early stop for streaming response (#1173)
  • Suggestions for avoiding issues similar to #1172 and #1104 (#1176)
  • gzip / zip bomb mitigation (#1178)
  • WebSockets error trace when using PrecompileTools (#1180)
  • Websockets max payload limit (#1181)

... (truncated)

Commits
  • 20fa873 Update Project.toml
  • 9f845db Harden HTTP precompile cleanup diagnostics (#1275)
  • 62e7d69 Write HTTP/2 BytesBody responses directly (#1272)
  • b93ad95 WebSockets: cut receive-side allocations + pin reader to a home thread (#1268)
  • 1c6219a feat(websockets): add isready(ws) to poll for buffered messages (#1261)
  • bc9332f feat(client): max_decompressed_size guard against decompression bombs (#1262)
  • 15c8238 test(server): harden raw trailer read on Windows (#1270)
  • 83f4873 fix(client): fall back to h1 on auto ALPN mismatch (#1269)
  • f9d62af Percent-decode userinfo before building Basic auth header (RFC 3986) (#1259)
  • 63bfadb feat(websockets): add manual WebSockets.upgrade(f, stream) for mixed HTTP/WS ...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [HTTP](https://github.com/JuliaWeb/HTTP.jl) to permit the latest version.
- [Release notes](https://github.com/JuliaWeb/HTTP.jl/releases)
- [Changelog](https://github.com/JuliaWeb/HTTP.jl/blob/master/CHANGELOG.md)
- [Commits](JuliaWeb/HTTP.jl@v1.10.0...v2.1.0)

---
updated-dependencies:
- dependency-name: HTTP
  dependency-version: 2.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Jun 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #42.

@dependabot dependabot Bot closed this Jun 19, 2026
@dependabot dependabot Bot deleted the dependabot/julia/HTTP-1.10-and-2.1 branch June 19, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants