Skip to content

Update HTTP requirement from 1 to 1, 2.2#63

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/HTTP-1-and-2.2
Closed

Update HTTP requirement from 1 to 1, 2.2#63
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/julia/HTTP-1-and-2.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on HTTP to permit the latest version.

Release notes

Sourced from HTTP's releases.

v2.2.0

HTTP v2.2.0

Diff since v2.1.1

Merged pull requests:

Closed issues:

  • readbytes! on HTTP stream and IOBuffer should return the number of read bytes (#915)
  • [FEATURE] Could a Logging Feature Be Added to HTTP.jl? (#922)
  • Ctrl+C does not immediately stop the server in Julia 1.8 (#927)
  • Save and load cookie jar to file (#931)
  • Regression in (allocations and thus) loading speed (#945)
  • public API for getting number of retries (#1011)
  • Request for updated mwe (#1014)
  • should HTTP.request(::HTTP.Request) be defined? (#1015)
  • HTTP / Julia leaky? (#1017)
  • Report number of retries when throwing StatusError that involved them (#1019)
  • Type piracy with Base.readuntil (#1021)
  • Server never wrote a response (#1023)
  • No retries occur when status_exception=false (#1026)
  • Add deletelayer! api? (#1027)
  • Close entire Server when InterruptException happens in websocket (e.g. by Ctrl-C) (#1036)
  • req.url is always URI("") (#1041)
  • Neither timeouts nor keepalive working (#1059)
  • Precompile never stops with v 2.0.0? (#1252)
  • Docs v2.1: manually-set Cookie header no longer merged with the cookie jar (#1283)
  • MethodError: write(::HTTP.Stream{false}, ::Base.CodeUnits) is ambiguous with Base.write (#1302)
  • Handler exceptions in listen! streams silently drop connection with ParseError: unexpected EOF (#1303)
Commits
  • 5c15bff Update Project.toml
  • 8bd18fe Fix CodeUnits write ambiguity + 500 fallback after deferred startwrite (#1302...
  • 94c71fe Add SOCKS5 proxy support (socks5:// and socks5h://) (#1299)
  • 2c1c2f8 fix missing characters in normal_url_char (#1292)
  • 79abc9c add methods for Headers construction and treatment (#1290)
  • f3e6efe HTTP/2 window size args (#1264)
  • 426b15b Avoid write(::IO, ::String) invalidations from Stream and IO
  • d48b520 WebSocket performance: vectorized masking + zero-copy codec paths (large mess...
  • 9790a7c Harden raw HTTP/1 response probes (#1301)
  • ddc852c Support IOBuffer writes for HTTP streams (#1300)
  • 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.0.0...v2.2.0)

---
updated-dependencies:
- dependency-name: HTTP
  dependency-version: 2.2.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 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #66.

@dependabot dependabot Bot closed this Jun 16, 2026
@dependabot dependabot Bot deleted the dependabot/julia/HTTP-1-and-2.2 branch June 16, 2026 07:05
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