Update compat bounds and remove stale docs/registry.md#435
Merged
ViralBShah merged 1 commit intomasterfrom Apr 15, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #435 +/- ##
=======================================
Coverage 91.31% 91.31%
=======================================
Files 11 11
Lines 714 714
=======================================
Hits 652 652
Misses 62 62 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f5b0077 to
6867f01
Compare
- Tighten compat: HTTP "1", CodecZlib "0.7" - Set minimum julia compat to "1.6" - Simplify stdlib compat entries (drop 0.7 ranges) - Use 'min' instead of hardcoded Julia 1.6 in CI test matrix - Drop stale HTTP 0.9 compat from docs/Project.toml - Remove checked-in docs/registry.md (auto-generated with broken URLs) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fd10ee4 to
0562021
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
"0.6, 1"→"1", CodecZlib"0.5, 0.6, 0.7"→"0.7"juliacompat to"1.6"(was"0.7, 1")0.7ranges, keep<0.0.1for Julia 1.6)'min'instead of hardcoded'1.6'in CI test matrixHTTP = "0.9, 1"compat fromdocs/Project.tomldocs/registry.md— it's auto-generated intodocs/src/registry.md(already gitignored) and the stale copy had brokenhttp:///URLsNote: Julia 1.6
minjobs fail in the Integration test due to latest ImageIO dropping Julia 1.6 support (neither save nor fileio_save is defined). This is a pre-existing issue unrelated to this PR.Test plan
1,lts,nightlymin(1.6) — known failure in Integration test (ImageIO incompatibility)🤖 Generated with Claude Code