Skip to content

Darnlink

v0.16.0 Bugfix

This release fixes issues for SREs watching stability and regressions.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

cli documentation links markdown markdown-links pre-commit
+3 more
python self-healing uuid

Affected surfaces

auth

Summary

AI summary

Fixed false failures for private GitHub repos without a token by changing 404 handling.

Full changelog

Fixed

  • web-check --online: a 404 without a token is now web_unverifiable, not web_not_found.
    GitHub returns 404 (not 403) for a private repo the caller can't see — indistinguishable from a
    moved/deleted file. Classifying every 404 as a break made a tokenless run (dev machine, CI, or a
    git hook without the PAT) false-fail on every private cross-repo link (the real "false breaks" that
    blocked pushes across sessions). Now gated on token presence:
    • with a tokenweb_not_found (trustworthy → fail-closed, exit 4);
    • without a tokenweb_unverifiable (ambiguous → does not fail, exit 0).
      This is the "fail-closed only when there is a token" contract. Pairs with the recipe reading
      $GITHUB_TOKEN from a RO PAT file (0.14.0) and the transient-retry fix (0.15.0).

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track Darnlink

Get notified when new releases ship.

Sign up free

About Darnlink

All releases →

Related context

Earlier breaking changes

  • v0.4.0 `--exclude` behavior changed to support globs while remaining backward-compatible.

Beta — feedback welcome: [email protected]