CompatHelper: bump compat for HTTP to 2, (keep existing compat) - #36
CompatHelper: bump compat for HTTP to 2, (keep existing compat)#36github-actions[bot] wants to merge 1 commit into
Conversation
bae066c to
c686bc6
Compare
|
Triaged 2026-06-05. This is not a drop-in compat bump — HTTP.jl 2.0 is a breaking API change. CI fails across all Julia versions with: HTTP.jl 2.0 changed the Holding this until a dedicated HTTP 2 migration PR updates |
|
Closing as stale rather than merging. This has been open since May, is now HTTP.jl 2 is also not something we want to pull in speculatively: the standing plan is to adopt it only when something actually requires it (it sits in the breaking-change cluster for being breaking, not for being needed). When that day comes, CompatHelper will raise a fresh PR against a current base, which is strictly better than rebasing this one. No objection to the change itself — just no reason to carry it open in the meantime. |
This pull request changes the compat entry for the
HTTPpackage from1to1, 2.This keeps the compat entries for earlier versions.
Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.